RE: Struts faces

2004-10-26 Thread Jesse Alexander (KBSA 21)
check - no spaces in the path... java has a history with problems related to that - eliminate the "D:" hope this helps Alexander -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 9:14 PM To: Struts Users Mailing List Subject: Re: Struts fa

RE: [OT] Running one web application in another.

2004-10-26 Thread Jesse Alexander (KBSA 21)
Check out this method: javax.servlet.RequestDispatcher.include() Maybe you can include a tag calling that function into a tile... and it should be done Or try to include it like

RE: OT -- JSF + Tomcat Tutorial

2005-06-24 Thread Jesse Alexander (KBSA 21)
check on JSFCentral () and JSF-Tutorials () hth Alexander -Original Message- From: Richard Reyes [mailto:[EMAIL PROTECTED] Sent: Friday, June 24, 2005 10:09 AM To: Struts Users Mailing List Subject: OT -- JSF +

RE: [OT] Stinking IDEs

2005-06-29 Thread Jesse Alexander (KBSA 21)
-Original Message- Monochrome 80x25 ADM31A or Hazeltine 1510 w/ 9600 baud serial link. -/Original Message- Do not exagerate... 80x25 is too big a 20x4 lcd-display is big enough also because: no modem back to acoutstic-coupler at 300 baud are thow them back to the teletyper

RE: This is how wonderful VS.NET is

2005-06-29 Thread Jesse Alexander (KBSA 21)
-Original Message- I'm sure you can find someplace else. -/Original Message- Do you think so? Most probably he is everywhere else already banned for lifetime ;-) Alexander - To unsubscribe, e-mail: [EMAIL PROTECT

RE: This is how wonderful VS.NET is

2005-06-29 Thread Jesse Alexander (KBSA 21)
-Original Message- hey stop personal attacks! ... What is wrong with that? -Original Message- IF you had read my post correctly you would have noticed the smiley at the end... which makes it a "joke" between colleagues (you pretend to be one...) SO what's wrong with that? And th

RE: Re: Struts vs .NET???

2005-07-03 Thread Jesse Alexander (KBSA 21)
-Original Message- . . . What makes you think http://wiki.apache.org/struts/PoweredBy is a struts site? Don't give wrong information. . . . Technology columnist and editor -/Original Message - No wonder I have such a low consideration for technology columns and their writers... He

RE: Newbie: Where to put instance for database access?

2005-07-06 Thread Jesse Alexander (KBSA 21)
Yes. Check with servlet-APIdoc... Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 11:10 AM To: user@struts.apache.org Subject: AW: Newbie: Where to put instance for database access? >Should it be stored in the ServletContext

RE: Getter/Setter

2005-07-07 Thread Jesse Alexander (KBSA 21)
Open the source in Eclipse; right-click on a variable; -source- -generate getter/setter-; choose the attributes you want, set the options and submit... hth Alexander -Original Message- From: Vijay K Anand [mailto:[EMAIL PROTECTED] Sent: Thursday, July 07, 2005 3:23 PM To: Struts Users

RE: [OT] Java as a Daemon

2005-07-14 Thread Jesse Alexander (KBSA 21)
Hi (Warning: not an Oracle insider...) If I remember correctly Oracle allows Java to used for PL/SQL-scripts. Maybe you could have a Java-class that is called whenever you make an update that needs to be "communicated". And then somehow make the update in the second Oracle-db. just my 2cents Al

RE: [OT] UML class diagrams

2005-07-15 Thread Jesse Alexander (KBSA 21)
The first hit on Google for "Poseidon UML" leads you to which is the homepage. There you can look for or in this you can use the "Community Edition 3.x" to get a free version... h

RE: session race / transfer issue

2005-02-10 Thread Jesse Alexander (KBSA 21)
-Original Message- From: Brown, James [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 4:30 PM To: user@struts.apache.org Subject: session race / transfer issue We have encountered a problem in which it appears (from user's description, transaction records, web application log

RE: Tool for detecting unclosed resources

2005-03-03 Thread Jesse Alexander (KBSA 21)
Introscope from wily can keep an eye on such resources... (in fact lots of resources) but it costs a few dollars ;-( regards Alexander -Original Message- From: Yves Sy [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005

RE: [REFERENDUM] Struts is a Community

2005-04-11 Thread Jesse Alexander (KBSA 21)
First of all: Happy Birthday Ted (maybe a bit late, but I read the Struts mailinglist only in the office because of its hig volume) Is Struts a product? - If products means that it is marketed: I do not have the feeling - If product means something like MS Off

[OT: jsf] RE: [REFERENDUM] Struts is a Community

2005-04-11 Thread Jesse Alexander (KBSA 21)
, 2005 2:20 PM To: user@struts.apache.org Subject: RE: [REFERENDUM] Struts is a Community Hi Nag Nag - Have you followed the JSF list lately ? Hermod (A great fan of Struts - and lately also JSF/Shale) -Original Message- From: Jesse Alexander (KBSA 21) [mailto:[EMAIL PROTECTED] Sent

RE: jsf] RE: [REFERENDUM] Struts is a Community

2005-04-11 Thread Jesse Alexander (KBSA 21)
E: jsf] RE: [REFERENDUM] Struts is a Community Hi Is there any other "real" list than MyFaces :) Hermod -Original Message- From: Jesse Alexander (KBSA 21) [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 2:48 PM To: Struts Users Mailing List Subject: [OT: jsf] RE: [REFERENDUM] S

RE: [OT]find available language property files in a web applicati on

2005-04-14 Thread Jesse Alexander (KBSA 21)
-Original Message- Just in case you don't know this, Ashish, which you probably do, if the user's browser is in a language and you have that language available, the language will be shown automatically without the user having to see if it is available. Having choices is valuable only where

RE: [OT]find available language property files in a web applicati on

2005-04-14 Thread Jesse Alexander (KBSA 21)
-Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 2:46 AM To: user@struts.apache.org Subject: [OT]find available language property files in a web application Hi How to find out which language property files are availble in a web project, for

RE: Best practice for storing configuration data

2005-04-18 Thread Jesse Alexander (KBSA 21)
I prefer to have config-data either - in the servers-settings (web.xml, jndi,...) or - in a separate file (usually xml-format) In the second case at least the exact position of the config-file is defined outside the war-file (either in the server jndi-tree or a system-property). hth Alexander -

RE: User Certificates and application managed security -- possibl e??

2005-04-18 Thread Jesse Alexander (KBSA 21)
Hi With a newer Tomcat you might use a solution similar to what I have already seen in a WebLogic-installation: Several security-providers were created and configured. The first one to able to authenticate the user does the job. Therefor the first would be an authenticator that can handle the chi

RE: AJAX: Whoa, Nellie!

2005-04-19 Thread Jesse Alexander (KBSA 21)
-Original Message- Users that turn off JS are akin, in my mind, to automobile drivers who decide they would rather play Fred Flintstone, cut holes in the floorboards and not bother starting the engine. Oh, you'll get around, but your missing out! While I am certainly not trying to say the

RE: AJAX: Whoa, Nellie!

2005-04-19 Thread Jesse Alexander (KBSA 21)
-Original Message- > I also think that a well-designed web-UI does not need JS at all... Then what results is exactly what you say: a WEB UI. This was good enough five years ago, it isn't today. People expect, generally, more robust UIs delivered in a browser. They expect webapps that l

RE: Looking for a book

2005-04-22 Thread Jesse Alexander (KBSA 21)
maybe might for you... I have not looked at it, but it might point to the right direction. hth Alexander -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Eugene Suzyumov Sent: Thursday, April 21, 2005 12:02 PM To: user@struts.apache

RE: [OT] Sun RI JSF 1.1 VS myfaces 1.09

2005-05-03 Thread Jesse Alexander (KBSA 21)
Hi currently I am struggling to support both with some custom componentes ;-) Advantages of the SUN RI over MyFaces: - passed the TCK and therefor can call its versions GA - javadoc on available source-code is better (although I seem not to have all the source-code... but maybe I am blind...)

RE: Is struts more performant than JSF

2005-05-10 Thread Jesse Alexander (KBSA 21)
Hi I think this is not an easy question. I got the impression that Struts is needing more JSP-tags to represent a page which seems to slow it down a bit. JSF uses more memory (if you use server-side state) or more bandwidth (if you use client-side state) but somehow processing seems quite opt

RE: JSF or Struts w/ JSF (again)

2004-11-03 Thread Jesse Alexander (KBSA 21)
Hi Howard If you are starting a project from scratch, then Do NOT mix the frameworks. Vic is right when he says "it gets more complicated". --- All the provisions for framework-coexistence built into JSF are usefull for the migration cases. Lets say when you have to add

RE: Struts and Cewolf integration

2004-11-04 Thread Jesse Alexander (KBSA 21)
Hi int the web.xml you are allowed to define thousands of servlets, so no problem there. In the image-tag that you "generate" using the struts-fw you can then specify an url which will be routed to the cewolf servlet instead of the struts-servlet... Check out the URL-pattern that you have to d

RE: A new paradigm of Struts development

2004-11-09 Thread Jesse Alexander (KBSA 21)
-Original Message- (of course I am unhappy about JSF part ) -/Original Message- Well. I am HAPPY that Craig's proposal adjusts Struts in that direction. JSF will be part of J2EE (as of version 1.5). That will make it hard to explain to "pointy hairy boss" type managers why one w

RE: A new paradigm of Struts development

2004-11-09 Thread Jesse Alexander (KBSA 21)
Struts development The average PHB thinks EJB *is* J2EE... :-( Vic (Vinny) Cekvenich wrote: > Jesse Alexander (KBSA 21) wrote: > >> JSF will be part of J2EE (as of version 1.5). That will make it hard >> to explain to "pointy hairy boss" type managers why one wants to

RE: [ANN] "Struts" meeting in Zürich on 23rd

2004-11-10 Thread Jesse Alexander (KBSA 21)
who's gonna be there? (from this list) Regards Alexander -Original Message- From: Vic (Vinny) Cekvenich [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 2:05 PM To: [EMAIL PROTECTED] Subject: [ANN] "Struts" meeting in Zürich on 23rd http://www.ch-open.ch/events/2004/struts.

RE: OT: hosting recommendations?

2004-11-15 Thread Jesse Alexander (KBSA 21)
most hosting providers I have talked to talk about "security issues" when you ask them to provide Java-webhosting. ;-) check out: Yes, it is a swiss company... with swiss server placement... The "L

RE: OT: hosting recommendations?

2004-11-15 Thread Jesse Alexander (KBSA 21)
sp hoster". We work with starline more than 2 years and we are statisfied. Starline has good prices and features in his packages. Regards, Frank > -Ursprüngliche Nachricht----- > Von: Jesse Alexander (KBSA 21) > [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 15. November 2

RE: OT: hosting recommendations?

2004-11-15 Thread Jesse Alexander (KBSA 21)
ber 15, 2004 10:01 AM To: Struts Users Mailing List Subject: Re: OT: hosting recommendations? "security issues" if that's their response then they are clowns, pure and simple. I wouldn't trust someone like that to change a lightbulb. --b On Mon, 15 Nov 2004 09:50:09 +0100

RE: data caching in web application

2004-11-30 Thread Jesse Alexander (KBSA 21)
concerning the actual access, that Javaworld article about sql in Java sounds a cool way to do it... about the initializing: - create a standard servlet that fetches the data and sets up a JavaBean (aka POJO) and stores that in the servlet-context - define this servlet in the web.xml and add th

RE: [almost OT] Struts in Practice

2005-01-14 Thread Jesse Alexander (KBSA 21)
-Original Message- BTW, what's "HTH"? -Original Message- HTH means Hope This Helps HTH Alexander - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Welcome to sportslovers.net which is powered by Struts!

2005-01-20 Thread Jesse Alexander (KBSA 21)
usually States have to be filled only for USAway. All other countries should be used without state... or create a state "other" which c an be used for other countries... regards Alexander -Original Message- From: t t [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:07 PM