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 u

if you want to use jsp's, there are different ways you can go, of which I think servlets will be the easiest to start with, this doesn't however mean it's the most efficiƫnt or best approach.

for the moment I'm working on a GWT project (Google Web Toolkit) which uses MVP (Model View Presenter) instead of Model View Controller. In GWT for instance, you only write the basic mock-up of your page in an xml file and a base html file, (almost) everything else you do in Java.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.