Re: Nice try (was Java code generator including Struts 1.2)

2005-08-11 Thread Martin Gainty
: "Pilgrim, Peter" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Thursday, August 11, 2005 6:02 AM Subject: RE: Nice try (was Java code generator including Struts 1.2) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] S

Re: [OT] Swing, was Re: Nice try (was Java code generator including Struts 1.2)

2005-08-11 Thread netsql
Yan Hu wrote: But java is perhaps not suitable for fat client - type apps while it is a great language for the server side. Dave Newton wrote: How is it "not suitable" for fat clients? Yan Hu wrote: How many huge apps are written in Java Swing and how many are in C++,C or even

[OT] Swing, was Re: Nice try (was Java code generator including Struts 1.2)

2005-08-11 Thread Dave Newton
Yan Hu wrote: But java is perhaps not suitable for fat client - type apps while it is a great language for the server side. How is it "not suitable" for fat clients? _Especially_ fat clients that might reuse a _substantial_ part library code of the server side or interface directly with a sh

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-11 Thread Adam Hardy
(was Java code generator including Struts 1.2) OK, my post did look kind of ugly. It really wasn't directed at any person, just at the words. I've been programming with Swing since 1.1.8 and finally I am able to do it for a living. I've heard all the Swing stinks arguments

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-11 Thread Pilgrim, Peter
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 11 August 2005 06:39 > To: Struts Users Mailing List > Subject: Re: Nice try (was Java code generator including Struts 1.2) > > > OK, my post did look kind of ugly. It really w

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Yan Hu
t; Anyway, I know, I'm on the wrong list. All I should have said is: Good Swing > code is anything > but "crap code". > > Erik > > > > -Original Message- > From: "Frank W. Zammetti" <[EMAIL PROTECTED]> > Sent: Aug 10, 2005 3:38 PM &g

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread erikweber
e is anything but "crap code". Erik -Original Message- From: "Frank W. Zammetti" <[EMAIL PROTECTED]> Sent: Aug 10, 2005 3:38 PM To: Struts Users Mailing List Subject: Re: Nice try (was Java code generator including Struts 1.2) Hey, back the testosterone truck

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
;-) Erik -Original Message- From: "Frank W. Zammetti" <[EMAIL PROTECTED]> Sent: Aug 10, 2005 3:38 PM To: Struts Users Mailing List Subject: Re: Nice try (was Java code generator including Struts 1.2) Hey, back the testosterone truck up Erik... You want to disagree w

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread erikweber
ist Subject: Re: Nice try (was Java code generator including Struts 1.2) Hey, back the testosterone truck up Erik... You want to disagree with the opinion? Fine, no problem. I don't think Swing is especially good. Show me where I'm wrong, I'll listen. No need to attack someo

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
M To: Struts Users Mailing List Subject: Re: Nice try (was Java code generator including Struts 1.2) On 8/10/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: I remember having to deal with some Swing code that was created by a junior programmer using some IDE (I forget which frankly, it

re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Leon Rosenberg
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 10. August 2005 21:32 > An: Struts Users Mailing List > Betreff: Re: Nice try (was Java code generator including Struts 1.2) > > What a load of crap. > > S

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread erikweber
What a load of crap. Swing doesn't suck, you just suck at it. Erik -Original Message- From: Michael Jouravlev <[EMAIL PROTECTED]> Sent: Aug 10, 2005 1:59 PM To: Struts Users Mailing List Subject: Re: Nice try (was Java code generator including Struts 1.2) On 8/10/

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread netsql
I think Swing is easy if you MVC. For example don't do inner classes and listners to this. Just separate out your action from the relizer. .V Frank W. Zammetti wrote: No argument here... Swing is a pain in the arse under the best of conditions. Frank Michael Jouravlev wrote: Apparently,

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Duane Rosengartner
Version 3.0? -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 1:51 PM To: 'Struts Users Mailing List' Subject: AW: Nice try (was Java code generator including Struts 1.2) Su, but those generators are pain in the ass... You gen

AW: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Leon Rosenberg
twoch, 10. August 2005 19:18 > An: Struts Users Mailing List > Betreff: RE: Nice try (was Java code generator including Struts 1.2) > > That's a very narrow view of code generators. > There are plenty of domains where the generator is used once > to give the programmer a starting

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
No argument here... Swing is a pain in the arse under the best of conditions. I'm not sure just having resource files would make it not so, but it couldn't hurt. Frankly, for me, if I'm doing a fat client app, and assuming there is no cross-platform concerns, I'm loading up Visual Basic and n

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Mark Benussi
quot;Struts Users Mailing List" To "Struts Users Mailing List" cc "Struts Users Mailing List" Subject RE: Nice try (was Java code generator including Struts 1.2) Anyone who has read this list for a while knows my feeling on automated code gener

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Michael Jouravlev
On 8/10/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > I remember having to deal with some Swing code that was created by a > junior programmer using some IDE (I forget which frankly, it's not on the > market any more - I want to say it was IBM's old one before WSAD, but I > might be wrong). T

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
2005 1:18 pm, Lindholm, Greg said: >> That's a very narrow view of code generators. >> There are plenty of domains where the generator is used once to give the >> programmer a starting point. >> (I'm not commenting on nor judging this guys stu

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
at's a very narrow view of code generators. >> There are plenty of domains where the generator is used once to give the >> programmer a starting point. >> (I'm not commenting on nor judging this guys stuff.) >> >> -Original Message---

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread BHansard
rting point. > (I'm not commenting on nor judging this guys stuff.) > > -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 10, 2005 1:05 PM > To: 'Struts Users Mailing List' > Subject: AW: Nice try (was Java

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread BHansard
iling List" To "Struts Users Mailing List" cc "Struts Users Mailing List" Subject RE: Nice try (was Java code generator including Struts 1.2) Anyone who has read this list for a while knows my feeling on automated code generation... saying it's

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
ge- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 10, 2005 1:05 PM > To: 'Struts Users Mailing List' > Subject: AW: Nice try (was Java code generator including Struts 1.2) > > Hmm... I think you clearly offenc

AW: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread netsql
Yeah, them ANN people. ;-) .V People are conversing... without posting their email or filling up their mail box. ~~1123694825943~~ roomity.com http://roomity.com/launch.jsp No sign up to read

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Lindholm, Greg
Wednesday, August 10, 2005 1:05 PM To: 'Struts Users Mailing List' Subject: AW: Nice try (was Java code generator including Struts 1.2) Hmm... I think you clearly offence the rule one for generators: generated code should never be to

