Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] connection pooling

2nd point:

Eclipse with Dali (JPA Tools) is a good environment, but really
EclipseLink isn't heavily IDE tied like some past oracle projects
*cough* BC4J *cough* :P

So whatever you want.

./tch



On Mon, Nov 10, 2008 at 2:43 PM, David Parker <david@xxxxxxxxxxxxxxxxx> wrote:
> We started out about a year ago building an application on top of
> toplink-essentials. In addition to JPA objects, we also use raw JDBC
> Connections in some parts of our code. For the raw connections we need to be
> able to do pooling, so I have been looking at DBCP....
>
> If I use NativeQuery objects for my SQL queries, how do I go about ensuring
> that they use a Connection pool under the covers in eclipselink? I would
> like to have just one way of accessing the database, if possible (we need
> SQL for some database-specific features that we use, e.g., fulltext
> indexes).
>
> Any hints would be appreciated. Also, recommendations for the best dev
> evironment for  building the eclipselink project - I am equally inept with
> Netbeans or Eclipse. I assume things are optimized for Eclipse?
>
> Thanks! I'm looking forward to moving our app forward onto eclipselink.
> aloha
>
> -- DAP
> =====================================================
> David Parker
>  david@xxxxxxxxxxxxxxxxx
>
> "If you want sense you'll have to make it yourself"
>
>    - The Dodecahedron
>
>
>
>
>
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top