Re: Struts plugin question

2004-01-16 Thread Larry Meadors
That seems like a questionable design (dependancies between plug-ins), but one possible solution might be to make plug-ins #2..n not really plugins, but components that plug-in #1 uses. Then use the configuration for plug-in #1 to specify which components to make available. That would also elimin

Struts plugin question

2004-01-16 Thread Marco Mistroni
Hi all, In my application I have to connect to MBean server and registers some MBeans, that will be then available (thru an interface) to my application. For doing that, I was thinking of writing a plugin that contains my JMXAgent (plugin1) to abstract the connection to MBean server (diffe

RE: Repost: getting property value through Struts plugin?

2003-11-06 Thread Wendy Smoak
> If I define plugin class and declare the following in > struts-config file: > > > > How can I get the above property value in one of > my action classes? Well it's obviously possible, since TilesPlugIn and ValidatorPlugIn do it. I looked at the source of ValidatorPlugIn, and there's no cod

Re: Repost: getting property value through Struts plugin?

2003-11-06 Thread mobile q
Thanks, so there is no way for plugin to get its properties from struts-config file? --- mobile q <[EMAIL PROTECTED]> wrote: > Hi, guys: > > I should have made it clearer. Once I declare > plugin in my struts-config file as below, is there > any way to get the property value in my plugin's >

Re: Repost: getting property value through Struts plugin?

2003-11-06 Thread Hubert Rabago
Have you tried looking at the TilesPlugin source? There's a method named findStrutsPlugInConfigProperties which sounds like it's what you're looking for. --- mobile q <[EMAIL PROTECTED]> wrote: > Hi, guys: > > I should have made it clearer. Once I declare > plugin in my struts-config file as bel

Repost: getting property value through Struts plugin?

2003-11-06 Thread mobile q
Hi, guys: I should have made it clearer. Once I declare plugin in my struts-config file as below, is there any way to get the property value in my plugin's init() method? thanks --- mobile q <[EMAIL PROTECTED]> wrote: > Hi, > > I try to get a property value after application > start > up.

getting property value through Struts plugin?

2003-11-06 Thread mobile q
Hi, I try to get a property value after application start up. My question is, can I do it through plugin? If I define plugin class and declare the following in struts-config file: How can I get the above property value in one of my action classes? thanks in advance.

R: struts plugin

2003-10-31 Thread Mario
Yes, just point to /struts/console.html You can clear xml cache and see global/session scope objects. -Messaggio originale- Da: gianluca [mailto:[EMAIL PROTECTED] Inviato: venerdì 31 ottobre 2003 17.09 A: '[EMAIL PROTECTED]' Oggetto: Re: struts plugin Really good. How can i c

Re: struts plugin

2003-10-31 Thread gianluca
Really good. How can i clear xtask cache ? > www.xmoon.it

Re: easy struts plugin

2003-10-30 Thread Sergey Smirnov
Exadel Struts Studio 5.1 plugin for eclipse 3.0 will be available for public download since the middle of November. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi Is there any struts plugin for eclipse 3.0? I've been using EasyStruts 0.6.4 which is good and works nice

easy struts plugin

2003-10-30 Thread shishir.katdare
Hi Is there any struts plugin for eclipse 3.0? I've been using EasyStruts 0.6.4 which is good and works nicely with 2.1 eclipse , just wanted to know if the same plugin can be recompiled to work with eclipse 3.0 version? I know its bit of the topic but just wanted to know Thank

R: struts plugin

2003-10-30 Thread Mario
.13 A: Struts Users Mailing List Oggetto: Re: struts plugin Sounds very interesting. I am going to be working onto something similar to this focusing on Self Describing Business object. Trying to steer away from doing any duplicate work and also cut down code written. Are you going to intergrate

Re: struts plugin

2003-10-30 Thread MBrewer
| | cc:

struts plugin

2003-10-30 Thread Mario
XMoon demo 0.2 released http://www.xmoon.it

struts plugin

2003-10-02 Thread Mario
Hello, this is the link www.xmoon.it

Re: Quartz error and Struts plugin for struts

2003-09-25 Thread Mick Knutson
IL PROTECTED]> Sent: Thursday, September 25, 2003 4:58 AM Subject: RE: Quartz error and Struts plugin for struts I had no problem using the quartz-config you supplied. Is your plugin configured like this in the struts-config? Cal -Original Message- F

RE: Quartz error and Struts plugin for struts

2003-09-25 Thread Holman, Cal
Subject: Re: Quartz error and Struts plugin for struts I also have the following execute method which is not called: /** * Method execute * * @param jobExecCtx * @throws org.quartz.JobExecutionException */ public void execute( JobExecutionContext jobExecCtx

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
: Re: Quartz error and Struts plugin for struts Xerces. All the commons should be ok from the struts release. I will try your quartz-config tomorrow. Cal -Original Message- From: Mick Knutson <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: We

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 7:05 PM Subject: Re: Quartz error and Struts plugin for struts Are you using the struts 1.1 libs? Latest parser? Cal -Original Message- From: Mick Knutson <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
D]> Sent: Wednesday, September 24, 2003 7:05 PM Subject: Re: Quartz error and Struts plugin for struts Are you using the struts 1.1 libs? Latest parser? Cal -Original Message- From: Mick Knutson <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: We

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
Are you using the struts 1.1 libs? Latest parser? Cal -Original Message- From: Mick Knutson <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Wed Sep 24 20:45:51 2003 Subject: Re: Quartz error and Struts plugin for struts I have used the example xml

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
al Message - From: "Michael Nascimento Santos" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 6:26 PM Subject: Re: Quartz error and Struts plugin for struts > The only way to get a NPE i

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
;Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 6:26 PM Subject: Re: Quartz error and Struts plugin for struts > The only way to get a NPE in that use would be to have a null return for > getJobClass(). Check it and let us know if that's th

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Michael Nascimento Santos
"Mick Knutson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 10:19 PM Subject: Re: Quartz error and Struts plugin for struts > I tried that and here is what I found: > > JobDetail(381): return

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
0666 Office +001 (708) 570-2772 Fax --- - Original Message - From: "Joe Germuska" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 6:08 PM Subject: Re: Quartz error and Struts plugin for struts >

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Joe Germuska
At 5:45 PM -0700 9/24/03, Mick Knutson wrote: I have used the example xml excerp from the src, but I don't know what would be wrong with the file, or how to track it further. Any ideas about where I can go to get help? I'd suggest going straight to the source code, seeing as all the pieces you are

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
ginal Message - From: "Holman, Cal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 5:27 PM Subject: Re: Quartz error and Struts plugin for struts Looks like the plug in is having trouble with parsing the quartz-config. I cannot see any probl

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
ED]> Sent: Wed Sep 24 19:05:51 2003 Subject: Re: Quartz error and Struts plugin for struts OK, I seem to be a little further. Here is the next error I get: === 16:03:11,515 INFO [StdSchedulerFactory] Quartz scheduler 'QuartzScheduler' initialized from default r

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
ts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 4:11 PM Subject: Re: Quartz error and Struts plugin for struts > I also have the following execute method which is not called: > > /** > * Method execute >

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
al Message - From: "Mick Knutson" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 4:05 PM Subject: Re: Quartz error and Struts plugin for struts > OK, I seem to be a little further. > > Here

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
PROTECTED]> Sent: Wednesday, September 24, 2003 2:35 PM Subject: RE: Quartz error and Struts plugin for struts Mick>> Yes I am using the plug in. The properties configure Quartz - the type of scheduler, misfire instructions, and other more advanced stuff. It my not e necessary - ill tr

RE: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
eptember 24, 2003 17:20 To: Struts Users Mailing List Subject: Re: Quartz error and Struts plugin for struts Are you using the quartz plugin? In the examples, I did not see the quartz.properties. I thought the quartz-config.xml is the replacement. --- Thanks Mick Knutson http://www.baselogic.com +0

Re: Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
, Cal" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 1:58 PM Subject: RE: Quartz error and Struts plugin for struts In the war .jars in the web-inf/lib quartz-config in web-inf quartz.properties in web-inf/class

RE: Quartz error and Struts plugin for struts

2003-09-24 Thread Holman, Cal
: Quartz error and Struts plugin for struts I am having an error with the quartz plugin and need some help. Below is the error I get. I have an EAR, with a common.jar, ejbs.jar and an app.war. Where is quartz.jar, jgs-struts-0.2-dev.jar, jgs-quartz-0.2-dev.jar and the quartz-config.xml suppose to go

Quartz error and Struts plugin for struts

2003-09-24 Thread Mick Knutson
I am having an error with the quartz plugin and need some help. Below is the error I get. I have an EAR, with a common.jar, ejbs.jar and an app.war. Where is quartz.jar, jgs-struts-0.2-dev.jar, jgs-quartz-0.2-dev.jar and the quartz-config.xml suppose to go in the above hierarchy? ===

Struts plugin for eclipse

2003-08-14 Thread Vicky
Does anyone already configured struts plugin for eclipse? If so, i would like to hear detailed steps in configuring it and also which plugin to use. How is the struts-config-editor http://www.improve-technologies.com/alpha/struts-config-editor/ ? let me know in detail steps. Thanks, Vicky

RE: Struts plugin for eclipse

2003-08-14 Thread David Friedman
I don't like the strugs plug-in for Elipse. It takes too much time to click and do things. Then again, I AM developing on a dual CPU 266 MHZ PII (yes, 2 PII's at 266 MHZ each) computer. I need to upgrade this 6 year old machine SOOO badly. :( And to think it was once high-tech. Well, back to

Re: Struts plugin for eclipse

2003-08-14 Thread message message
/usingTheUpdateManager.html From: "message message" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Struts plugin for eclipse Date: Tue, 12 Aug 2003 00:28:15 +0400 Yes I have , what would you like to know ? From: Vi

Re: Struts plugin for eclipse

2003-08-14 Thread Vicky
ation directory." Now struts-plugin files resides under following directory Eclipse\eclipse\features and Eclipse\eclipse\plugins. Still i am not able to use plugin from eclipse? what else do i need to change in configuration to see following screen in my environment?. http://www.improve-techno

RE: Struts plugin for eclipse

2003-08-14 Thread karan . oberai
gust 2003 22:03 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Struts plugin for eclipse After going through the manual install which I is believe the stage you have reached. Restarting Eclipse should load the plug-in(s). Do you know how to create a new project ? If no then email back

Struts plugin for eclipse???

2003-08-14 Thread Vicky
Does anyone already configured struts plugin for eclipse? If so, i would like to hear detailed steps in configuring it and also which plugin to use. How is the struts-config-editor http://www.improve-technologies.com/alpha/struts-config-editor/ ? let me know in detail steps. Thanks, Vicky

Re: Struts plugin for eclipse

2003-08-14 Thread Vicky
rs Mailing List >Subject: Struts plugin for eclipse >Date: Mon, 11 Aug 2003 10:21:08 -0700 (PDT) > > >Does anyone already configured struts plugin for eclipse? If so, i would >like to hear detailed steps in configuring it and also which plugin to use. >How is the struts-confi

Re: Struts plugin for eclipse

2003-08-14 Thread message message
Yes I have , what would you like to know ? From: Vicky <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Struts plugin for eclipse Date: Mon, 11 Aug 2003 10:21:08 -0700 (PDT) Do

Re: Struts plugin for eclipse

2003-08-14 Thread Vicky
pdate manager online, a zip version is avalaible. After unzipping, you will need to copy the files inside your eclipse installation directory."Now struts-plugin files resides under following directory Eclipse\eclipse\features and Eclipse\eclipse\plugins. Still i am not able to use plugin fr

Re: Struts plugin for eclipse

2003-08-14 Thread message message
quot; option should produce the image you are referring to. From: Vicky <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Struts plugin for eclipse Date

Re: struts plugin for IDEA

2003-07-14 Thread Aaron Longwell
instant or background save going on. I would be much more comfortable with a save button, but you just explain the file save process? After every change to a field? Thanks, Aaron Longwell James Holmes wrote: Struts Console is the only Struts plugin that I know of for IDEA. It's pretty good

RE: struts plugin for IDEA

2003-07-14 Thread Butt, Dudley
brilliante' -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 2:49 PM To: 'Struts Users Mailing List' Subject: RE: struts plugin for IDEA Struts Console is the only Struts plugin that I know of for IDEA. It's pretty good

RE: struts plugin for IDEA

2003-07-14 Thread James Holmes
Struts Console is the only Struts plugin that I know of for IDEA. It's pretty good as it allows you 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 Me

Re: struts plugin for IDEA

2003-07-14 Thread ashwani . kalra
cc: (bcc: ashwani.kalra/Polaris) 07/14/2003 03:21Subject: struts plugin for IDEA

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 th

RE: struts plugin for eclipse?

2003-07-08 Thread Hibbs, David
'Struts Users Mailing List' > Subject: struts plugin for eclipse? > > I tried easy-struts before, but didn't like it. > Wonder if anyone here knows/uses other better/stable plugins? > > Thanks in advance!

Re: struts plugin for eclipse?

2003-07-08 Thread afreire
ailing List'" <[EMAIL PROTECTED]> CC: (cci: ALEJANDRO FREIRE/BANELCO/AR) Asunto: struts plugin for eclipse? I tried easy-struts before, but didn't like it. Wonder if anyone here knows/uses other better/stable plugins? Thanks in advance! -

struts plugin for eclipse?

2003-07-07 Thread Yansheng Lin
I tried easy-struts before, but didn't like it. Wonder if anyone here knows/uses other better/stable plugins? Thanks in advance! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts, Plugin and JMX

2003-06-20 Thread Craig R. McClanahan
On Fri, 20 Jun 2003 [EMAIL PROTECTED] wrote: > > hi all, > i m experiencing some problems with my plugin and JMX. > My application is composed as follow: > - struts component > - MBean1 that contains servlet initialization properties (from web.xml) > - MBean2 that should connect to R3 to r

RE: Struts, Plugin and JMX/ Apologies

2003-06-20 Thread Marco.Mistroni
hi guys, sorry...i made huge mistake: i forgot to put proper initializatio parameters.. everything is fine with plugin registering JMX agents... and i even forget to mention that i was running my app onJBoss. sorry guys regards marco -

Struts, Plugin and JMX

2003-06-20 Thread Marco.Mistroni
hi all, i m experiencing some problems with my plugin and JMX. My application is composed as follow: - struts component - MBean1 that contains servlet initialization properties (from web.xml) - MBean2 that should connect to R3 to retrieve user information. So, MBean1 contains properties th

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread alexj
viMeilleur :) -- Alexandre Jaquet - Original Message - From: "Pani, Gourav" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 5:16 PM Subject: RE: What is the best struts plugin for Eclipse

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Ying
IBM WebSphere Studio Application/Site Developer (not free) has a struts plugin. It has a editor (Web Diagram Editor) that you can use for visualizing application flow, in addition to alot of other stuff. I can only find a tech preview blurb on it: http://www7b.software.ibm.com/wsdd/downloads

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Pani, Gourav
viMproved. -Original Message- From: Alban Soupper [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:17 AM To: 'Struts Users Mailing List' Subject: RE: What is the best struts plugin for Eclipse? What is "vim" ? -Original Message- From: James Chi

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
What is "vim" ? -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: lundi, 3. mars 2003 16:50 To: Struts Users Mailing List Subject: RE: What is the best struts plugin for Eclipse? Pshaw. Heathens, pagans, and troglodytes, all. I use vim for all my XML edi

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Clement, Stephen
10:50 AM To: Struts Users Mailing List Subject: RE: What is the best struts plugin for Eclipse? Pshaw. Heathens, pagans, and troglodytes, all. I use vim for all my XML editing. Does quite nicely against struts-config, with code folding and syntax highlighting. Plus you are more manly if you

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread James Mitchell
- Original Message - From: "James Childers" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 10:50 AM Subject: RE: What is the best struts plugin for Eclipse? Pshaw. Heathens, pagans, and troglodytes, all. I use vim

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread James Childers
TED] > Sent: Monday, March 03, 2003 9:44 AM > To: [EMAIL PROTECTED] > Subject: Re: What is the best struts plugin for Eclipse? > > > I use solar-eclipse plug in to edit ANY xml file and jsp. > I also use a resin eclipse plugin if I need to debug JSP. (on > resin home >

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread Vic Cekvenich
: David Graham [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 10:33 AM To: [EMAIL PROTECTED] Subject: RE: What is the best struts plugin for Eclipse? To be fair, Struts Console isn't really an Eclipse plugin. The "plugin" just launches the program external to Eclipse. For some reas

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread p2 - apache
Agree. It is a good product. Better launch it as standalone or inside Sun ONE Studio/NetBeans. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: March 3, 2003 10:33 AM To: [EMAIL PROTECTED] Subject: RE: What is the best struts plugin for Eclipse? To be fair, Struts

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Brandon Goodin
vid Graham [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 8:33 AM To: [EMAIL PROTECTED] Subject: RE: What is the best struts plugin for Eclipse? To be fair, Struts Console isn't really an Eclipse plugin. The "plugin" just launches the program external to Eclipse. For

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread David Graham
n" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: What is the best struts plugin for Eclipse? Date: Mon, 3 Mar 2003 08:03:53 -0700 Easy Struts doesn

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Brandon Goodin
AM To: 'Struts Users Mailing List' Subject: RE: What is the best struts plugin for Eclipse? ANT -Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:11 AM To: Struts Users Mailing List Subject: Re: What is the best struts plugin for Eclipse?

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Jacob Hookom
ANT -Original Message- From: alexj [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 4:11 AM To: Struts Users Mailing List Subject: Re: What is the best struts plugin for Eclipse? easy struts is the best :) -- Alexandre Jaquet - Original Message - From: "Alban So

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Joseph Fifield
nday, March 03, 2003 7:23 AM > To: 'Struts Users Mailing List' > Subject: RE: What is the best struts plugin for Eclipse? > > > Console is not bad, but in fact > I would like something that can graphically represent > my pages interractions > > Because in a l

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
Krsmanovic [mailto:[EMAIL PROTECTED] Sent: lundi, 3. mars 2003 11:49 To: Struts Users Mailing List Subject: Re: What is the best struts plugin for Eclipse? Struts Console. Try to download it from www.jamesholmes.com/struts/console I am not sure if it works with Eclipse 2.1 but I guess it does. It is not

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread Dejan Krsmanovic
: "Alban Soupper" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 11:44 AM Subject: RE: What is the best struts plugin for Eclipse? > That's my problem easy struts doesn't work correctly o

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
That's my problem easy struts doesn't work correctly on the version of Eclipse that we use :( Another candidate? -Original Message- From: Dejan Krsmanovic [mailto:[EMAIL PROTECTED] Sent: lundi, 3. mars 2003 11:35 To: Struts Users Mailing List Subject: Re: What is the best str

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread Dejan Krsmanovic
ist (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 11:08 AM Subject: What is the best struts plugin for Eclipse? > Hi all, > > With your experience can you tell me, wht is your favorite Struts plugin for > Eclipse? > > I am most of all interested in the

Re: What is the best struts plugin for Eclipse?

2003-03-03 Thread alexj
easy struts is the best :) -- Alexandre Jaquet - Original Message - From: "Alban Soupper" <[EMAIL PROTECTED]> To: "Struts Users Mailing List (E-mail)" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 11:08 AM Subject: What is the best struts plugin for Ec

What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
Hi all, With your experience can you tell me, wht is your favorite Struts plugin for Eclipse? I am most of all interested in the edition of the configuration file and graphical visualization of this file. Alban. ** This email

Struts ServiceManager and Struts PlugIn

2002-06-06 Thread dbgroups
hello: Would someone enlighten me on proper role of: 1) Struts PlugIn: add features without the requirement of extending ActionServlet. 2) Struts ServiceManager: extend Struts framework without the need to extend ActionServlet. What is the thinking of other add-ons such as Tiles

RE: Struts plugin for IBM WSED

2002-05-22 Thread Garg, Sanjay
Subject: Re: Struts plugin for IBM WSED No yet, we expected a release for Q3 2002. William W <[EMAIL PROTECTED]> a écrit : Is it available to buy ? :) >From: "emmanuel.boudrant" >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List

Re: Struts plugin for IBM WSED

2002-05-22 Thread James Holmes
: "emmanuel.boudrant" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > >To: Struts Users Mailing List > <[EMAIL PROTECTED]> > >Subject: Re: Struts plugin for IBM WSED > >Date: Wed, 22 May 2002 1

Re: Struts plugin for IBM WSED

2002-05-22 Thread emmanuel.boudrant
No yet, we expected a release for Q3 2002. William W <[EMAIL PROTECTED]> a écrit : Is it available to buy ? :) >From: "emmanuel.boudrant" >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: Re: Struts plugin for IBM

Re: Struts plugin for IBM WSED

2002-05-22 Thread William W
Is it available to buy ? :) >From: "emmanuel.boudrant" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >Subject: Re: Struts plugin for IBM WSED >Date: Wed

Re: Struts plugin for IBM WSED

2002-05-22 Thread emmanuel.boudrant
The applet ? yes ;) The plugins ? no William W <[EMAIL PROTECTED]> a écrit : Is it available for download ?? >From: "emmanuel.boudrant" >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: Struts plugin for IBM WSED >Da

Re: Struts plugin for IBM WSED

2002-05-22 Thread William W
Is it available for download ?? >From: "emmanuel.boudrant" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >Subject: Struts plugin for IBM WSED >Date: Wed, 2

Re: Struts plugin for IBM WSED

2002-05-22 Thread @Basebeans.com
Subject: Re: Struts plugin for IBM WSED From: "Pim" <[EMAIL PROTECTED]> === Yeah!! Looking sexy as hell.. I read WSED is released Q3 2002, so we have to be patient. I hope the plugin is available for WSAD too.. Pim "emmanuel.boudrant" <[EMAIL PROTECTED]> wrote

Struts plugin for IBM WSED

2002-05-22 Thread emmanuel.boudrant
Hello everybody, IBM is about releasing a Struts plugins for IBM WSED (Eclipse), here a applet demonstration, take a look http://www-3.ibm.com/software/ad/studioedm/demo/WSED_Visual_Builder_demo_4_30_02_viewlet.html good news ! -Emmanuel - Yahoo! Mail -- Une

Re: Struts plugin for Dreamweaver 4.0

2002-03-26 Thread Jon Ferguson
nd would like to use the Struts > plugin for Dreamweaver 4.0. I could not locate this on macromedia.com > Please let me know where I can download this. > > Andi S. Giri > Softsquare > > >

Struts plugin for Dreamweaver 4.0

2002-03-25 Thread Andi S. Giri
Hello We are implementing Struts on a project, and would like to use the Struts plugin for Dreamweaver 4.0. I could not locate this on macromedia.com Please let me know where I can download this. Andi S. Giri Softsquare winmail.dat Description: application/ms-tnef -- To unsubscribe, e-mail