I think wicket bench actually does something like this, generate a wicket java page from html..

http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench

Brill Pappin wrote:
I was thinking more along the lines of capturing the HTML and having it generate components, then filling int he blanks with your data access etc as needed.
I'll have to keep my eye on it :)

- Brill Pappin

On 17-Jul-08, at 4:38 PM, Edward wrote:

I believe it would make porting an existing webapp easier, but it wouldn't free you from writing Wicket related java completely. Wicket is very powerful.

-Edward


Brill Pappin wrote:
Could this be used to port one webapp to Wicket?

- Brill Pappin


On 17-Jul-08, at 3:24 PM, Edward wrote:

Alpha release of WicketBits with two modules: Automagic and Automagic Annotations.

Maven site is hosted at:
http://wicketbits.aezix.com


Summary:

Automagic is a Wicket render listener which automatically creates default Java components matching the html markup.

Allows quick Wicket page development through the auto creation of components by convention and helps separate page design from Java code functionality. The render listener will try to auto-create any components that are not specifically instantiated in code by matching them to a property on a parent CompoundPropertyModel.


-Edward

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to