This is what happens 4 years ago when I commented on the TSS
http://theserverside.com/reviews/thread.tss?thread_id=8096. I wish ATG was paying attention back then and release Nucleus open source...
Type: Posts; User: hhoang; Keyword(s):
This is what happens 4 years ago when I commented on the TSS
http://theserverside.com/reviews/thread.tss?thread_id=8096. I wish ATG was paying attention back then and release Nucleus open source...
Acegi Security CVS has a Domain subproject which has a base implementation of a DAO and services layer. I think it's very interesting and I am wandering if you have any documentation, sample code or...
I am design an application library that make use of Spring MVC, Spring, and Hibernate. The ADMIN SECTION of the application has similar architecture to Appfuse (i.e. JSP -> Controller -> Service ->...
I also the same problem but unlike you I have only one field that is unique. I am wandering what is the common solution for this problem? I see many unanswer topics with this theme.
Also,...
I have these methods:
public void saveResourceType(ResourceType resourceType) {
getHibernateTemplate().saveOrUpdate(resourceType);
getHibernateTemplate().flush();
...
Hello,
I am new to Spring and Hibernate and I need help.
What I am trying to do is to prevent duplicate name from being insert into the database. To do this, I want to do a query to see if the...