What is the best project setup in this situation?
Posted
by Tong Wang
on Stack Overflow
See other posts from Stack Overflow
or by Tong Wang
Published on 2010-04-25T03:12:49Z
Indexed on
2010/04/25
3:13 UTC
Read the original article
Hit count: 377
The presentation tier will contain 2 web modules (serving different purposes and based on different technologies), the middle tier will be Spring beans without EJBs and the persistence tier will be JPA on Hibernate. I am wondering what would be the best project setup in this case. The IDE I am planning to use is MyEclipse 8.5. Thanks.
© Stack Overflow or respective owner