• 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

Rhino usage

 
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone know how to use Rhino SDK to develop USSD service ?

I am layman in this field.If you provide tutorial for this it will be appreciated.

Thanks in advance.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rhino is a JavaScript engine. I don't see how that fits with USSD?
 
chetan deol
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can refer this link Rhino usage

I am unable to understand usage .
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Paul said, Rhino has nothing to do with USSD. Are you asking about some other piece of software that connects the two? If so, what is it? What do you have so far, and where are you stuck making progress?
 
chetan deol
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Above given link says that Rhino is used for making USSD gateways for mobiles.

I am now stuck with "How to use Rhino ? " to create USSD gateway.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With all due respect, do you have an actual interest in USSD, or are you just trolling? What do you mean by "I am now stuck with..." - are you trying to build an USSD gateway? If so, why do you want to use Rhino? Are you aware of what Rhino is and does?
 
chetan deol
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No i don't know ?
But i want to develop USSD gateway .
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In that case I suggest to find out how USSD works, and design and architect a solution, before starting to think about which libraries you might use to implement it.
 
chetan deol
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.

But I did not find any solution for this problem on javaranch.
What may be the reason ?
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is USSD, do you mean this? And by Rhino, do you mean the Rhino JavaScript engine?

Those two are two totally different things and there is no answer to the question "how to use Rhino SDK to develop USSD service".

If you mean something else by "USSD" and "Rhino" then please explain in detail what you mean. Your questions is too vague to give any meaningful answer to it.
 
chetan deol
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See , I want to develop USSD gateway and I need libraries for that.
So I don't know which libraries to use ? I just found after googling Rhino SDK is the option to develop USSD gateway.
You can check this link for USSD USSD details

Now I want to develop USSD gateway ?


Did you get my point ?
 
Paul Sturrock
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I just found after googling Rhino SDK is the option to develop USSD gateway


Not sure how/where you found this. Rhino is a JavaScript engine.

The "LG Rhino" however is s GSM capable phone. Are you sure you are not just getting confused?
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

But I did not find any solution for this problem on javaranch. What may be the reason ?


What is "this problem"? If it is "no one will provide me with a complete design, implementation and documentation for this task" then you are right - JavaRanch is not elance.com or project4hire.com.

I think you'd be better off asking about this on the OpenCloud sites where you found this information to begin with.
 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should rename the subject to "Rhino SLEE Application Server", as you're confusing many people.
https://developer.opencloud.com/devportal/display/OCDEV/Rhino+2.1

And as mentioned by Ulf, you're probably better off asking in the Open Cloud forums...

Most of us (self-included), assumed you meant the relatively popular Rhino scripting engine:
http://www.mozilla.org/rhino/

I was actually excited to see a post about the scripting engine, so imagine my disappointment...

reply
    Bookmark Topic Watch Topic
  • New Topic