in following examples of JSF Spring integration, i can see that the examples makes a normal integration between spring and JSF without using webflow, so is there are any problems or issues when using
I\'m using Hibernate and have a problem with LazyInitializationException in my app. This problem can be simply solved by Spring framework(some annotations,config or something) but I just dont know th
Having the following code: @Reque开发者_JAVA技巧stMapping(value =\"/system/login\", method = RequestMethod.GET)
Where i work right now, they have about 60 apps (intranet and internet) running.Most apps use a datasource, JMS Queues, Topics etc.
I read in many books that in a layered architecture a layer should only use the services provided by the layers below it. The commonly used layers are in an enterprise application are:
I have two deployment environments - Websphere 7.0 and Glassfish 3.1.I have to include a work manager resource reference in the web.xml of my applications for the Websphere environment like so:
now its time to ask noob question about JPA. I\'ve got a simple app, so want to make a simple dao class for all my entities.
I have a application which stores documents on the file system (PDF, WORD etc).. The size of the folder can be in GB\'s
I\'m using resin in one project. So far so good except for one little issue? I created a generic method that takes any Object as the only argument but when I call the method it looks for the method n
What is the relationship between java:comp/env and java:global (regarding 3.1 spec)? Seems like java:comp/env contains specific to EJB refer开发者_如何学Cences.