Re: Wicket-like JavaScript Components

2009-06-17 Thread Paolo Di Tommaso
Say your boss to engage more java developers ;) -- p On Tue, Jun 16, 2009 at 9:23 PM, Dane Laverty wrote: > I'm currently the only Java programmer on staff, and I'm already > maintaining > two Wicket applications, so my boss is concerned that if I start a third > project in Java that no one els

Re: Wicket-like JavaScript Components

2009-06-16 Thread Dane Laverty
I'm currently the only Java programmer on staff, and I'm already maintaining two Wicket applications, so my boss is concerned that if I start a third project in Java that no one else will be able to maintain it. It's a reasonable concern, but kind of too bad nonetheless. I'm using JQuery as my main

Re: Wicket-like JavaScript Components

2009-06-16 Thread Jeremy Thomerson
Yeah - but I would guess that it wouldn't fit "where I'm limited to using only JavaScript" Out of curiosity - what do you mean "where I'm limited to using only JavaScript"? I mean, can you use HTML? What does this "app" do - obviously not much if it's "only JS". What does it tie in with to do b

Re: Wicket-like JavaScript Components

2009-06-16 Thread Nicolas Melendez
GWT is a good framework.You can code in java and then it is translated to javascript. NM On Tue, Jun 16, 2009 at 4:05 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > You can also have a look at wicketstuff and see what integrations > already exists :) > > 2009/6/15 Dane Laverty :

Re: Wicket-like JavaScript Components

2009-06-16 Thread nino martinez wael
You can also have a look at wicketstuff and see what integrations already exists :) 2009/6/15 Dane Laverty : > I'm working on a small project where I'm limited to using only JavaScript. I > love the Wicket programming model, especially reusable components. Is anyone > aware of a JavaScript framewo

Re: Wicket-like JavaScript Components

2009-06-16 Thread Paolo Di Tommaso
Extjs is a good choice, we have integrated it successfully with Wicket. Check it out at http://code.google.com/p/wicket-ext/ Paolo On Mon, Jun 15, 2009 at 6:31 PM, Dane Laverty wrote: > I'm working on a small project where I'm limited to using only JavaScript. > I > love the Wicket programmin

Re: Wicket-like JavaScript Components

2009-06-15 Thread Jade
chniques that would > allow > > > me > > > to approximate Wicket components? > > > > > > > > > > -- > > View this message in context: > > > http://www.nabble.com/Wicket-like-JavaScript-Components-tp24038056p24038240.html > > S

Re: Wicket-like JavaScript Components

2009-06-15 Thread Marvan Spagnolo
ed to using only > JavaScript. > > I > > love the Wicket programming model, especially reusable components. Is > > anyone > > aware of a JavaScript framework or JavaScript techniques that would allow > > me > > to approximate Wicket components? > >

Re: Wicket-like JavaScript Components

2009-06-15 Thread Juan Carlos Garcia M.
ript framework or JavaScript techniques that would allow > me > to approximate Wicket components? > > -- View this message in context: http://www.nabble.com/Wicket-like-JavaScript-Components-tp24038056p24038240.html Sent from the Wicket -

Wicket-like JavaScript Components

2009-06-15 Thread Dane Laverty
I'm working on a small project where I'm limited to using only JavaScript. I love the Wicket programming model, especially reusable components. Is anyone aware of a JavaScript framework or JavaScript techniques that would allow me to approximate Wicket components?