Re: [Wicket-user] Re: There must be some docs somewhere?

2005-11-21 Thread Sam Gendler
also, this discussion did not have much to do with spring itself, but with the fact that it isnt the greatest idea to tightly couple your persistence layer with your ui layer, because that forces your business logic to live inside the ui. i am familiar with spring so that is what i chose to

[Wicket-user] anyone built a large app with wicket?

2005-11-18 Thread Sam Gendler
Can someone out there who has used wicket to build a fairly full featured application provide a URL for me to check it out? I am going to be building an app that will need javascript drop down menus (created programmatically), forms with optional fields depending upon authentication role,

Re: [Wicket-user] There must be some docs somewhere?

2005-11-17 Thread Sam Gendler
that the telephone example is a nice one to look at some more typical application development features. Eelco On 11/16/05, Sam Gendler [EMAIL PROTECTED] wrote: Yeah, the answer lies in the fact that the shell-based cvs commands in the wicket-stuff documentation are utterly broken. Never mind

Re: [Wicket-user] There must be some docs somewhere?

2005-11-17 Thread Sam Gendler
OK, I'll try to be more helpful in my criticism... Having finally found wicket-stuff, I was able to spend some time looking at the code that addresses my needs (hibernate integration most specifically), and I'm feeling a little more comfortable. More importantly, I'm going to have to write

[Wicket-user] There must be some docs somewhere?

2005-11-16 Thread Sam Gendler
OK, so I've been all over the wicket sourceforge site, and I must be missing something. Where is the documentation? There are some fairly basic examples that don't go into much detail, the new user guide in the wiki which is incomplete whenever it gets interesting. The wicket stuff section

Re: [Wicket-user] There must be some docs somewhere?

2005-11-16 Thread Sam Gendler
Re hibernate integration: check out the wicket-phonebook project from wicket-stuff cvs. it is a simple example of a wicket/spring/hibernate project. wicket-phonebook has great javadoc that will explain what everything is. So I checked out wicket-stuff, and all it contains are some xdocs

Re: [Wicket-user] There must be some docs somewhere?

2005-11-16 Thread Sam Gendler
. btw, wicket-examples and wicket-phonebook both have jetty-launcher in a class called Start, so if you use eclise just right click and do debug as java app, that will start up jetty and you are ready to go as opposed to package/redeploy cycle. -Igor On 11/16/05, Sam Gendler [EMAIL

Re: [Wicket-user] There must be some docs somewhere?

2005-11-16 Thread Sam Gendler
-phonebook to name a few. Eelco On 11/16/05, Sam Gendler [EMAIL PROTECTED] wrote: Wicket-examples, wicket-phonebook don't seem to exist, and wicket-stuff is apparently nothing but the source code to the sourceforge web page about wicket-stuff. What am I missing here? --sam On 11/16