my container.

Einträge werden als ‘Interesting Java Sites’ kategorisiert

Link: Hibernate conf via Spring

April 16, 2008 · Kommentar schreiben

Hibernate conf via Spring

URL: mysql.com/doc

Kategorien: Hibernate · Interesting Java Sites · Java · Links

C3P0 implements Connection and Statement Pooling

April 16, 2008 · Kommentar schreiben

c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.

URL: sourceforge.net/projects/c3p0

Kategorien: Interesting Java Sites · Java · Links

Link: ehcache – chache sql requests

April 16, 2008 · Kommentar schreiben

Ehcache is a widely used java distributed cache for general purpose caching, Java EE and light-weight containers.

It features memory and disk stores, replicate by copy and invalidate, listeners, cache loaders, cache extensions, cache exception handlers, a gzip caching servlet filter and much more…

Ehcache is available under an Apache open source license and is actively developed, maintained and supported.

Link: ehcache.sourceforge.net

Kategorien: Interesting Java Sites · Java · Links

EXIF Daten via Java auslesen

März 16, 2008 · 1 Kommentar

link hint: drewnoakes.com

Kategorien: Interesting Java Sites · Java · Links