Re: [Wicket-user] more on chaches, detachment

2006-11-02 Thread Igor Vaynberg
if its a model specific to the phonebook who cares?-igorOn 11/2/06, Johan Compagner <[EMAIL PROTECTED]
> wrote:i don't like this to much.if you don't want detaching then use another model.. (and not a DetachableModel that doesn't detach)
johanOn 11/2/06, 
Geoff hendrey <[EMAIL PROTECTED]> wrote:

I think we can all make strong cases for situations in which detaching the ID makes sense, and depending on the needs of the app, also situations where just serializing the POJO makes sense. Shades will work with either case.
What I would like, is the freedom to offer the deployer of the Phonebook, the opportunity to choose the strategy. Could we have some sort of configuration parameter that controlled the detachment strategy of DetachableContactModel?
Some property likeserializeOnDetach=falseThis would give the deployer the freedom to make the "space vs. time" decision.-geoff
Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates(http://voice.yahoo.com)
-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] more on chaches, detachment

2006-11-02 Thread Johan Compagner
i don't like this to much.if you don't want detaching then use another model.. (and not a DetachableModel that doesn't detach)johanOn 11/2/06, 
Geoff hendrey <[EMAIL PROTECTED]> wrote:
I think we can all make strong cases for situations in which detaching the ID makes sense, and depending on the needs of the app, also situations where just serializing the POJO makes sense. Shades will work with either case.
What I would like, is the freedom to offer the deployer of the Phonebook, the opportunity to choose the strategy. Could we have some sort of configuration parameter that controlled the detachment strategy of DetachableContactModel?
Some property likeserializeOnDetach=falseThis would give the deployer the freedom to make the "space vs. time" decision.-geoff
Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates(http://voice.yahoo.com)-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] more on chaches, detachment

2006-11-02 Thread Igor Vaynberg
feel free to refactor, but i would do that in a different branch. the purpose of the phonebook is to demonstrate wicket+spring+database integration with as little overhead as possible.-igor
On 11/2/06, Geoff hendrey <[EMAIL PROTECTED]> wrote:
I think we can all make strong cases for situations in which detaching the ID makes sense, and depending on the needs of the app, also situations where just serializing the POJO makes sense. Shades will work with either case.
What I would like, is the freedom to offer the deployer of the Phonebook, the opportunity to choose the strategy. Could we have some sort of configuration parameter that controlled the detachment strategy of DetachableContactModel?
Some property likeserializeOnDetach=falseThis would give the deployer the freedom to make the "space vs. time" decision.-geoff
Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates(http://voice.yahoo.com)-
Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing listWicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] more on chaches, detachment

2006-11-02 Thread Geoff hendrey
I think we can all make strong cases for situations in which detaching the ID 
makes sense, and depending on the needs of the app, also situations where just 
serializing the POJO makes sense. Shades will work with either case.

What I would like, is the freedom to offer the deployer of the Phonebook, the 
opportunity to choose the strategy. Could we have some sort of configuration 
parameter that controlled the detachment strategy of DetachableContactModel?

Some property like 

serializeOnDetach=false

This would give the deployer the freedom to make the "space vs. time" decision.

-geoff



 

Low, Low, Low Rates! Check out Yahoo! Messenger's cheap PC-to-Phone call rates 
(http://voice.yahoo.com)


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user