JOT Object Technologies has installed a live JOT Servlets demonstration on the Internet at http://www.jotobjects.net. The demonstration is a simple JOT Servlets application that renders dynamic web content. Source code and explanatory text is provided with the demonstration.
JOT Servlets is a rapid application development framework for web applications. JOT Servlets cut through the growing layers of J2EE complexity. Web designers and Java programmers can develop dynamic web content using the skills they already have. Designers create JOT Template web pages using standard HTML, XML, and WML. Programmers write standard Java Beans web components with the JOT Beans API. JOT Templates render dynamic web content without mixing programming code into web page designs. No knowledge of JSP scripting or JSP expression language programming is required with JOT Servlets.
JOT Servlets can be downloaded for free. The license fee for commercial use includes technical support and source code.
Visit the home page.
-
JOT Servlets Demonstration (10 messages)
- Posted by: Paul Copeland
- Posted on: August 17 2004 16:23 EDT
Threaded Messages (10)
- JOT Servlets Demonstration by Dennis Brennan on August 19 2004 11:01 EDT
- How much? by Stuart Eccles on August 19 2004 11:50 EDT
- Uhm... by Karl Banke on August 19 2004 12:06 EDT
- JOT Servlets Demonstration by jelmer kuperus on August 19 2004 12:22 EDT
- JOT Servlets Demonstration by Vlad Patryshev on August 19 2004 17:20 EDT
- JOT Servlets Demonstration by Paul Copeland on August 19 2004 19:46 EDT
- JOT Servlets Demonstration by Michael Chen on August 19 2004 09:12 EDT
-
back to the old place by weiyong huang on August 20 2004 01:52 EDT
-
JOT Servlets Demonstration by Paul Copeland on August 20 2004 03:00 EDT
- only a little worthful by weiyong huang on August 26 2004 10:04 EDT
-
JOT Servlets Demonstration by Paul Copeland on August 20 2004 03:00 EDT
- JOT Servlets Demonstration by Paul Copeland on August 19 2004 19:46 EDT
-
JOT Servlets Demonstration[ Go to top ]
- Posted by: Dennis Brennan
- Posted on: August 19 2004 11:01 EDT
- in response to Paul Copeland
Do we need yet another presentation layer framework? -
How much?[ Go to top ]
- Posted by: Stuart Eccles
- Posted on: August 19 2004 11:50 EDT
- in response to Paul Copeland
And this one isnt even free.... at 600 dollars for a server license and 300 dollars for a developer.
Why? Someone tell my why? -
Uhm...[ Go to top ]
- Posted by: Karl Banke
- Posted on: August 19 2004 12:06 EDT
- in response to Paul Copeland
...what a miserable demo. Even the one we did for our stuff a year or so ago seems more shiny now (http://www.iternum.com/i3ui). And we were in a hurry to get out before JSF got off the ground - what sheeps we were :-)) -
JOT Servlets Demonstration[ Go to top ]
- Posted by: jelmer kuperus
- Posted on: August 19 2004 12:22 EDT
- in response to Paul Copeland
why do these people insist on posting there product anoucements to tss, everytime they just end up being mocked -
JOT Servlets Demonstration[ Go to top ]
- Posted by: Vlad Patryshev
- Posted on: August 19 2004 17:20 EDT
- in response to Paul Copeland
I am sorry, but at least the example demonstrates a lot of practices that I would like to avoid - mixing HTML code into Java code. (Doing the reverse, interspercing HTML with pieces of Java is okay.)
And then, the framework does some obscure tricks to visualize the contents of the bean... so that the bean turns your Java in a kind of declarative language. Very funny. Very pathetic. IMHO, of course. -
JOT Servlets Demonstration[ Go to top ]
- Posted by: Paul Copeland
- Posted on: August 19 2004 19:46 EDT
- in response to Vlad Patryshev
I am sorry, but at least the example demonstrates a lot of practices that I would like to avoid - mixing HTML code into Java code. (Doing the reverse, interspercing HTML with pieces of Java is okay.)And then, the framework does some obscure tricks to visualize the contents of the bean... so that the bean turns your Java in a kind of declarative language. Very funny. Very pathetic. IMHO, of course.
Not sure where you are getting this from. There is only one Java source file in the demonstration and it does not include any HTML at all! So where is the HTML mixed into the Java code in the example?
You missed the point entirely and seem to be looking for something that is not there at all. The Java in the example and in JOT Servlets generally is simply plain vanilla Java Beans without any "tricks". -
JOT Servlets Demonstration[ Go to top ]
- Posted by: Michael Chen
- Posted on: August 19 2004 21:12 EDT
- in response to Paul Copeland
Well, It's not a good demo even I have ever seen. To strickly, It's a bad feeling to taste it. -
back to the old place[ Go to top ]
- Posted by: weiyong huang
- Posted on: August 20 2004 01:52 EDT
- in response to Paul Copeland
======================================================I am sorry, but at least the example demonstrates a lot of practices that I would like to avoid - mixing HTML code into Java code. (Doing the reverse, interspercing HTML with pieces of Java is okay.)And then, the framework does some obscure tricks to visualize the contents of the bean... so that the bean turns your Java in a kind of declarative language. Very funny. Very pathetic. IMHO, of course.
Not sure where you are getting this from. There is only one Java source file in the demonstration and it does not include any HTML at all! So where is the HTML mixed into the Java code in the example?You missed the point entirely and seem to be looking for something that is not there at all. The Java in the example and in JOT Servlets generally is simply plain vanilla Java Beans without any "tricks".
I think the jot-bean is equal to the servlet original design target. it 'spit' the html content. now the jsp version is lesser than the servlet one. that is a very interesting phenomenon. maybe the jot walk around and then back to the old place. :) -
JOT Servlets Demonstration[ Go to top ]
- Posted by: Paul Copeland
- Posted on: August 20 2004 03:00 EDT
- in response to weiyong huang
There is some interesting speculation about JOT Servlets here, along with the usual chirping magpies.
At the simplest level a JOT Servlet works by associating (binding) an HTML page called a JOT Template with a JOT Bean that is roughly analogous to a jsp:useBean. The properties of the JOT Bean provide dynamic content roughly analogous to JSP expression elements like <%= expression %> (but done with plain HTML pages). The association between the template and the bean can itself be dynamically determined, and any number of composite and nested templates can use the properties of a set of beans, all of which may be determined at request time. There is more to it, but that's a sufficiently puffed up description :-). In practice this machinery is just normal HTML pages and Java beans (which is what the demonstration was intended to illustrate).
For another attempt at summarizing this see http://www.jotobjects.com/JOTprogintro.html -
only a little worthful[ Go to top ]
- Posted by: weiyong huang
- Posted on: August 26 2004 22:04 EDT
- in response to Paul Copeland
thanks for your comments and helpful link. to be serious, i visited the site and saw the programming guid. i think your work is to substitute some java coding work on jsp with java beans(your bean library). it is only a little worthful.