Re: thick client

2004-03-30 Thread Steven J. Owens
the old-fashioned, non-thin-client, with custom-coded GUI. -- Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll be here all night and this document will be four times longer and much less fun to read. Take

Re: Real time, monitoring with graphics resorces with J2EE

2004-01-22 Thread Steven J. Owens
. -- Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll be here all night and this document will be four times longer and much less fun to read. Take it all with a grain of salt. - Me at http

Re: Dreamweaver type application

2003-04-12 Thread Steven J. Owens
are returned by your select, you could easily overwhelm the memory of the system and bring the JVM crashing down. Not to say that's what was happening, but it's the sort of thing that could easily happen. Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong

Re: Request For Architecture Suggestions

2003-04-12 Thread Steven J. Owens
worked with it, though I've heard the odd comment about it. At the very least, reading about it will give you some ideas. http://jakarta.apache.org/jetspeed/ Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise

JavaServer Faces?

2003-02-26 Thread Steven J. Owens
Hi folks, Anybody know what the current status of Javaserver Faces is? It seemed like a good idea when I first heard about it (going on two years now), but when I look into it, it seems to be stalled in the specification process. Steven J. Owens [EMAIL PROTECTED] I'm going to make broad

Taglibs? Taglibs Mailing Lists?

2003-02-21 Thread Steven J. Owens
to another server; sending a JMS message, etc. Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll be here all night and this document will be four times longer and much less fun to read. Take

Re: HttpClient to Servlet

2003-02-03 Thread Steven J. Owens
or more years. HttpUnit is fairly recent, it lives at SourceForge but I came across it from a page that recommended it at the jakarta project site (the Cactus subproject). Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements

Re: Use of Vector

2003-01-05 Thread Steven J. Owens
with that issue, if necessary. If Vector or Hashtable suffice, just stick to these. Good advice. Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll be here all night and this document

Bar/Pie/Graph Chart Generation?

2002-12-29 Thread Steven J. Owens
something half-assed myself, using the java2D image API (I've done a little work with it, enough that I could sit down and thrash out). But I'd much rather not. Cost-free software preferred, modestly priced software still of interest. Steven J. Owens [EMAIL PROTECTED] I'm going to make broad

Re: XALAN Parser - A Problem

2002-12-27 Thread Steven J. Owens
it used to be only 16MB). Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll be here all night and this document will be four times longer and much less fun to read. Take it all with a grain of salt. - Me

Re: attachment in jsp

2002-12-24 Thread Steven J. Owens
at the generated servlet code for this (i.e. use the -keepgenerated option for your JSP compiler) and see if anything's tripping up the process by sending extraneous data or headers back before your code gets to setting headers and sending the binary data. Steven J. Owens [EMAIL PROTECTED] I'm going

Re: UseBean?

2002-12-23 Thread Steven J. Owens
Hi folks, On Sun, Dec 22, 2002 at 07:43:28PM -0500, Steven J. Owens wrote: I'm seeing some odd behavior that I suspect is related to the useBean directive. This is in Tomcat 4.1.12, with Jasper. [] Yeesh, I feel stupid. Found the obvious bug. Please disregard my request

UseBean?

2002-12-22 Thread Steven J. Owens
in a scriptlet? Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll be here all night and this document will be four times longer and much less fun to read. Take it all with a grain of salt. - Me at http

Re: Security

2002-12-09 Thread Steven J. Owens
be your app server's documentation. You might also code up a simple test - a servlet that prints out all session values and a servlet that sets an arbitrary session value, then forwards the user to https://PrintSessionServlet. Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping

Re: JSP inside Javascript

2002-12-08 Thread Steven J. Owens
or link. I don't know, but I suspect not. You cannot have javascript inside javascript, if I recall correctly. I suspect that the syntax of JSP too closely resembles the javascript syntax, and will choke the javascript interpreter. Then again, why not try it and find out? Steven J

Form-Handling Patterns?

2002-12-07 Thread Steven J. Owens
pattern in the JSP world? Are there any particular tags or taglibs used to implement it? Could people point me to some good tutorials or examples? Steven J. Owens [EMAIL PROTECTED] I'm going to make broad, sweeping generalizations and strong, declarative statements, because otherwise I'll

Re: [advanced-servlets] Is there any ASP to Java (JSP) conversion tools ?

2002-04-08 Thread Steven J. Owens
). Steven J. Owens [EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST. Some relevant FAQs on JSP/Servlets can