[ANN] JOT Servlets web component framework - version 3.0

2008-08-28 Thread Paul Copeland
JOT Object Technologies has released version 3.0 of the JOT Servlets Java web components framework. Jot Servlets use Java objects (Java Beans and POJO's - plain old java objects) to render dynamic content into standard HTML web pages. http://www.jotobjects.com JOT Servlets Framework:

Re: Problem with Struts FormFile object.

2006-04-28 Thread Paul Copeland
will return application/octet-stream as the default if it does not know the content type. You have to include the J2EE activation.jar in your classpath for this to work. Here is the API doc - http://java.sun.com/javaee/5/docs/api/javax/activation/MimetypesFileTypeMap.html Paul Copeland http

Re: JSP-INTEREST Digest - 1 Mar 2006 to 17 Mar 2006 (#2006-8)

2006-03-18 Thread Paul Copeland
It is really hard to get this kind of design to work correctly. The response will come back to the frame that submitted the request to the jsp page (servlet). You could try returning a 204 status code (no change) to the first frame and then run some javascript to tell the second frame to update

[ANN] JOT Servlets web component framework - version 2.3

2005-10-26 Thread Paul Copeland
JOT Object Technologies has released version 2.3 of the JOT Servlets J2EE web component framework: http://www.jotobjects.com - JOT Servlets is a dynamic content rendering engine for Java Servlets and JSP pages. - JOT Servlets connect plain Java objects (POJOs) to standard web pages

[ANN] JOT Servlets web component framework - version 2.2

2005-09-28 Thread Paul Copeland
JOT Object Technologies has released JOT Servlets version 2.2 JOT Servlets is a J2EE web component framework for rapid development of dynamic content web applications. The 100% Java framework connects POJO plain Java objects to standard web pages without complex XML tags and requires no

[ANN] JOT Servlets Framework version 2.0

2005-05-10 Thread Paul Copeland
JOT Object Technologies has released JOT Servlets version 2.0 http://www.jotobjects.com JOT Servlets is a J2EE web component framework for rapid development of dynamic content web applications. Version 2.0 features: - Renderable JOT Web Components can be embedded on web pages to any nesting depth.

Re: JasperException wraps ServletException wraps JspException

2004-09-12 Thread Paul Copeland
Hi Jan - Apparently this problem is fixed in Tomcat 5. Tomcat 4.1.30 has the following code which has the effect I outlined below (losing the stack trace of the original exception). Yet another example of why it is necessary to test a webapp on all versions of the platform it may be deployed on.

JasperException wraps ServletException wraps JspException?

2004-08-27 Thread Paul Copeland
When I throw a JspException from a custom tag the PageContext handlePageException() method wraps it in a ServletException and then Tomcat JspServletWrapper.service() wraps that in a JasperException (which is also a ServletException). So the original exception is 3 deep and the stack trace of the

[ANN] JOT Servlets Demonstration

2004-08-10 Thread Paul Copeland
JOT Object Technologies has installed a live demonstration of JOT Servlets at http://www.jotobjects.net - The demonstration is a simple web application with source code that renders dynamic web content with JOT Servlets. JOT Servlets is an application development framework for web applications.

Re: Window pop-up problem!....

2004-07-30 Thread Paul Copeland
layers are probably a better design for human usability. None of this is truly modal in the stateless web client world. The amount of time you will invest in trying to get this half way working may not be worth it in the end. - Paul Copeland - JOT Servlets - http://www.jotobjects.com Date:Thu, 29 Jul

Re: [ANN] JOT Servlets Framework version 1.12

2004-06-24 Thread Paul Copeland
Kumar [EMAIL PROTECTED] Subject: Re: [ANN] JOT Servlets Framework version 1.12 HI, Is it free for commercial use. Regards deepak Kumar --- Paul Copeland [EMAIL PROTECTED] wrote: JOT Object Technologies has released JOT Servlets version 1.12. JOT Servlets is a rapid application development framework

[ANN] JOT Servlets Framework version 1.12

2004-06-22 Thread Paul Copeland
JOT Object Technologies has released JOT Servlets version 1.12. JOT Servlets is a rapid application development framework for web applications. Thus version includes JOT Views, a web page rendering component for MVC architectures. The JOT Servlets framework can now be used both as a complete web

[ANN] JOT Servlets Framework version 1.10 released

2004-04-30 Thread Paul Copeland
JOT Object Technologies has released JOT Servlets version 1.10. JOT Servlets is a J2EE framework for developing dynamic content web applications. This version provides new forms processing examples and also features JOT Views, a rendering engine that can be used by ANY Servlet or JSP page. See

Re: Help needed

2004-03-19 Thread Paul Copeland
You should be able to do this with a combination of onClick and onChange events, but it is likely to be messy, especially if you have to support very old versions of browsers. I think using Frames will make it even more complicated... - Paul Copeland JOT Servlets - A Framework for Servlet

Re: JDBC no suitable driver

2003-11-28 Thread Paul Copeland
on integration with the Servlet container. Paul Copeland JOT Servlets - A Framework for Servlet Applications http://www.jotobjects.com Date:Wed, 26 Nov 2003 17:01:15 +0800 From:Mikil [EMAIL PROTECTED] Subject: Re: [Shameless Plug] Servlets and JavaServer Pages; the J2EE Web Tier Hi to everyone

Re: Google Tag Library 1.0

2003-10-11 Thread Paul Copeland
Very nice functionality. I'm surprised that Google is not on your back about use of their trademark name... Date:Fri, 10 Oct 2003 03:54:05 -0700 From:Erik C. Thauvin [EMAIL PROTECTED] Subject: Google Tag Library 1.0 I've just released version 1.0 of the Google Tag Library:

[ANN] JOT Servlets Framework version 1.0 released

2003-03-31 Thread Paul Copeland
JOT Servlets version 1.0 has been released by JOT Object Technologies. The all new JOT website has more information: http://www.jotobjects.com JOT Servlets is a Java Servlet framework for rapid application development using standard web pages and Java Beans for dynamic content. Web

Re: Request For Architecture Suggestions

2003-03-28 Thread Paul Copeland
/jsp layer directly to the database with JDBC if you employ a Database Connection Pool correctly. Links to the Blueprints and some JDBC code examples are on the JOT Servlets site - http://www.jotobjects.com Paul Copeland, JOT Object Technologies Date:Thu, 27 Mar 2003 23:45:08 -0500

Re: Need some useful web site for JSP and Servlet

2003-03-25 Thread Paul Copeland
Hello Ha Duy - You could take a look at the step-by-step guide that comes with JOT Servlets: http://www.jotobjects.com Paul Copeland, JOT Object Technologies Date:Tue, 25 Mar 2003 13:24:38 +0900 From:Ha Duy Thien [EMAIL PROTECTED] Subject: Need some useful web site for JSP

Re: Strange error

2003-01-29 Thread Paul Copeland
The usual cache-control example is not complete. Try this: // Cache-Control for HTTP 1.1, Expires and Pragma for older browsers response.setHeader(Cache-Control, no-cache; no-store; must-revalidate; proxy-revalidate); response.setHeader(Expires, 0); response.setHeader(Pragma, no-cache); Paul

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-30 Thread Paul Copeland
David - OK, I'm game. This just went WAY over my head. Why can't he have a web.xml without a WAR? ;-) -- Paul Copeland, JOT Object Technologies - http://www.jotobjects.com -- Date:Fri, 29 Nov 2002 12:06:40 -0800 From:Karr, David [EMAIL PROTECTED] Subject

Re: Off-topic: JSP and MySQL

2002-11-27 Thread Paul Copeland
that it solves only mistakes durring queries is incorrect. A single rollback statement will undo all the updates back to the beginning of the transaction. Experiment with a database that supports Transactions and this will become clear. Paul Copeland, JOT Object Technologies - http://www.jotobjects.com

Re: Use of Vectors in JSP

2002-11-24 Thread Paul Copeland
the values to another Collection like a Vector. -- Paul Copeland, JOT Object Technologies - http://www.jotobjects.com -- Date:Tue, 19 Nov 2002 03:50:31 -0600 From:Amit Wadhwa [EMAIL PROTECTED] Subject: Re: Use of Vectors in JSP i use a 2-dimensional array. i

Re: [ANN] Part 3 of my JSTL article at ONJava.com

2002-11-03 Thread Paul Copeland
JOT.EachDay.formatDate(EE dd, MMM ) /td /tr JOT.End /table Paul Copeland, JOT Object Technologies - http://www.jotobjects.com On Thu, Oct 31, 2002 at 12:15:08PM -0800, Hans Bergsten wrote: Dror Matalon wrote: Hans, I just read the article

Re: Question on documentation...

2002-10-21 Thread Paul Copeland
on the security hole created by the /servlet mapping... -- Paul Copeland, JOT Object Technologies - http://www.jotobjects.com - Original Message - Date:Fri, 18 Oct 2002 17:49:22 -0700 From:Hans Bergsten [EMAIL PROTECTED] Subject: Re: Question on documentation... Luis A wrote

Re: jsp javascript

2002-08-27 Thread Paul Copeland
Or just return a 204 HTTP Status Code and you don't have to go into the Hidden Frame stuff perhaps. Paul Copeland, JOT Object Technologies -- http://www.jotobjects.com Date:Fri, 23 Aug 2002 22:46:48 -0600 From:Walter Meyer [EMAIL PROTECTED] Subject: Re: jsp javascript

Re: HTML Form submit action and JSP interaction...

2002-07-08 Thread Paul Copeland
onSubmit=return validate_form() Paul Copeland, JOT Object Technologies, http://www.jotobjects.com -- Date:Sat, 6 Jul 2002 14:04:45 -0500 From:John Vanderbrook [EMAIL PROTECTED] Subject: Re: HTML Form submit action and JSP interaction

Re: session

2002-06-30 Thread Paul Copeland
Vaishali - You have perhaps made a giant leap of faith that utype is Class String. Do you get a ClassCastException if you do this instead? String utype = (String)session.getValue(utype); Paul Copeland, JOT Object Technologies -- http://www.jotobjects.com Date:Sat, 29 Jun 2002 14:37

Re: Need Help w/ MVC and Database

2002-04-08 Thread Paul Copeland
The JOT Servlets framework supports MVC design approaches and includes a JDBC ResultSet Iterator class. The JOT documentation includes sample source code for a JDBC database query Java Bean. Let me know if you need help with that. Paul Copeland, JOT Object Technologies, http

Re: SQL syntax

2002-03-31 Thread Paul Copeland
Try single quotes around the string. SELECT * FROM tickets WHERE name='fr.Airline' Paul Copeland, JOT Object Technologies - http://www.jotobjects.com -- Date:Sat, 30 Mar 2002 11:57:22 - From:Nic Jackson [EMAIL PROTECTED] Subject: Re: SQL syntax

[ANN] JOT Servlets Upgrade version 0.98

2002-02-04 Thread Paul Copeland
IN VERSION 0.98 --- Improved integration with Tomcat 4 and web servers supporting Java Servlet version 2.3 (compatible with Java Servlet 2.1 and later). -- Paul Copeland, JOT Object Technologies === To unsubscribe: mailto [EMAIL

Re: Model 3-tier in application

2001-04-03 Thread Paul Copeland
Regarding your question about 3-tier servlet architectures, another approach to consider is JOT Servlets, a general purpose tool for dynamic web page generation which combines a template page parser with an efficient server-side Beans framework. http://www.jotobjects.com -- Paul

Re: USE JSP/JAVABEANS TO GENERATE ON THE FLY DHTML

2001-02-09 Thread Paul Copeland
Hi Bryan - You might look at the JOT Servlets framework as one approach to accomplishing the end result you are after. http://www.jotobjects.com -- Paul Copeland, JOT Object Technologies Date:Thu, 8 Feb 2001 11:50:03 -0800 From:"Bryan L. Croft" [EMAIL PROTECTED] Subjec

Re: comparision of webapplication frameworks

2001-01-31 Thread Paul Copeland
Hi Raja - You might want to have a look at the JOT Servlets framework also: http://www.jotobjects.com -- Paul Copeland, JOT Object Technologies Date:Tue, 30 Jan 2001 07:14:46 + From:Raja Nagendra Kumar [EMAIL PROTECTED] Subject: comparision of webapplication frameworks Hi

[ANN] JOT Servlets Upgrade version 0.96

2001-01-11 Thread Paul Copeland
0.95 and 096 --- The demonstration web application is now rewritten as an illustration of the MVC (Model-View-Controller) design pattern using nested JOT Templates with adaptive selection of JotResponseBeans for rendering dynamic content. -- Paul Copeland, JOT Object Technologies

[ANN] JOT Servlets Upgrade version 0.94

2000-10-11 Thread Paul Copeland
included improvements to the demonstration servlet runner programs (jotserver for JSDK 2.1 and jotrunner for JSDK 2.0) for Windows and Unix platforms. -- Paul Copeland, JOT Object Technologies === To unsubscribe: mailto [EMAIL

[ANN] JOT Servlets Upgrade

2000-08-16 Thread Paul Copeland
featuring a lightweight API, easy to use template language, software tools, and demonstration servlets. -- Paul Copeland, JOT Object Technologies === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

[ANN] JOT Servlets version 0.90

2000-07-25 Thread Paul Copeland
JOT Object Technologies announces preview release 0.90 of JOT Servlets. http://www.jotobjects.com JOT Servlets is a framework for servlet development featuring a lightweight API, easy to use template language, software tools, and demonstration servlets. -- Paul Copeland, JOT Object