Re: [Wicket-user] Fw: Shades phonebook example complete

2006-09-29 Thread Korbinian Bachl
Hi Geoff,

you write: 
 I am loving the way Shades works with Wicket. I think the 
 Serializable DatabaseSession in Shades could provide some 
 significant performance improvements for Wicket applications 
 beyond what is possible with JDO apps, because of the fact 
 that the jdo PersistenceManager is not serializable (thus 
 forcing queries by ID when sessions are deserialized).

i havent had to do anything with JDO, but the case you are writing seems as
a design question for me. 
Serializible DatabaseSession... wouldnt this drive the DB out of connections
in high volume deployments?
or are you meaning with this that you still use a ConnectionFactory or
PoolingFactory or sth like that and only hold references to this??? 
If not, then a single google-dance could take out your whole webapp...

However, im really interested in seeing your code :) 

Best Regards

Korbinian

PS:are you thinking about a JPA interface for shades? - another competitor
would be nice.. 
 

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] Im Auftrag 
 von Geoff hendrey
 Gesendet: Freitag, 29. September 2006 06:21
 An: wicket-user@lists.sourceforge.net
 Betreff: [Wicket-user] Fw: Shades phonebook example complete
 
 
 Hi Everyone,
 
 I just finished implementing the phonebook example using 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Fw: Shades phonebook example complete

2006-09-29 Thread middledot

Hi Goeff,
I too would like to see your code.
Why don't you leave it on Sourceforge, together with shades?
Les


Geoff hendrey wrote:
 
 
 Hi Everyone,
 
 I just finished implementing the phonebook example using Shades. I really
 like the way the phonebook example abstracted everything so I could just
 plug shades in. How can I contribute back the code?
 
 Also, would it be possible to update the phonebook example to HSQLDB
 1.8.0.2.jar? (The LIMIT syntax described in the HSQLDB docs does not work
 with the older version of HSQLDB that is distributed with the phonebook
 example).
 
 I am loving the way Shades works with Wicket. I think the Serializable
 DatabaseSession in Shades could provide some significant performance
 improvements for Wicket applications beyond what is possible with JDO
 apps, because of the fact that the jdo PersistenceManager is not
 serializable (thus forcing queries by ID when sessions are deserialized).
 
 Anyway, nice job to the guys who built the phonebook example. I whish
 the JDO compatibility test kit had had something like it, which would have
 insured the use cases were real world.
 
 -geoff
 
 
 
 
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/Fw%3A-Shades-phonebook-example-complete-tf2354965.html#a6569159
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Fw: Shades phonebook example complete

2006-09-28 Thread Geoff hendrey

Hi Everyone,

I just finished implementing the phonebook example using Shades. I really like 
the way the phonebook example abstracted everything so I could just plug shades 
in. How can I contribute back the code?

Also, would it be possible to update the phonebook example to HSQLDB 
1.8.0.2.jar? (The LIMIT syntax described in the HSQLDB docs does not work with 
the older version of HSQLDB that is distributed with the phonebook example).

I am loving the way Shades works with Wicket. I think the Serializable 
DatabaseSession in Shades could provide some significant performance 
improvements for Wicket applications beyond what is possible with JDO apps, 
because of the fact that the jdo PersistenceManager is not serializable (thus 
forcing queries by ID when sessions are deserialized).

Anyway, nice job to the guys who built the phonebook example. I whish the JDO 
compatibility test kit had had something like it, which would have insured the 
use cases were real world.

-geoff








-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user