Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    272

    Consider trying SimpleNativeJdbcExtractor instead...

    Consider trying SimpleNativeJdbcExtractor instead of implementing your custom NativeJdbcExtractor class.

    Spring implementation for OracleLOBHandler considers SimpleNativeJdbcExtractor as a choice...
  2. Follow the GenericDAO pattern which can implement...

    Follow the GenericDAO pattern which can implement your DB operations in a centralized place not only for CRUD but also for executing Stored Procs and Functions.

    You can use Hibernate or any of the...
  3. Replies
    13
    Views
    11,888

    Business Layer can contain business service...

    Business Layer can contain business service classes which implement well-defined business interfaces. Eg: taking the standard ATM usecase, we can design a ATMService which has service api's like...
  4. Thread: Spring Books

    by Shiv_S
    Replies
    3
    Views
    386

    I suggest these books: "Pro Spring" by Rob...

    I suggest these books:

    "Pro Spring" by Rob Harrop
    "Professional Java Development with the Spring Framework" by Rod Johnson

    Both are great for start-up or for reference.
Results 1 to 4 of 4