1. What are suggessions for ZK, Hibernate, Spring, {oracle/mysql} stackoverflow.comI want to build an enterprise application that will have very large number of users(100,000/year), I am thinking (not sure yet) to take ZK, Hibernate, Spring with mysql (after achieving first ... |
2. Spring, Hibernate, Java EE in the 3 Tier architecture stackoverflow.comI need to get a start as to where I put those technologies in the 3 Tier architecture: This is what I have...
|
3. How to setup Hibernate to read/write to different datasources? stackoverflow.comUsing Spring and Hibernate, I want to write to one MySQL master database, and read from one more more replicated slaves in cloud-based Java webapp. I can't find a solution that is ... |
4. Architecture : layer responsibility and communication with modularity stackoverflow.comIm currently trying to design an architecture for my new webapp project that has this kind of concept :
|
5. EJB equivalent in Spring+JPA+Hibernate architecture stackoverflow.comWe have a J2EE application that comprises of Spring+Struts+Hibernate+JPA, which also uses JBPM for workflow management. If in future the JBPM (which is now part of the web application) engine starts to ... |
6. JPA Simple Architecture Question forum.springsource.orgThe situation is like this: a user creates some quizzes a user has many quiz responses a quiz has many quiz responses the author of the quiz can do a quiz ... |
7. Combining JPA and JDBC / Architecture forum.springsource.orgCombining JPA and JDBC / Architecture I have a pretty basic plain Spring/JPA setup with @Repository and @PersistenceContext (not using JpaDaoSupport) and I need to do some more complex operations directly ... |
8. Multi-Tenant Architecture Spring + Hibernate forum.springsource.orgI have an application with many customers but the same application (SaaS).So, I need a multi-tenant architecture. I've found a great post in Hibernate Forum: https://forum.hibernate.org/viewtopi...0f 7fa3d003cf I want to use ... |
9. Spring+Hibernate in a layered architecture forum.springsource.orgSpring+Hibernate in a layered architecture Hi, I use Hibernate and I'm having trouble with persistent objects and transactions. In my business layer I call my DAO methods (e.g. load) that in ... |