Re: [Wicket-user] Wicket and Swing API

2006-07-07 Thread Eelco Hillenius
A similar discussion came up shortly about the Tree component. What I
said there was that it was a nice extra that the tree model can be
used in both Swing and Wicket. If there are other concrete cases we
can do that, it's something to consider. Remains a fact that desktop
widgets and web widgets have very different characteristics though.

Eelco


On 7/7/06, Peter Neubauer <[EMAIL PROTECTED]> wrote:
>
> Hi there,
> I read somewhere about some plans to make Wicket play nicely with the Swing 
> APIs, being able to even convert Swing apps to Wicket. Just wanted to check 
> if there is any progress in that matter, since we have quite a good usecase 
> for it, regarding the conversion of a legacy Swing based app server system.
>
> /peter
>
>
>
> 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
>

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] Wicket and Swing API

2006-07-07 Thread Martijn Dashorst
This is the link to the sprocket announcement:
http://weblogs.java.net/blog/timboudreau/archive/2006/02/wicket_swing_hm.html



On 7/7/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> Ah... A coworker mentioned the Sprockets addition made by Jonathan Locke...
>
> This is an extension that allows you to generate applets
> automatically, where the sprocket will send all necessary classes to
> the client. The idea is to make this Java code work with your wicket
> code seamlessly.
>
> The last time I heart something about it was that they were waiting
> for a Netbeans module to come available that will help with finding
> the necessary classes.
>
> You can check it out in the sandbox svn module of Jonathan (in our
> central svn repo)
>
> Martijn
>
>
> On 7/7/06, Peter Neubauer <[EMAIL PROTECTED]> wrote:
> >
> > Hi there,
> > I read somewhere about some plans to make Wicket play nicely with the Swing 
> > APIs, being able to even convert Swing apps to Wicket. Just wanted to check 
> > if there is any progress in that matter, since we have quite a good usecase 
> > for it, regarding the conversion of a legacy Swing based app server system.
> >
> > /peter
> >
> >
> >
> > 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
> >
>
>
> --
> Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
> -- http://wicketframework.org
>


-- 
Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
-- http://wicketframework.org

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] Wicket and Swing API

2006-07-07 Thread Martijn Dashorst
Ah... A coworker mentioned the Sprockets addition made by Jonathan Locke...

This is an extension that allows you to generate applets
automatically, where the sprocket will send all necessary classes to
the client. The idea is to make this Java code work with your wicket
code seamlessly.

The last time I heart something about it was that they were waiting
for a Netbeans module to come available that will help with finding
the necessary classes.

You can check it out in the sandbox svn module of Jonathan (in our
central svn repo)

Martijn


On 7/7/06, Peter Neubauer <[EMAIL PROTECTED]> wrote:
>
> Hi there,
> I read somewhere about some plans to make Wicket play nicely with the Swing 
> APIs, being able to even convert Swing apps to Wicket. Just wanted to check 
> if there is any progress in that matter, since we have quite a good usecase 
> for it, regarding the conversion of a legacy Swing based app server system.
>
> /peter
>
>
>
> 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
>


-- 
Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
-- http://wicketframework.org

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] Wicket and Swing API

2006-07-07 Thread Martijn Dashorst
I haven't heard of any plans to do an automatic (magic?) conversion
from Swing to wicket. In my opinion, Swing applications don't work
well in a direct translation to the web. That is why WingS, WebOnSwing
and related frameworks never got as large userbase as other web
specific frameworks.

That said, I think Johan Compagner and Jan Blok can give more insight
into converting a swing application to Wicket, as their has done such
a development last year.

Martijn

On 7/7/06, Peter Neubauer <[EMAIL PROTECTED]> wrote:
>
> Hi there,
> I read somewhere about some plans to make Wicket play nicely with the Swing 
> APIs, being able to even convert Swing apps to Wicket. Just wanted to check 
> if there is any progress in that matter, since we have quite a good usecase 
> for it, regarding the conversion of a legacy Swing based app server system.
>
> /peter
>
>
>
> 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
>


-- 
Download Wicket 1.2 now! Write Ajax applications without touching JavaScript!
-- http://wicketframework.org

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