Re: EJBs & CMP with real database users
From: Fredrik Bertilsson (fredrik_bertilsson_at_passagen.se)
Date: 08/27/04
- Next message: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Previous message: Jon Martin Solaas: "Re: postgreSQL v. MySQL?"
- In reply to: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Next in thread: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Reply: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Aug 2004 22:25:56 -0700
> How do you propose database-access not using j2ee? Remember jdbc is part
> of j2ee ...
JDBC (java.sql and javax.sql) is a part of J2SE not J2EE.
>It also makes sense
> to persist the per-user-connection throughout the session in a pool
> instead of re-connecting each time the database needs to be accessed.
Correct. I didn't say that the connection should be closed after every server call.
/Fredrik
- Next message: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Previous message: Jon Martin Solaas: "Re: postgreSQL v. MySQL?"
- In reply to: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Next in thread: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Reply: Jon Martin Solaas: "Re: EJBs & CMP with real database users"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|