• 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

java web services to jsp

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
good evening ppl and happy new year!

i am developing a hotel booking app with web services on netbeans.

i use soap technology jdbc drivers. the booking methods are ready and are coded in hava.

now i want this app to make it on a page (jsp) with buttons and etc but i dont understand which technology to use (jaxb,servlet,2 jsp pages)client-server. i really dont understand. if uneed further questions let me know.
thank you
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use JSP Files for creating front ends
 
nik mikdsi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i know that. i need to know how the system works and which technology to use.
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi and Welcome to the Ranch
Please have a look at Use Real Words.

i need to know how the system works


I think you are the legitimate one to know how your system works.

which technology to use


For what? Implementing a web service, calling a web service, template engine ...?
Please elaborate more and I will be more than happy to try to help.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are exposing this service to clients with jsp on a HTML page is not what we would logically call a "web service" but a "web application" - I don't see how SOAP is involved at all.

Bill
 
nik mikdsi
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok sry my english are bad.

i have created a web service java project managing hotels and doing reservations.

i want now to create a web service client and call my web service methods.
should i show code?
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In this case and since you have mentioned SOAP, have a look at: The Java EE 5 Tutorial.
Also if you are doing a Java EE 5 project, then you can use @WebServiceRef and @WebServiceRefs annotations to specify a reference/collection to a web service within a web component.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic