Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to do connection pooling on struts framework ?

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to do connection pooling on struts framework ?

    How to do connection pooling on struts framework ?
    If possible please give a demo how to do connection pooling on struts framework. Mention the library that i need to do connection pooling.


  2. #2

    Default Re: How to do connection pooling on struts framework ?

    The general idea of connection pooling in struts is that you configure the data-source configuration in your struts configuration files and then from your action classes, you get the data-source, create the database connection and do the database CRUD.

Similar Threads

  1. HybridJava web framework
    By Alex68 in forum Web Frameworks
    Replies: 2
    Last Post: October 1st, 2011, 10:04 AM
  2. When use Collection Framework?
    By hexwind in forum Java Theory & Questions
    Replies: 7
    Last Post: July 31st, 2011, 04:19 PM
  3. Replies: 0
    Last Post: March 26th, 2011, 11:07 AM
  4. A little game framework gem
    By Johannes in forum The Cafe
    Replies: 3
    Last Post: October 12th, 2010, 06:42 AM
  5. How database connection pooling works in a application
    By JayVirk in forum JDBC & Databases
    Replies: 0
    Last Post: October 10th, 2009, 07:14 AM