Search:

Type: Posts; User: hhoang; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    39
    Views
    30,776

    This is what happens 4 years ago when I commented...

    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...
  2. Base implementation for DAO and services layer

    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...
  3. Replies
    1
    Views
    998

    Exception translation for public API

    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 ->...
  4. I also the same problem but unlike you I have...

    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,...
  5. Replies
    2
    Views
    1,003

    I have these methods: public void...

    I have these methods:


    public void saveResourceType(ResourceType resourceType) {
    getHibernateTemplate().saveOrUpdate(resourceType);
    getHibernateTemplate().flush();
    ...
  6. Replies
    3
    Views
    1,328

    Duplicate/Unique contraint problem.

    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...
Results 1 to 6 of 6