On Tue, April 5, 2005 12:16 pm, Leon Rosenberg said:
> Aehm, could you please explain what exactly the "high level RAD+Html
> approach" is?
>
> Regards
> Leon
>
>
> P.S. RAD as in Rapid Application Development?

I think that is indeed what he is referring to.  I could probably just let
him answer for himself, but what would be the fun in that?!? :)

JSF for instance (as well as ASP.Net) were created with the idea of being
tool-centric in that they generally envision development being done in a
drag-and-drop RAD-type IDE environment.  Not that you HAVE to do it that
way of course, but they started with that as a goal.

In such an approach, you tend to write very little HTML yourself and
instead let the tool (or whatever is processing your pages' macro
definition) generate the final markup.  Note that this is even moreso than
JSPs and taglibs and such which, of course, are themselves rendering the
final markup too, but with JSF and other such platforms it's meant to be
even more abstract: drag a Select Component onto the canvas and that will
result in a bunch of HTML that you'll possibly never see or care about.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to