architecture « JPA « Spring Q&A





1. What are suggessions for ZK, Hibernate, Spring, {oracle/mysql}    stackoverflow.com

I 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.com

I need to get a start as to where I put those technologies in the 3 Tier architecture: This is what I have...

  • presentation layer: HTML, JSP
  • app. layer: Java EE, Spring
  • data access ...

3. How to setup Hibernate to read/write to different datasources?    stackoverflow.com

Using 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.com

Im currently trying to design an architecture for my new webapp project that has this kind of concept :

  • consists of several big modules that are independent from one another, but can ...

5. EJB equivalent in Spring+JPA+Hibernate architecture    stackoverflow.com

We 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.org

The 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.org

Combining 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.org

I 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.org

Spring+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 ...