This is not about ide integration, it is about having usefull models and components for EJB3.
Netbeans will not, ever, give you a Wicket PersistentTextfield component that goes searching for not null, length and other JPA annotations that might be of interest. A form and model that takes into account the @Id and @Version annotations is also something that can come out of this project. Heck, even a PersistentBeanPanel where you just provide your persistent bean and the panel creates a view of all properties, with an edit pane for editing the persistent bean which is triggered through Ajax and which will persist the modified data on submission and return to the view state. I could go on and on and on... An Ejb3 package could be the cherry on the already jummy Wicket cake. Martijn On 10/19/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > is this necessary? :) ...a tool like NB5.5 (its free) gives an awesome speed > in putting wicket and ejb3 project together. why put up another framework. > what wickets need is to encourage the great plugins for the market leading > IDEs. wicket is great but will do greater with this. > > just wat i think anyway > > > On 10/17/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > And since you now have an underused, working sf.net account... :-) > > > > (underused because the security breach was a couple of months ago ;-) > > > > Martijn > > > > On 10/17/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > No plans from the core devs. But anyone from the list of wicket-stuff > > > committers could take it up if they like. > > > > > > Eelco > > > > > > > > > On 10/17/06, cowwoc <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > > > > There exists a module called > wicket-contrib-data-hibernate-3.0. Are > > > > there plans for releasing wicket-contrib-data-ejb3 in the near future? > I > > > > know Cheeser was working on one but I don't know how far along it is. > > > > > > > > Thanks, > > > > Gili > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > 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 > > > > [email protected] > > > > > 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 > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > -- > > <a > href="http://www.thebeststuffintheworld.com/vote_for/wicket > ">Vote</a> > > for <a > href="http://www.thebeststuffintheworld.com/stuff/wicket">Wicket</a> > > at the <a href=" > http://www.thebeststuffintheworld.com/">Best Stuff in > > the World!</a> > > > > > ------------------------------------------------------------------------- > > 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 > > [email protected] > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > -- <a href="http://www.thebeststuffintheworld.com/vote_for/wicket">Vote</a> for <a href="http://www.thebeststuffintheworld.com/stuff/wicket">Wicket</a> at the <a href="http://www.thebeststuffintheworld.com/">Best Stuff in the World!</a> ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
