Search:

Type: Posts; User: kunal.kishan; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,367

    Hi, Spring is not an alternative to J2EE...

    Hi,

    Spring is not an alternative to J2EE framework. Its a framework to use J2EE framework easier.
    Spring does not replace EJB. It makes EJB use easier by moving the EJB code to a POJO Class....
  2. Replies
    2
    Views
    800

    you have to extend the Business Interface in the...

    you have to extend the Business Interface in the Local Interface



    Thanks
  3. Replies
    3
    Views
    683

    Reply

    Hi,
    The Data Access Exception is a generic exception that wraps all other exception.
    Here is what I am doing is -> EJB calls DAO . In DAO I execute an SQL in a try catch block.
    I am interested...
  4. Replies
    3
    Views
    683

    Handling Exceptions in Spring

    I am coming up with an Exception Strategy for Data Access.

    Since DataAccessException is mother of all exception we catch this Exception.
    Now to get to the exact exception type we will check the...
Results 1 to 4 of 4