Thanks for all the responses.

I've gone ahead and created
https://issues.apache.org/jira/browse/WICKET-3064 to track the overall GAE
Compatibility state.

Currently to get Wicket to run on GAE the process is:

1) Make your project with Wicket
2) Google around grab some code trust it
3) Deploy to App Engine
4) Profit! (Kidding)

My goal is to remove step 2. I'm not saying that Wicket should instantly
work with GAE, but just that if it fails, that Wicket itself will help you
get it up and running. (Helpful error messages, minor internal changes,
etc.)

Eclipse is telling me that there are 99 errors to fix. Just some initial
tracking down looks like 1/3rd are file access items that shouldn't be
changed in Wicket. A bunch of issues with the javax.swing.* and java.awt.*
libraries. And a few other minor changes.

The workspace where I'm trying to break Wicket on GAE is
http://wicketexamples.appspot.com. Let me know if you want to view the logs
and contribute.

Regarding creating  a separate project in Wicket-Stuff or a template, I'm
open to those ideas, but the changes I'm mainly looking at couldn't be done
in a separate project. Like Jeremy said: its time java.awt and java.swing
were eliminated!


-Clint Checketts

Reply via email to