Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2.6
hi all,
i'm using hibernate from over 3 years and i really love it. My usally web applications are composed of these parts:
- inti application where is also loaded hibernate mappings
- B.L. (businness logic) with use of hibernate mappings rules
- Presentation view with sometimes use hibernate mappings rules (e.g. the lenght of text, textarea ect ect)
My chief ask me is next web-application could has the B.L from web-service and then use the normal presentation of results.
The problem for example is the web-service has all hibernate mapping files while the web application with the presentation layer hasn't got any reference to hibernate. The question is how can display something without knowm the hibernate mappings? Is it possible in anyway to get the mappings load in web service?
thanks.