> -We can create our own components in java code (in compliance with
> Wicket interfaces and standards) and then use them to create web pages.
> -Wicket let us create our web page in a swing like manner (No HTML, Just
> write java code and it will create html pages using those java codes.)
> -We can build a complete web application using wicket without using any
> single page of HTML

Incorrect. I recommend you take a peek at the examples/ WIKI (aka RTFM).

Separation of logic and presentation is a key feature, and Wicket does
that by working on clean templates for the presentation and Java for
the logic. Nothing more, nothing less.

Read http://wicketframework.org/Vision.html and note "it was designed
to solve one very specific problem well: enabling component-oriented,
programmatic manipulation of markup ".

If you want a pure Swing approach, you're probably best of using Echo
or GWT, which use layout managers rather than markup files.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to