[Wicket-user] Evaluating Wicket

2007-06-12 Thread Patrick Angeles
We're up to the prototyping phase of a new JEE application. We are looking at EJB3 + some UI framework. There's actually two types of UI: a complex admin UI with around 100 concurrent users, and several public-facing, CMS-driven, branded web-sites with 1000s of concurrent users. Obviously, we'd pr

Re: [Wicket-user] Evaluating Wicket

2007-06-12 Thread Patrick Angeles
abase corresponding to that URL. This entry will have associated CMS metadata that instructs the page on how to build its component tree. On 6/12/07, Francis Amanfo <[EMAIL PROTECTED]> wrote: Hi Patrick, On 6/12/07, Patrick Angeles <[EMAIL PROTECTED]> wrote: > > > I'd a

Re: [Wicket-user] Evaluating Wicket

2007-06-12 Thread Patrick Angeles
you will be far from the first :) -igor That's reassuring to know. I saw a list of Wicket-enabled apps in the Wiki... would any of the developers from said apps care to comment on the load that they're handling, and their underlying architecture? -

[Wicket-user] Using different HTML for the same Page class

2006-09-01 Thread Patrick Angeles
Hi All, I'm new to Wicket and I'm trying to evaluate. Haven't had a chance to fully dive in, so excuse me if this question seems basic. Say I have several different sites with their own designs, and I want to use the same basic WebPage/Panel/Application classes. Ideally, each site would be deploy

Re: [Wicket-user] Using different HTML for the same Page class

2006-09-01 Thread Patrick Angeles
Thanks for the responses. I have no upper bounds on the number of different markups. The use case is for an Application Service Provider, which could have hundreds of clients, each with their own website design but with a lot of functionality in common (for example, login, registration, shopping c

[Wicket-user] wicket-phonebook

2006-09-25 Thread Patrick Angeles
Is the source out of date? I'm having a heck of a time trying to get this to compile and run in Eclipse.First of all, looks like the pom.xml still references wicketframework.org as a repository, and that is extremely slow... (or dead?)I removed that repository and finally got Eclipse (with the cod

Re: [Wicket-user] wicket-phonebook

2006-09-25 Thread Patrick Angeles
n 9/25/06, Patrick Angeles <[EMAIL PROTECTED]> wrote: Is the source out of date? I'm having a heck of a time trying to get this to compile and run in Eclipse.First of all, looks like the pom.xml still references wicketframework.org as a repository, and that is extremely slow... (o

Re: [Wicket-user] wicket-phonebook

2006-09-25 Thread Patrick Angeles
k/ > > /Gwyn > > On 25/09/06, Patrick Angeles <[EMAIL PROTECTED]> wrote: > > I must have checked out trunk... it appears that there are wicket 2.0 > > artifacts here... > > > > > > On 9/25/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote: > > &g

[Wicket-user] RunAs java/debug

2006-09-26 Thread Patrick Angeles
Pardon the newbie question... but... I run the 'Start' classes in the examples that call the Jetty servlet engine... all is well and good. But is there a more elegant way of stopping/restarting, apart from dropping to the command line and issuing a 'kill -9' command? -- View this message in con

[Wicket-user] Forms/Models

2006-09-26 Thread Patrick Angeles
I wrote the following code with Forms and Models... is there a more compact way of doing this? Would it be a bad idea to combine the form class and the model class into one and have it reference itself as a Model object? Also, since I am not so concerned about holding on to the model's state (log

Re: [Wicket-user] Forms/Models

2006-09-26 Thread Patrick Angeles
};    form.add (new RequiredTextField ("loginName"));        form.add (new PasswordTextField ("password"));}and call it a day :)-Igor On 9/26/06, Patrick Angeles <[EMAIL PROTECTED]> wrote: I wrote the following code with Forms and Models... is there a more c

[Wicket-user] Where is SignInPanel?

2006-09-27 Thread Patrick Angeles
The wicket examples references SignInPanel, which I take it comes from wicket-contrib. The latest Maven2 version I could find is: wicket-contrib-0.9.19-beta.jar This is dated Nov 2005, and is clearly outdated (SignInPanel references wicket.IFeedback, not wicket.feedback.IFeedback). Is there ano

Re: [Wicket-user] Where is SignInPanel?

2006-09-27 Thread Patrick Angeles
Never mind... I found the stuff in wicket-auth-roles. Patrick Angeles wrote: > > The wicket examples references SignInPanel, which I take it comes from > wicket-contrib. > > The latest Maven2 version I could find is: > > wicket-contrib-0.9.19-beta.jar > > Thi

Re: [Wicket-user] question

2006-09-28 Thread Patrick Angeles
I realise is very simple and meant just for convenience, but it's awfully convenient. Would it make sense to have the concept of a base package? For example: HomePage.html This is com.mycompany.web.HomePage login/LoginPage.html This is com.mycompany.web.login.LoginPage some/other/pa

Re: [Wicket-user] [announce] Apache Wicket

2007-06-22 Thread Patrick Angeles
Congratz guys. This news will certainly turn some heads in your direction... - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Jus

Re: [Wicket-user] stateless wicket?

2007-07-13 Thread Patrick Angeles
Hi, I have a question regarding this... I understand that in 1.3, previous page states are serialized to the file system and only the current page state stays in HttpSession. How would this work in a clustered web container that synchronizes the HttpSession object to other nodes? Do you lose the

Re: [Wicket-user] About to use Wicket. ORM?

2007-07-25 Thread Patrick Angeles
I just want to go on record, as someone who's suffered from using a custom ORM framework using the ActiveRecord pattern, that refactoring gets to be a huge pain when you mix your domain objects with data access code. Cleanly separated layers is a good thing. I suppose the RoR camp would beg to dif

[Wicket-user] @EJB injection...

2007-07-25 Thread Patrick Angeles
I believe someone contributed code to allow for @EJB injection into Wicket pages, and this wound up in Wicket Stuff... Is this still the case? Any way I can get Wicket Stuff from Maven? Is it compatible with 1.3.0-beta2? I've tried http://wicketstuff.org/repository and could not find the javaee