why dont you post that to tss?

-Igor


On 12/12/05, Martijn Dashorst <[EMAIL PROTECTED] > wrote:
I think that not all markup on a page needs to be componentized. When
I look at an administrative interface Topicus is currently developing,
I think only 20% or even less of the markup tags has a wicket:id
assigned. The rest is supporting markup layout (divs, tables,
non-internationalized text), or _javascript_.

I'd really hate to put that 80% in Javacode, as Java is not very good
at expressing _javascript_ and markup.

Martijn
.

On 12/12/05, Andrew Lombardi <[EMAIL PROTECTED] > wrote:
> clarification below
>
> On Dec 11, 2005, at 9:11 PM, Andrew Lombardi wrote:
>
> > Though I've not looked at WingS at all ... I am really enjoying
> > working with wicket because it feels less like mucking around with
> > tags (whether xml or xhtml), and more like actual bare-knuckles
> > programming.
> >
> > That being said, I don't really get a warm fuzzy about having *all*
> > of my page represented by wicket, as this can, and most likely
> > would... get extremely verbose.  While I enjoy coding in Swing most
> > times, if I can avoid using LayoutManager's and other such
> > constructs, I'm much happier.
>
> what I mean here if it was at all unclear, is if wicket expected me
> to represent the view entirely in java, rather than using HTML as a
> template, I would probably not have chosen to work with the
> framework.  This is what I get from the explanation of WingS.. feels
> a bit ... much :)
>
> >
> > From working with wicket, I get the distinct feeling of writing
> > just enough html, and coding just enough java, and avoiding xml
> > (for the most part all-together), that I don't feel like hurting
> > anyone when I'm done. =)
> >
> > Programmers work in Java, Designers work in HTML, wicket follows
> > the separation of concerns fairly eloquently.
> >
> >
> > On Dec 11, 2005, at 7:45 PM, Christopher Gardner wrote:
> >
> >> I posted this to the ServerSide in the recent article on wingS.  How
> >> would you sell wicket, which requires a physical HTML page, over
> >> wingS, which I think does not?
> >> ---
> >> While I've looked at wicket 1.1 very closely, I've only read the
> >> documentation for wingS 2.0.  Both intrigue me, and I'm trying to
> >> make
> >> up my mind which product I might pursue.  With wicket you have to
> >> create a web page.  It appears with wingS, however, the web page is
> >> generated by the servlet.  If that is true, it seems wingS honors the
> >> DRY principle (i.e., the page object and its components are the only
> >> thing needed to represent the page).  Why would one choose one
> >> product
> >> over the other?
> >>
> >>
> >> -------------------------------------------------------
> >> This SF.net email is sponsored by: Splunk Inc. Do you grep through
> >> log files
> >> for problems?  Stop!  Download the new AJAX search engine that makes
> >> searching your log files as easy as surfing the  web.  DOWNLOAD
> >> SPLUNK!
> >> http://ads.osdn.com/?ad_idv37&alloc_id865&opÌk
> >> _______________________________________________
> >> Wicket-user mailing list
> >> Wicket-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through
> > log files
> > for problems?  Stop!  Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the  web.  DOWNLOAD
> > SPLUNK!
> > http://ads.osdn.com/?ad_idv37&alloc_id865&opÌk
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


--
Living a wicket life...

Martijn Dashorst - http://www.jroller.com/page/dashorst

Wicket 1.1 is out: http://wicket.sourceforge.net/wicket-1.1


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to