• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jsms vs jsr

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, someone knows what is the difference or principal characteristics into jsms and jsr...?

...i'm trying to develop a web application that have to send notifications constantly (previusly programed) to celular phone by sms.....

somebody can help me please?...
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSR? Isn't that for new specifications?

Mark
 
Jennifer Gomez Nivia
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello... i don't know someone tell me that i have to decide... but i dont know.... if you have some exercise that may help me .... i apreciate....
.... in this moment i'm developing de web application....but the way of sending sms.... is my problem...because i have to use jsr to send and then jsr to recive in the celular phone....

could you help me please?

Jennifer Gomez Nivia
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, What, I am trying to say is that there is some confusion here.

JSRs at the JCP(Java Community Process) site.

JSR stands Java Specification Requests, and isn't directly related to SMS. Now SMS is part of a specification that was a JSR #, but saying SMS vs JSR is comparing two totally different things.

Here are some SMS articles that might help.

receiving SMS on Mobile device.

link to two other article links.

Good Luck

Mark
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic