bela wrote:

> I am looking for a way to link presentation (HTML code), with business > logic (Java 
>Code).

You might look into using JSP pages - they allow you to keep the
business-logic inside a servlet, and mix the data generated by the
servlet with the predefined HTML.
You could define a simple interface (a simple bean) as a container for
the servlet-generated data, and have the html-designer pull it out using
fragments of java inside the HTML. Someone who can write javascripts
will be able to write simple JSP's like that.

--
CU,
  Edwin
---
Serving coffee on aircraft causes turbulence.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to