Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,419

    Dont go for EJB integration with springs . You...

    Dont go for EJB integration with springs . You can use springs with backend Hibernate integration for development.

    if you use EJB with springs you will encounter lot of service problems with it ....
  2. Replies
    7
    Views
    2,962

    If you use annotation it will be difficult to put...

    If you use annotation it will be difficult to put null value IN Hibernateutil file remove annotation configuration use as given below


    import org.hibernate.*;
    import org.hibernate.cfg.*;
    ...
  3. How to get init-params in HttpRequestHandler servlet implementation

    In WEB.XML change the servlet mapping giving the url pattern.

    <servlet>
    <servlet-name>dispatcher</servlet-name>
    ...
Results 1 to 3 of 3