Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Java code for reading content from a server to send bulk notifications

  1. #1
    Junior Member
    Join Date
    Feb 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Java code for reading content from a server to send bulk notifications

    Hi,all

    I would like ideas for Java code for reading content from a server to send bulk notifications,

    I appreciate your input,

    Thx,

    tuti

  2. #2
    Junior Member
    Join Date
    Mar 2023
    Location
    Vancouver, Canada
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java code for reading content from a server to send bulk notifications

    Your question is too vague to provide an answer.

    Please elaborate on the type content you would be reading (binary/text, encoding, size) and how the it would be is transported (HTTP, WebSockets, etc.), and also what kind of notifications you would like to send (SMS, email, mobile push, etc.).

Similar Threads

  1. Show Server-To-Computer Notifications
    By WriterBR in forum The Cafe
    Replies: 5
    Last Post: February 10th, 2018, 04:15 PM
  2. Replies: 3
    Last Post: December 13th, 2013, 07:36 AM
  3. How to compile java code on server side and then send back result to client.
    By Sahil Arora in forum What's Wrong With My Code?
    Replies: 7
    Last Post: November 13th, 2013, 12:52 PM
  4. Muliple Client Server chat application..how to send message from server..
    By jesroni in forum What's Wrong With My Code?
    Replies: 3
    Last Post: September 14th, 2013, 11:17 PM
  5. Receive Server Sent Event Notifications in JAVA SERVER PAGE (JSP)
    By amritasenthilkumar in forum Web Frameworks
    Replies: 1
    Last Post: August 17th, 2012, 02:30 PM