Well,

I most certainly would be glad if i got my hands on some nice tutorials... I
consider myself an interested and fast learner, but you guys come up with
something newer (and better?) every week.  I would come in handy if there
was some drilldown list grouped on similar techniques/purpose or
functionality with one stable/recommed to start learning from.

For example,

*generating data 
  -> using business objects which encapsulate the knowledge of filling their
properties
     E.g.
     <form:column>
 
<xsp:expr>mychangeticket.core.getProperty("PlannedServiceAffectingEndDate")<
/xsp:expr>
     </form:column>
  -> write queries 
      while (rs.next()) {
 
<form:column><xsp:expr>rs.getString("DESCRIPTION")</xsp:expr></form:column>
      }
*generating graphics from this data
  -> generate some own defined xml tags and throw a stylesheet over it to
generate dynamic SVG graphs
  -> Use Batik ??
*use of forms
  -> Woody ?
  -> Cocoonforms?

Etc... 

How to integrate those different techniques is another thing 


But it would be great to quickly be able to retreive documentation/tutorials
about the different topics... 

Hope this discussion will lead to some more structured roadmap for the
beginner !!

Regards,
Robby

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

Reply via email to