RE: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Pilgrim, Peter
> -Original Message- > From: Michael Jouravlev [mailto:[EMAIL PROTECTED] ==== > > On 8/10/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > > > >Registrant: > > >LeEonsoft > > >Xie, Jinpeng [EMAIL PROTECTED] > > > > > > > > Oh. > > Which is why I prefer to

AW: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Leon Rosenberg
artin Gainty > Betreff: Re: Nice try (was Java code generator including Struts 1.2) > > You can got the following source codes: > (1) jsp code using Struts tag library for database > CRUD methods. > (2). struts-config.xml > (3). validation.xml > (3

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Jinpeng Xie
h version? ??? M- - Original Message - From: To: "Struts Users Mailing List" Sent: Wednesday, August 10, 2005 12:07 PM Subject: Nice try (was Java code generator including Struts 1.2) > Registrant: > LeEonsoft > > 1300 Fern Hill Court > Tallahassee, Florida 32312 > Unite

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread BHansard
AIL PROTECTED]> "Martin Gainty" <[EMAIL PROTECTED]> 08/10/2005 12:22 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: Nice try (was Java code generator including Struts 1.2) Jinpe

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Martin Gainty
r the file afterwards? Does it cold deploy /hot deploy to Tomcat ? If so which version? ??? M- - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, August 10, 2005 12:07 PM Subject: Nice try (was Java code gene

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Michael Jouravlev
On 8/10/05, Dave Newton <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > >Registrant: > >LeEonsoft > >Xie, Jinpeng [EMAIL PROTECTED] > > > > > Oh. Which is why I prefer to pay godaddy extra nine bucks a year for them to hide my registration info ;) Michael.

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Frank W. Zammetti
techservices.net/ > 678.910.8017 > AIM: jmitchtx > MSN: [EMAIL PROTECTED] > Skype: jmitchtx > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Wednesday, August 10, 2005 12:07 PM > Subj

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread Dave Newton
[EMAIL PROTECTED] wrote: Registrant: LeEonsoft Xie, Jinpeng [EMAIL PROTECTED] Oh. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread James Mitchell
t; To: "Struts Users Mailing List" Sent: Wednesday, August 10, 2005 12:07 PM Subject: Nice try (was Java code generator including Struts 1.2) Registrant: LeEonsoft 1300 Fern Hill Court Tallahassee, Florida 32312 United States Registered through: GoDaddy.com (http://www.godaddy.

Nice try (was Java code generator including Struts 1.2)

2005-08-10 Thread DGraham
: ACTIVE Jinpeng Xie <[EMAIL PROTECTED]> 08/10/2005 11:54 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Java code generator including Struts 1.2 Dear struts users, I purchased Dreamsource- a Java code generator from Leeonsof

Re: Java code generator including Struts 1.2

2005-08-10 Thread Dave Newton
[EMAIL PROTECTED] wrote: But I (and you too!) can already get the source for struts for free..:)) I don't think that's what was meant... I'm pretty sure the original poster meant that it handled the generation of application code. Dave ---

Re: Java code generator including Struts 1.2

2005-08-10 Thread GRamani
But I (and you too!) can already get the source for struts for free..:)) Geeta Jinpeng Xie <[EMAIL PROTECTED]> wrote on 08/10/2005 11:54:53 AM: > > > Dear struts users, > > I purchased Dreamsource- a Java code generator from Leeonsoft company ( > http://www.leeonsoft.com) last week. It is so p

Java code generator including Struts 1.2

2005-08-10 Thread Jinpeng Xie
Dear struts users, I purchased Dreamsource- a Java code generator from Leeonsoft company (http://www.leeonsoft.com) last week. It is so powerful code generator. It generates all source codes including Struts 1.2 codes. I highly recommend this product to you. I hope you can save a lot of deve