Results 1 to 4 of 4

Thread: View layer

  1. #1
    Join Date
    Sep 2004
    Posts
    9

    Default View layer

    I am currently using JSP with JTSL for the view layer. However I have noticed that opening the jsp directly with the browser and HTML editors, that it does not render (eg. get stuff like " method="post" > appearing in the page).

    Zope has page templating for HTML (TALES) that uses custom attributes on standard HTML tags. It works nicely with HTML browsers and editors. It also lets you have dummy data.

    Is there anything like this for J2EE?

  2. #2
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    There are some plugins for Dreamweaver I think that might do the trick. I prefer to work in Eclipse with a Tomcat plugin and edit my JSPs in Eclipse.

    When dealing with HTML programmers, I usually try to teach them JSP as well. Most of them don't like wysiwyg stuff anyway

  3. #3
    Join Date
    Sep 2004
    Posts
    9

    Default

    Yeah, I edit HTML markup directly. But you have to use Tomcat (or some other servlet container) to see how the changes affect the page. No big deal for me, but means HTML programmers have to install Java and Servlet/JSP container. Also means a lot of HTML tools do not work.

  4. #4
    Join Date
    Aug 2004
    Location
    Denver
    Posts
    249

    Default

    Tapestry has what you're looking for. Standard HTML markup with some custom attributes to hook in dynamic data. Tapestry also easily integrates with Spring.

Similar Threads

  1. Replies: 9
    Last Post: Nov 1st, 2005, 10:36 PM
  2. One ApplicationContext per Layer problem...
    By Alwin in forum Container
    Replies: 2
    Last Post: Jul 7th, 2005, 10:49 PM
  3. planning major migration to spring
    By wexwarez in forum Architecture
    Replies: 21
    Last Post: May 23rd, 2005, 01:13 AM
  4. Content Provider vs View Model
    By Martin Kersten in forum Swing
    Replies: 21
    Last Post: Mar 10th, 2005, 02:25 PM
  5. View layer for REST-based Web Services
    By rafeco in forum Architecture
    Replies: 3
    Last Post: Oct 23rd, 2004, 10:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •