• 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

how to write our own driver in java??

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai to all,
situation: i want to write my own driver which communicate to API Server . which was written in java. the client send the client's information to the API server and at the same time retreiving the client's informaton like account details etcc...

if there is any solution help me ....

by
dhana
 
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


API Server


You'll have to explain what you mean by that, its not very clear.
 
dhana sss
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i mean(API) it is NTS2000(NACT) product which is a telecome releated . NTS is written in java ... just now i got some idea .. it's better to write WEB Services .. URI:/api/account/modifyaccount .this is the URL i want to send whit customer details and modify the customer details .... i dono much about that NTS2000 ... i'm having 15 pages document . just they are say the if u send through the url format they will take care every think .
if any one want to see the document go to www.nact.com and see the document .

how to send customer details and also retreiving the customer details.
help need
thanks
dhana
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You still don't make much sense.
Sit down, slow down, organise your thoughts.

Write your questions like you would write a specification.
What do you need to accomplish?
What are your ideas for as to how to accomplish that?
Where do you get stuck?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic