aspose file tools
The moose likes Web Services and the fly likes webservice deployment in weblogic8 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "webservice deployment in weblogic8" Watch "webservice deployment in weblogic8" New topic
Author

webservice deployment in weblogic8

Brendon Woodford
Ranch Hand

Joined: Jan 22, 2010
Posts: 53
Hi everybody,
I am building an application that includes struts, hibernate and webservices.
In package com.abc.hotel.webservice we have:-
The webservice is BookSuitesServiceClass which includes hibernate code inside.


In package com.abc.hotel.hibernate we have the hibernate entity Suite


And in com.abc.hotel.struts package we have certain ActionForms and Action classes


My question is how to put them together as a single application and deploy them in weblogic8 server. This webservice wiil be accessed by other applications like TravelSystem for booking hotel from the TravelSystem application.

Thanks a lot
Brendon
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: webservice deployment in weblogic8
 
Similar Threads
How do display the contents of List<>
Hibernate @Embeddable Annotation
uses a non-entity as target entity in relationship attribute
Two ValueChangeListener don't work on same JSF
Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntityTuplizer]