Webwork vs Struts

2003-03-17 Thread Butt, Dudley
Hi all, I'm in the throws of making a decision as to wether I should go with Struts or Webwork. Has anyone had any experience comparing the 2, who would be able to provide some valuable input? It will be appreciated, thanx Here is a post i made to the webwork site, and a reply i received:

RE: Webwork vs Struts

2003-03-18 Thread Butt, Dudley
--Webwork is more flexible for building frameworks to access the model level, that can be integrated in an UI (Swing, ...) --Struts is more useful for handling web actions http://www.rollerweblogger.org/page/roller/20030113 -Message d'origine- De : Butt, Dudley [mailto:[EMAIL PROTECTED

RE: Webwork vs Struts vs Maverick please help

2003-03-18 Thread Butt, Dudley
to BEA Weblogic 7 SP 1 on Win2000 and IBM AIX. We probably won't need to port our stuff to Applets or Swing. We may use Jasper reports and Webservices later on, as provided for by Weblogic. Which one will be the best to get our job done Please help -Original Message- From: Butt, Dudley

deploying struts on weblogic/tomcat

2003-03-18 Thread Butt, Dudley
Hi, I have a question or two for you guys.. We will be developing for BEA Weblogic7 sp1, but for development I'm not going to install weblogic on everyones machine. for developemnt I would like to use Tomcat. How difficult is it to migrate a Tomcat Struts project to Weblogic. Also, which

remote scripting and Struts

2003-03-18 Thread Butt, Dudley
Hi all, We are currently making use of remote scripting in our JSP's. We want to go with Struts, but not sure if the framework will allow remote scripting. Any comments? NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it

IBM AIX

2003-03-18 Thread Butt, Dudley
Does anyone know if Struts will work on Weblogic 7 SP1 under IBM AIX? NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of, or taking of any

RE: remote scripting and Struts

2003-03-18 Thread Butt, Dudley
would anyone be so kind as to provide some info? thx -Original Message- From: Butt, Dudley Sent: Tuesday, March 18, 2003 3:15 PM To: '[EMAIL PROTECTED]' Subject: remote scripting and Struts Hi all, We are currently making use of remote scripting in our JSP's. We want to go

RE: remote scripting and Struts

2003-03-18 Thread Butt, Dudley
scripting and Struts What do you mean with remote scripting? Butt, Dudley wrote: would anyone be so kind as to provide some info? thx -Original Message- From: Butt, Dudley Sent: Tuesday, March 18, 2003 3:15 PM To: '[EMAIL PROTECTED]' Subject: remote scripting and Struts Hi all

new String() vs String newStr =

2003-03-18 Thread Butt, Dudley
I know this isn't a struts question but i was hoping somone might be able to assist anyways. Can anyone tell me the diference between the two statements: String newStr = new String() String newStr = NOTICE: This message contains privileged and confidential information intended only for

RE: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available

2003-03-19 Thread Butt, Dudley
what is struts faces? -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:48 AM To: Struts Users Mailing List Subject: Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available Ok Thanks Craig. --

RE: IBM AIX

2003-03-19 Thread Butt, Dudley
any comments, anyone? please -Original Message- From: Butt, Dudley Sent: Tuesday, March 18, 2003 4:39 PM To: '[EMAIL PROTECTED]' Subject: IBM AIX Does anyone know if Struts will work on Weblogic 7 SP1 under IBM AIX? NOTICE: This message contains privileged and confidential

RE: IBM AIX

2003-03-19 Thread Butt, Dudley
Weblogic is running on the AIX box at the moment. I did read in the mailing lists however, that some developers were having some problems deploying a Struts app to weblogic on a AIX machine, I guess I will just need to try out some of the webapps on the AIX -Original Message- From:

struts tools, generators or dev aids for IntelliJ

2003-03-19 Thread Butt, Dudley
Hi, Was just wondering if anyone out there knows of any such tools etc that we can use to ease our Struts dev process? Looking for stuff like Struts front end, or code generators etc... NOTICE: This message contains privileged and confidential information intended only for the person or

RE: remote scripting and Struts

2003-03-20 Thread Butt, Dudley
Instituto Atlântico Fone: +55 85 216-7847 Fax: +55 85 216-7864 -Mensagem original- De: Butt, Dudley [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 18 de março de 2003 15:44 Para: 'Struts Users Mailing List' Assunto: RE: remote scripting and Struts dynamically updating contents

Java Out Of Memory

2003-03-20 Thread Butt, Dudley
Hi there, I know this isn't a Struts question, but I also know you're all extremely experienced Java dudes, so how can I prevent a Out Of Memory error when doing a Javac compile for ejbc, with a EntityRelationshipBean? Any help would be great! I'm compiling on a 256M machine and my command looks

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
use -Xms256m you just will allow to use your whole memory. - Original Message - From: Butt, Dudley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 5:31 PM Subject: Java Out Of Memory Hi there, I know this isn't a Struts question, but I also know you're all

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
) - Original Message - From: Butt, Dudley [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 5:43 PM Subject: RE: Java Out Of Memory is -Xms256m only for available RAM, or can I increase my page file size and use that in the -X option aswell

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
Message - From: Butt, Dudley [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 5:43 PM Subject: RE: Java Out Of Memory is -Xms256m only for available RAM, or can I increase my page file size and use that in the -X option aswell? -Original

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
sure someone could you more here cheers - Original Message - From: Butt, Dudley [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 5:46 PM Subject: RE: Java Out Of Memory so in other words, i need more RAM : ) -Original Message

RE: Java Out Of Memory

2003-03-20 Thread Butt, Dudley
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 5:51 PM Subject: Re: Java Out Of Memory yeap I think so too but I'm sure someone could you more here cheers - Original Message - From: Butt, Dudley [EMAIL PROTECTED] To: 'Struts Users Mailing

RE: Java Out Of Memory

2003-03-21 Thread Butt, Dudley
, we are much more economical with memory. Specifically we use jikes 1.15, although a few of us use 1.17 (avoid 1.16!!). Prior to switching over to use jikes, we were constantly getting the same memory errors you are seeing. Steve -Original Message- From: Butt, Dudley [mailto:[EMAIL

[OT] RE: Java Out Of Memory ---solved, thanx to Steve and jikes

2003-03-21 Thread Butt, Dudley
-Original Message- From: Butt, Dudley Sent: Friday, March 21, 2003 12:20 PM To: 'Struts Users Mailing List' Subject: RE: Java Out Of Memory many thanx I will give Jikes a try -Original Message- From: Ditlinger, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 8:08 PM

[OT] reusing existing user accounts in a webapp that are stored in a DB table....

2003-03-28 Thread Butt, Dudley
Hi all, I have another brain teaser for you all... Currently we have DB tables that hold user account info. What we want to do is use Weblogic Security, but we dont want to recapture all the users into weblogic. Is there a way we can use the user accounts stored in a DB with Weblogic's built in

RE: [OT] reusing existing user accounts in a webapp that are stored i n a DB table....

2003-03-28 Thread Butt, Dudley
does anyone know of, or able to point me in the right direction with regards to single sign on...is there any software or articles that anyone knows of? thx -Original Message- From: Butt, Dudley Sent: Friday, March 28, 2003 12:00 PM To: '[EMAIL PROTECTED]' Subject: [OT] reusing existing

struts books

2003-03-28 Thread Butt, Dudley
Hi, Just wanted to ask how current the struts books are, as listed on the struts jakarta page, with respect to the latest version of struts??? thanx NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any

which way..struts using tiles?

2003-07-14 Thread Butt, Dudley
Hi all, Just need some info on what you guys are using out there, and what strategy is working the best for you. Lets say i want to use Struts and I need to get a nice webapp out there. The system is potentially large so I'm going to need some sort of build/generation tools. What are you guys

debate over Struts vs other frameworks

2003-07-14 Thread Butt, Dudley
Hi all, I know this must be a topic of discussion that has raged on for a long time, but i'm throwing it out there again, what u say people? NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review,

struts books

2003-07-14 Thread Butt, Dudley
Hi all, Can anyone recommend which of the struts books as listed I should get. I cannot purchase all. Which of these books are still current with the version of struts currently out there? Pls recommend! thx NOTICE: This message contains privileged and confidential information

RE: debate over Struts vs other frameworks

2003-07-14 Thread Butt, Dudley
- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Monday, 14 July 2003 16:34 To: '[EMAIL PROTECTED]' Subject: debate over Struts vs other frameworks Hi all, I know this must be a topic of discussion that has raged on for a long time, but i'm throwing it out there again, what u say people

struts plugin for IDEA

2003-07-14 Thread Butt, Dudley
Hi, Has anyone used it, is there one? How good? NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of, or taking of any action in reliance upon

RE: debate over Struts vs other frameworks

2003-07-14 Thread Butt, Dudley
Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Monday, 14 July 2003 17:42 To: 'Struts Users Mailing List' Subject: RE: debate over Struts vs other frameworks : ) i like what i hear so far.. umm, well, there's quite a few...Velocity/Webwork/Turbine/Tapestry/Maverick -Original

RE: struts plugin for IDEA

2003-07-14 Thread Butt, Dudley
to work with Struts, Tiles and Validator config files. Struts Console also allows you to edit JSP Tag Library files (*.tld) now. http://www.jamesholmes.com/struts/ -James -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 4:51 AM To: '[EMAIL PROTECTED

RE: struts books

2003-07-14 Thread Butt, Dudley
, 2003-07-14 at 05:05, Butt, Dudley wrote: Can anyone recommend which of the struts books as listed I should get. Programming Jakarta Struts by Chuck Cavaness http://www.amazon.com/exec/obidos/tg/detail/-/0596003285/ref=pd_sim_books_4/104-4079535-6570309?v=glances=books (Also

RE: struts books

2003-07-15 Thread Butt, Dudley
, Manning Struts In Action and O'Reilly Programming Jakarta Struts. Butt, Dudley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, Can anyone recommend which of the struts books as listed I should get. I cannot purchase all. Which of these books are still current with the version

struts generation tools for actionhandler, action forms and jsp?

2003-07-16 Thread Butt, Dudley
Hi all, Just wondering what everyone was using wrt generation tools..thx NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of, or taking of any

what the webwork guys say about struts

2003-07-16 Thread Butt, Dudley
BEOW IS AS IS, PASTED FROM WW forum: = Check out the docs on the Wiki (http://wiki.opensymphony.com), especially http://wiki.opensymphony.com/space/Migrating+from+Struts+1.0+to+WebWork+ 2 - migrating from Struts to WebWork2 And the article I just posted:

which version of tomcat is best to use with Struts 1.1?

2003-07-16 Thread Butt, Dudley
just a quick q NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of, or taking of any action in reliance upon this information by persons or

Struts and JSF?

2003-07-16 Thread Butt, Dudley
From what I've read in the spec so far, it seems like JSF is a kind of facelift for Struts? NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of,

trying to get hold of Dan Cancros framework comparison spreadsheet : )

2003-07-16 Thread Butt, Dudley
Hi, if anyone knows Dan, pls let him now someone is looking for that spreadsheet he put 2 gether on the framework comparisons..thx NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review,

RE: what the webwork guys say about struts

2003-07-17 Thread Butt, Dudley
this? hmmm... Can anyone think of some good reasons not to make Action an interface? -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 July 2003 17:08 To: [EMAIL PROTECTED] Subject: what the webwork guys say about struts BEOW IS AS IS, PASTED FROM

how long has struts been going now?

2003-07-24 Thread Butt, Dudley
just a quick q NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of, or taking of any action in reliance upon this information by persons or

anyone used struts and hibernate 2gether?

2003-07-28 Thread Butt, Dudley
a quick q NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or other use of, or taking of any action in reliance upon this information by persons or entities

RE: Direct ValueObject creation rather than ActionForm.

2003-08-04 Thread Butt, Dudley
which probelm u wouldn't have if u used webwork -Original Message- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 9:31 AM To: [EMAIL PROTECTED] Subject: RE: Direct ValueObject creation rather than ActionForm. Yes, I agree that it is not good programming to

JSTL and struts tag libraries

2003-08-14 Thread Butt, Dudley
Hi, Is it true to say that one should use JSTL instead of the struts taglibs? If so, is JSTL a seperate topic to be learned and therefore will not be covered in any of the struts books for sale? thx NOTICE: This message contains privileged and confidential information intended only for

[OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
I know you guys are all excellent java programmers, so I do believe someone has what I'm looking for? I really please need a date utility class that accurately calculates the number of years between 2 dates? Would appreciate it very much thx!! NOTICE: This message contains privileged and

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
- From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 11:00 AM To: Struts Users Mailing List Subject: Re: [OT] A date utility? anyone, pls help Try java.util.Calendar or java.util.GregorianCalendar. Butt, Dudley wrote: I know you guys are all excellent java

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
er of years in fraction ( like 1.43234 years)? (B (B (B (B (B (B (B "Butt, Dudley"

RE: [OT] A date utility? anyone, pls help

2003-08-26 Thread Butt, Dudley
= df.parse(1987.JAN.09); System.out.println( java.lang.Math.abs( myDate1.getTime()-myDate2.getTime() )/1000/3600/24/365.25 ); } catch (Exception ex) { System.out.println( ex.toString() ); } Hue. -Original Message- From: Butt, Dudley [mailto

RE: J2EE IDE

2003-08-27 Thread Butt, Dudley
I use IntelliJ, really fast to get up and running, I believe eclipse is really good, but heard many complain that its hard to get up and running. But then again, there's a lot of support for it nowadays. Just pick one or two and try them out, one of them must be IntelliJ -Original

RE: J2EE IDE

2003-08-28 Thread Butt, Dudley
i agree, handsdown, handsup or in star wars, it rocks! -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 3:01 AM To: Struts Users Mailing List Subject: Re: J2EE IDE personally I think IntelliJ is wonderful - Original Message -

RE: [OT] RE: J2EE IDE

2003-08-28 Thread Butt, Dudley
hahahahaa -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 11:21 PM To: 'Struts Users Mailing List' Subject: [OT] RE: J2EE IDE That's what I told my sister about boys Mark -Original Message- From: Brandon Goodin

RE: [OT] deploying a war Problem on weblogic 6,1

2003-10-07 Thread Butt, Dudley
you need to set the permissions in the config.xml or weblogic.xml to enable the use of reflection... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:24 AM Subject: [OT] deploying a war Problem on weblogic 6,1 Importance: High

[OT]Keel

2003-10-10 Thread Butt, Dudley
Hi anyone tried Keel out yet? Reason why I'm asking here is because this mailing list is so active... NOTICE: This message contains privileged and confidential information intended only for the person or entity to which it is addressed. Any review, retransmission, dissemination, copy or

RE: [OT]Keel

2003-10-10 Thread Butt, Dudley
http://www.keelframework.org -Original Message- From: Butt, Dudley Sent: Friday, October 10, 2003 4:32 PM To: '[EMAIL PROTECTED]' Subject: [OT]Keel Hi anyone tried Keel out yet? Reason why I'm asking here is because this mailing list is so active... NOTICE: This message contains

RE: Struts security

2003-10-13 Thread Butt, Dudley
why not just use openldap? Its great, and it can be used as the basis for a single signon, I generally try to avoid doing user access and security in a SQL db, as it then ties your app to that security model and kind of makes it unusable tfor anyone else. I then have a ldap utility that looks up

jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
Hi all, Anyone managed to successfully get the JPetstore app working? I managed to build ok, but I'm getting the following error when trying to do anything on the index page type Exception report message Internal Server Error description The server encountered an internal error (Internal Server

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:29 PM To: '[EMAIL PROTECTED]' Subject: jpetstore example from ibatis uses struts Hi all

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
been a little while, but it worked fine for me. -jeff On Thursday, October 16, 2003, at 12:29 PM, Butt, Dudley wrote: Hi all, Anyone managed to successfully get the JPetstore app working? I managed to build ok, but I'm getting the following error when trying to do anything on the index

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
Users Mailing List' Subject: RE: jpetstore example from ibatis uses struts What container/version are you using? -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Butt, Dudley [mailto:[EMAIL

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 1:29 PM To: '[EMAIL PROTECTED]' Subject: jpetstore example from ibatis uses struts Hi all, Anyone managed

RE: jpetstore example from ibatis uses struts

2003-10-16 Thread Butt, Dudley
ok, its working now, for some reason the script below wasnt being accepted by Mysql, so i just left it out.. I just used the oracle insert statements now ITS WORKING!!! -Original Message- From: Butt, Dudley Sent: Thursday, October 16, 2003 9:02 PM To: 'Struts Users Mailing List' Subject

[OT JDO Implementations]

2003-11-07 Thread Butt, Dudley
Hi all, I'm just wanting to find out from anyone who may have started using any JDO implementations? We really want to go JDO, but so far, we found only 2 fairly ok implementations - JDO Genie from www.hemtech.co.za and Exadel Studio. Of course, we must not forget Hibernate as a big player,

[OT] Good reporting engine/tools

2003-11-25 Thread Butt, Dudley
Hi all, Has anyone used any good reporting stuff recently? Please let me know. We're currently evaluating to get rid of our Crystal reports, just need to know some other options...THANX NOTICE: This message contains privileged and confidential information intended only for the person or

RE: Connection failure

2004-03-23 Thread Butt, Dudley
u must set the content length of the servlet response when writing/streaming back to the browser example code from my stuffwere generating a report, converting it to byte[] and streaming back to client.. public void doPost(HttpServletRequest req, HttpServletResponse res) throws