The actual problem was that struts 2.3.20 has some logging issues with
wildfly(doesnt log anything at runtime)..i just downgraded it to 2.3.16.3
and i was able to trace the error
On Mon, Mar 2, 2015 at 12:53 PM, Lukasz Lenart
wrote:
> 2015-03-02 10:44 GMT+01:00 bavon mike :
> > Even on disabling
2015-03-02 10:44 GMT+01:00 bavon mike :
> Even on disabling CDI and using Spring, Ajax cant locate the action class.
>
> Mapping the action class in struts.xml and bean in applicationContext.xml
> works fine, problems comes when i want to use annotation( convention
> plugin) for my action class ra
t i cant find solution of how to successfully
> > configure strut2 convention plugin using annotation with struts-spring
> > plugin. Currently this is what i have
> >
> > *pom.xml*
> >
> >
> >
> > org.apache.struts
> > struts2-core
&
using annotation with struts-spring
> plugin. Currently this is what i have
>
> *pom.xml*
>
>
>
> org.apache.struts
> struts2-core
> ${struts2.version}
>
>
>
> org.apache.struts
> struts2-convention-plugin
> ${struts2.
n not showing any response in firebug. I have tried
> > searching the net, but i cant find solution of how to successfully
> > configure strut2 convention plugin using annotation with struts-spring
> > plugin. Currently this is what i have
> >
> > *pom.xml*
> &g
; introduced the spring plugin, now the the ajax request cannot locate the
> actions and its even not showing any response in firebug. I have tried
> searching the net, but i cant find solution of how to successfully
> configure strut2 convention plugin using annotation with struts-spring
>
and its even not showing any response in firebug. I have tried
searching the net, but i cant find solution of how to successfully
configure strut2 convention plugin using annotation with struts-spring
plugin. Currently this is what i have
*pom.xml*
org.apache.struts
struts2-core
Thanks, I'll try it.
-Original Message-
From: Dave Newton [mailto:davelnew...@gmail.com]
Sent: Friday, February 20, 2015 14:44
To: Struts Users Mailing List
Subject: Re: Struts Spring dependency
(Personally, I'd just try it.)
If it's not being used, it's not being
(Personally, I'd just try it.)
If it's not being used, it's not being used--we don't have any way of
knowing if it *actually* isn't being used short of looking at it, but if
you say it works without it, then it probably isn't.
Dave
On Fri, Feb 20, 2015 at 8:42 AM, Tamer Erdogan
wrote:
> Hi,
>
Hi,
I have taken over a struts2 application and there is something, that confuses
me.
Under WEB-INF there is applicationContext.xml with the following content:
http://www.springframework.org/dtd/spring-beans.dtd";>
And in web.xml there is the following:
...
org.springframework.web.con
at java.lang.Thread.run(Thread.java:744)
> >
> >
> > Could someone please tell me why I'm getting the above error even though
> > needed jar containing the class is in WEB-INF/lib built within the war?
> > I'm sure I've correctly defined the dependenc
ad.run(Thread.java:744)
>
>
> Could someone please tell me why I'm getting the above error even though
> needed jar containing the class is in WEB-INF/lib built within the war?
> I'm sure I've correctly defined the dependencies in pom.xml [1] and
> configured the web
.com/tommyhp2/struts-spring-jpa/blob/master/pom.xml
[2]
https://github.com/tommyhp2/struts-spring-jpa/blob/master/src/main/webapp/WEB-INF/web.xml
[3] https://github.com/tommyhp2/struts-spring-jpa
Could you please explain further what it is you are trying to do. Struts2
does things differently, if you are open to change there is probably a nice
way to resolve your issue. If we know a bit more... I'm certain we could
supply a much better answer than telling you to use the "chain" result
type.
Hi all,
I'm working on an struts2+Spring application where the action could call
any of the two sub-app flow, which wil eventually have seperate URL
domains. Is it possible to mask the URL as we do InsideRedirect in Struts1.
Thanks,
Venkat
2012/3/5 Puneet Babbar 2 :
> This may sound dumb, but I am new and don’t know about CLA.
> What is CLA?
https://cwiki.apache.org/WW/editing-the-documentation.html
> And where can I file the issue?
https://issues.apache.org/jira/browse/WW
Regards
--
Łukasz http://www.lenart.org.pl/
mobile +48
Subject: Re: Struts, spring integration while using struts annotations
2012/3/5 Puneet Babbar 2 :
> How can we get this added?
There are two ways, full CLA and send to ASF or fill an issue with
description of the problem and someone will update the docs.
Kind regards
--
Łukasz h
2012/3/5 Puneet Babbar 2 :
> How can we get this added?
There are two ways, full CLA and send to ASF or fill an issue with
description of the problem and someone will update the docs.
Kind regards
--
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG con
o" in context of using annotataions using convention
plugin.
How can we get this added?
Regards
Puneet babbar
-Original Message-
From: Łukasz Lenart [mailto:lukasz.len...@googlemail.com]
Sent: Wednesday, February 29, 2012 5:34 PM
To: Puneet Babbar 2; Struts Users Mailing List
Subje
o: Puneet Babbar 2
> Cc: Struts Users Mailing List
> Subject: Re: Struts, spring integration while using struts annotations
>
> 2012/2/29 Puneet Babbar 2 :
>> Tried after you suggested it, but doesn’t work :(
>
> Did you try to debug SpringObjectFactory#buildBean methods ?
>
2012/2/29 Puneet Babbar 2 :
> Tried after you suggested it, but doesn’t work :(
Did you try to debug SpringObjectFactory#buildBean methods ?
Regards
--
Łukasz http://www.lenart.org.pl/
mobile +48 606 323 122, office +27 11 0838747
Warszawa JUG conference - Confitura http://confitura.pl/
--
Users Mailing List
Subject: Re: Struts, spring integration while using struts annotations
Hi,
there is no need to define a spring bean for your struts actions. At least when
you use a struts.xml. I have not tried what happens when you use annotations.
As far as I now, all struts actions will be
Tried after you suggested it, but doesn’t work :(
-Puneet
-Original Message-
From: Łukasz Lenart [mailto:lukasz.len...@googlemail.com]
Sent: Wednesday, February 29, 2012 2:12 PM
To: Struts Users Mailing List
Subject: Re: Struts, spring integration while using struts annotations
2012/2
he action object I have created using
> spring to be used by struts to process the requests when using convention
> plugin
>
> The Struts spring integration works fine when I used the normal struts.xml
> approach(not using convention plugin)
>
> Now can you help me out?
>
>
&g
he action object I have created using
> spring to be used by struts to process the requests when using convention
> plugin
>
> The Struts spring integration works fine when I used the normal struts.xml
> approach(not using convention plugin)
>
> Now can you help me out?
>
>
&g
2012/2/29 Puneet Babbar 2 :
> Thanks for replying to my post, I have already checked that link but still no
> clue as to how to make spring plugin work with the convention plugin.
>
> Suppose I have an Action -
> @Action("/login-page")
Did you try to use "login-page" ? Namespace "/" should be de
the action object I have created using
spring to be used by struts to process the requests when using convention plugin
The Struts spring integration works fine when I used the normal struts.xml
approach(not using convention plugin)
Now can you help me out?
Regards
Puneet
-Original Message
check this http://struts.apache.org/2.0.8/docs/spring-plugin.html
you can use spring along with the annotation in the convention-plugin such
as @Action, etc
On Tue, Feb 28, 2012 at 6:01 PM, Puneet Babbar 2 wrote:
> Hi,
>
> I am using struts annotations with my applications, I need to add spring
ffet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Sun, 17 Oct 2010 12:46:22 +
> Subject: Re: Struts, Spring, Hibernate and multiple Sessionfactories
&g
1) In this multi-tenant app, it is OK. Every operation just need to
access one tenant datasource in the thread .2) Thread
local is not appropriate in distributed architecture. sometimes we
should access 2 or more datasourses at the same time in ONE thread.
2010/10/16, Dave Newton
> 2010/10/15, Eduard Neuwirt :
>> Hello,
>>
>> I am looking for an elegant solution for the following situation.
>>
>> I have a multitenant struts/spring/hibernate application. Every tenant is
>> stored in own database within the same RDBMS. All databases
2010/10/16 Raymond He :
> To Li Ying and Dave New ton, multiple datasources is a common
> requirement in large scale e-commerce and telecom application.
I know; that's what I said.
Dave
-
To unsubscribe, e-mail: user-unsubscr..
routing operation should not be
done by Struts, but by persistent layer.
2010/10/15, Eduard Neuwirt :
> Hello,
>
> I am looking for an elegant solution for the following situation.
>
> I have a multitenant struts/spring/hibernate application. Every tenant is
> stored in own databa
On Fri, Oct 15, 2010 at 11:43 AM, Dave Newton wrote:
> On Fri, Oct 15, 2010 at 12:39 PM, Brian Thompson
> wrote:
>>> Ever had a client that wanted/required their data segregated from
>>> everybody else's (this is not uncommon at all)? Ever wanted to
>> Apparently, it is uncommon. I've never enc
On Fri, Oct 15, 2010 at 12:39 PM, Brian Thompson wrote:
>> Ever had a client that wanted/required their data segregated from
>> everybody else's (this is not uncommon at all)? Ever wanted to
> Apparently, it is uncommon. I've never encountered such a demand.
That... makes it uncommon?!
>> restr
On Fri, Oct 15, 2010 at 10:22 AM, Dave Newton wrote:
>> I'm not sure what reasons there would be to have it make sense
>> to store each entity in its own identically-structured DB.
>
> Ever had a client that wanted/required their data segregated from
> everybody else's (this is not uncommon at all
> I'm not sure what reasons there would be to have it make sense
> to store each entity in its own identically-structured DB.
Ever had a client that wanted/required their data segregated from
everybody else's (this is not uncommon at all)? Ever wanted to
restrict tool access to data without jumpin
On Fri, Oct 15, 2010 at 9:45 AM, Dave Newton wrote:
> That's really difficult to read.
Agreed. More whitespace would be nice, Martin.
>
> On Fri, Oct 15, 2010 at 10:38 AM, Martin Gainty wrote:
>> a database schema represents the entire structure (tables and relationships
>> of
>> those table
That's really difficult to read.
On Fri, Oct 15, 2010 at 10:38 AM, Martin Gainty wrote:
> a database schema represents the entire structure (tables and relationships of
> those tables) of the there is no need for multiple databases when your
> database
> schema contains the persisted entities (ta
Every extend mapp to different injection to what lli ying said
/m/
-Original Message-
From: Eduard Neuwirt
Date: Fri, 15 Oct 2010 16:37:56
To: Struts Users Mailing List;
Subject: Re: Struts, Spring, Hibernate and multiple Sessionfactories
Hi Frans,
would you mind to explain it
I think i don't understand what you want exactly.
Can you tell me what you want to achieve?
And what your code looks like?
2010/10/15 Eduard Neuwirt :
> Hi Li,
>
> thanks for the answer. I didn't get how does it work within the
> ? In this case ist the the question is how to access
> to the app
> Date: Fri, 15 Oct 2010 14:50:17 +0200
> Subject: Struts, Spring, Hibernate and multiple Sessionfactories
> From: eduard.neuw...@googlemail.com
> To: user@struts.apache.org
>
> Hello,
>
> I am looking for an elegant solution for the following situation.
>
&g
-
> From: Eduard Neuwirt
> Date: Fri, 15 Oct 2010 16:16:35
> To: Struts Users Mailing List
> Reply-To: "Struts Users Mailing List"
> Subject: Re: Struts, Spring, Hibernate and multiple Sessionfactories
>
> Hi Li,
>
> thanks for the answer. I didn't get
How about make different implementation
So
Tenant1 extends tenanta
Tenant2 extends tenantb
/m/
-Original Message-
From: Eduard Neuwirt
Date: Fri, 15 Oct 2010 16:16:35
To: Struts Users Mailing List
Reply-To: "Struts Users Mailing List"
Subject: Re: Struts, Spring, Hib
Hi Li,
thanks for the answer. I didn't get how does it work within the
struts-spring plugins ? In this case ist the the question is how to access
to the application context directly from struts session. I could not find
any information in the docu.
Regards
Eduard
2010/10/15 Li Ying
If you want to use multi-DB for multi-tenant (let's say tenant01 and tenant02)
I think you can create config file should likes:
and then, in your java code, you can get different bean instance for
different tenant via [ID],
code looks like:
BeanFactory.getBean("sessionFactory_" + te
create new DB and configure it in your executive
> environment.
>
> And, when you change your DB design,
> you don't have to do this in all the DBs.
>
>
>
>
> 2010/10/15 Eduard Neuwirt :
>
>> Hello,
>>
>> I am looking for an elegant solution for th
lution for the following situation.
>
> I have a multitenant struts/spring/hibernate application. Every tenant is
> stored in own database within the same RDBMS. All databases has the same
> schema. At the spring layer every tenant is represented as a datasource.
> Because I use
Hello,
I am looking for an elegant solution for the following situation.
I have a multitenant struts/spring/hibernate application. Every tenant is
stored in own database within the same RDBMS. All databases has the same
schema. At the spring layer every tenant is represented as a datasource
a Struts
action?
Regards
--
View this message in context:
http://old.nabble.com/Struts---Spring-Security-tp28409361p28409361.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: use
and
> spring security and ran into a big headache when trying to use spring
> security 3.
>
>
>
> Does anyone have an example of a working application that uses Spring 3
> together with Struts 2? The reason I ask is that I was using the
> struts-spring-plugin 2.1.8 and when I
struts-spring-plugin 2.1.8 and when I started to implement spring security,
I used version 3 which requires spring version 3, but the plugin relies on
spring 2.5.6.
Thank you,
Lance Hill
Hi,
I have been trying to implement some checks into my application during
startup by ensuring that my dependencies are checked. I tried putting
@Required on the setter in my action and I get this message during startup:
INFO XmlConfigurationProvider:380 - Unable to verify action class [xxx]
exi
pring injection, but I suppose Spring work well as
> far as the myService bean is available in my context for other beans in my
> app.
>
> I'm just wondering about @Autowired and @PostConstruct behaviour when
> passing by Struts + Spring.
> Probably @PostConstruct is executed jus
orris Shelton
To: Struts Users Mailing List ; e_sli...@yahoo.it
Sent: Monday, April 27, 2009 4:09:27 PM
Subject: Re: Autowired and PostConstruct with Struts + Spring
I have a question. Why are you using PostConstruct anyway? AFAIK, a new
action is created for each request. This is not going to
To: user@struts.apache.org
Sent: Monday, April 27, 2009 3:29:38 PM
Subject: Re: Autowired and PostConstruct with Struts + Spring
Hi Norris and Dave!
Thank you for your answers.
Yes, I have get/set methods for myService.
If you means declaring:
in my struts.xml for my object factory, yes. I
for
> Spring injection, but I suppose Spring work well as far as the myService bean
> is available in my context for other beans in my app.
>
> I'm just wondering about @Autowired and @PostConstruct behaviour when passing
> by Struts + Spring.
> Probably @PostConstruct is exe
ntext for other beans in my app.
I'm just wondering about @Autowired and @PostConstruct behaviour when passing
by Struts + Spring.
Probably @PostConstruct is executed just before the @Autowired?
Using pure Spring without Struts works well: running a JUnit test with my
@PostConstruct annota
Consulting, LLC
ICQ# 26487421
AIM NorrisEShelton
YIM norrisshelton
From: "e_sli...@yahoo.it"
To: user@struts.apache.org
Sent: Monday, April 27, 2009 12:41:01 PM
Subject: Autowired and PostConstruct with Struts + Spring
Hello everybody!
I'm t
e_sli...@yahoo.it wrote:
Hello everybody!
I'm trying to use my service into a Struts action but with no success.
My struts action contains :
@Autowired
private MyService myService
@PostConstruct
public void init() {
// use here myService
}
Unfortunately myService is always null and I canno
Hello everybody!
I'm trying to use my service into a Struts action but with no success.
My struts action contains :
@Autowired
private MyService myService
@PostConstruct
public void init() {
// use here myService
}
Unfortunately myService is always null and I cannot use myService in the init
.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:950)
> >at
> >
> > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:462)
> >at
> >
> >
apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at
org.apache.catalina.core.StandardService.start(StandardService.java:516)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
at sun.reflec
.core.StandardEngine.start(StandardEngine.java:443)
at
org.apache.catalina.core.StandardService.start(StandardService.java:516)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:566)
at sun.reflect.NativeMe
Yayo on 02/04/08 20:23, wrote:
I'm developing a struts - spring based application.
I've got actions-delegates-managers and daos and I use the open session in
view filter from hibernate.
In some cases I've got to return lazy results to the user so I've got to
launch a n
Try to post a stack trace or something more meaningful, but first of
all, as a general architectural guideline, try first to refactor your
code to avoid circular dependencies.
2008/4/2, Yayo <[EMAIL PROTECTED]>:
> Hi,
>
> I'm developing a struts - spring based application.
Hi,
I'm developing a struts - spring based application.
I've got actions-delegates-managers and daos and I use the open session in
view filter from hibernate.
In some cases I've got to return lazy results to the user so I've got to
launch a new worker thread and taht new
Subject: Re: learning struts/spring?
thanks a lot guys
On Jan 8, 2008 3:15 PM, Rick Reumann <[EMAIL PROTECTED]> wrote:
> On Jan 7, 2008 9:15 PM, mah bub <[EMAIL PROTECTED]> wrote:
>
> >
> > is there any nice tutorial which covers the basic with step by step
> >
thanks a lot guys
On Jan 8, 2008 3:15 PM, Rick Reumann <[EMAIL PROTECTED]> wrote:
> On Jan 7, 2008 9:15 PM, mah bub <[EMAIL PROTECTED]> wrote:
>
> >
> > is there any nice tutorial which covers the basic with step by step
> > examples
> > so that i can catch up.
> >
>
>
> I have several step by st
On Jan 7, 2008 9:15 PM, mah bub <[EMAIL PROTECTED]> wrote:
>
> is there any nice tutorial which covers the basic with step by step
> examples
> so that i can catch up.
>
I have several step by step Struts lessons here:
http://www.learntechnology.net Most are for Struts1 but someone provided
so
> is there any nice tutorial which covers the basic with step by step examples
> so that i can catch up.
I think this is the best place to start
http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html
-
To unsubscribe,
hi mahbub,
In IT field, we always need to be ready to undergo new technologies so dont
bother
about it and as far as tutorials are concerned,i would like to suggest u to
go through the
website of struts.apache.org because it contains all thing which we need u
just need to manage in finding what u
hi everyone,
hope you are doing well.
i'm a new comer to the world of web based system development.
I would like to know should i learn struts (1 or 2) or spring or both of
them and why?
is there any nice tutorial which covers the basic with step by step examples
so that i can catch up.
any fa
i use this: MappingDispatchActionSupport now i dont need to put the execute
method on my actions. When i call some like localhost/myAction.do they call
one method with name myAction inside my Action java file. :-)
God bless spring :-)
2007/10/19, Antonio Petrelli <[EMAIL PROTECTED]>:
>
> 2007/10/1
2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>:
> ok, i forget to put method on the url, but i really need to put they there?
> they cant take my action name and use this like the method param?
If you don't need it, don't use DispatchAction! Use a simple action.
Antonio
-
Now i put the Spring to control my actions and they dont work with my method
property, some one know what is happening?
now i use type="org.spring
struts-config:
2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>:
>
> ok, i fo
ok, i forget to put method on the url, but i really need to put they there?
they cant take my action name and use this like the method param?
2007/10/19, Antonio Petrelli <[EMAIL PROTECTED]>:
>
> 2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>:
> >
> > Error log
> > StandardWrapperValve[action]: Se
2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>:
>
> Error log
> StandardWrapperValve[action]: Servlet.service() for servlet action threw
> exception
> javax.servlet.ServletException: Request[/usuarioList] does not contain
> handler parameter named 'method'. This may be caused by whitespace in the
I try to use Struts 1 with spring, my action run ok with execute() method,
but i like to use one diferent method to any action like:
userList, userDelete, userUpdate etc
To do this i use this confi on my struts config, but a error is show when i
try execute the action usuarioList.do.
--- í©ì±ì¤ <[EMAIL PROTECTED]> wrote:
> I don't have found the
> struts2-spring-plugin-2.0.5.jar. Where is it?
Showcase application has one.
Dave
Any questions? Get answers on any topic at www.Answers.yah
Hi,
I don't have found the struts2-spring-plugin-2.0.5.jar. Where is it?
Thanks in advance .
I've updated the wiki.
Please review it as my english is so bad...
Wendy Smoak a écrit :
On 8/3/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
I've looked a Struts-scripting, but AFAIK this requires me to rewrite
all my struts-config.xml to set the Action java source as parameter.
Lot's of my
On 8/3/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
I've looked a Struts-scripting, but AFAIK this requires me to rewrite
all my struts-config.xml to set the Action java source as parameter.
Lot's of my action already use a parameter and I don't want to change my
projet (huge) struts-configs.
Have you looked at Struts Scripting? It would be interesting to see
how your approach differs from this. (And whether Struts Scripting
works with Spring 2.0 the way you need it to.)
I've looked a Struts-scripting, but AFAIK this requires me to rewrite
all my struts-config.xml to set the Act
On 8/3/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
To those of you that are using Struts with Spring,
I've searched a way to make my actions hot-reloadable (no recompile
neither redeploy) for quick prototyping using Spring 2.0 groovy scripted
bean, without having to hardly change my existing
To those of you that are using Struts with Spring,
I've searched a way to make my actions hot-reloadable (no recompile
neither redeploy) for quick prototyping using Spring 2.0 groovy scripted
bean, without having to hardly change my existing actions and configuration.
I've found a "not so ba
I have struts application that works with spring. I do have few questions
my struts-config.xml looks like this...
..
what should I setup controller as:
processorClass="org.springframework.web.struts.DelegatingTilesRequestProcessor"
nocache="true" locale="true" />
o
I use a diferent stack, this one: http://ibatis.apache.org/petstore.html
not what you asked for but..
Martin Ravell wrote:
Are there some developers here who use this solution?
Does someone have a good tutorial or sample to indicate? (I've already
seen "Wiring your web applications with Open So
> Are there some developers here who use this solution?
> Does someone have a good tutorial or sample to indicate? (I've already
>seen "Wiring your web applications with Open Source java"..thanks :o))
>
> Thanks for your feedback on this architecture :o)
>
Check out Matt Raible's Equinox projec
r 02, 2005 5:16 PM
Subject: Re: Struts + Spring + Hibernate
On 11/2/05, Gaet <[EMAIL PROTECTED]> wrote:
Are there some developers here who use this solution?
Does someone have a good tutorial or sample to indicate? (I've
already
seen "Wiring your web applications with Open So
, I'm afraid on the number of classes we have to develop to only
retrieve one row in a table!
Thanks for help
- Original Message -
From: Wendy Smoak
To: Struts Users Mailing List
Sent: Wednesday, November 02, 2005 5:16 PM
Subject: Re: Struts + Spring + Hibernate
On 11/
On 11/2/05, Gaet <[EMAIL PROTECTED]> wrote:
>
>
> Are there some developers here who use this solution?
> Does someone have a good tutorial or sample to indicate? (I've already
> seen "Wiring your web applications with Open Source java"..thanks :o))
>
For
Hi everybody,
After reading for two days on the web, the association of "Struts + Spring +
Hibernate" seems to be one of the best architecture to address web application.
I've also read several samples but all these classes to develop looks like a
gazeline :o) a
Struts Users Mailing List'
Subject: Re: Struts/Spring integration & Struts 1.3
Marco:
This is clumsy, but you could probably figure out a way to
instantiate commands and chains as Spring managed beans and then,
rather than looking them up in a catalog, you could look them up in
the Ap
Since Struts 1.3.x is unreleased, a better place for a thread like
this might be the DEV list.
On Apr 4, 2005 11:53 PM, Joe Germuska <[EMAIL PROTECTED]> wrote:
> Marco:
>
> This is clumsy, but you could probably figure out a way to
> instantiate commands and chains as Spring managed beans and the
Marco:
This is clumsy, but you could probably figure out a way to
instantiate commands and chains as Spring managed beans and then,
rather than looking them up in a catalog, you could look them up in
the ApplicationContext. If you did this, then it would be easy to
set up your commands with re
Hello all,
I was wondering.. is using DelegatingActionProxy plus
The Spring plugin for Struts the only way to integrate Spring beans
Into struts?
I am currently trying out Struts 1.3, and I would like to set my
Spring beans in the command rather than in the action class.., or at
least
Make
+1 for Pro Spring. Soup to Nuts. Well done.
On Wed, 30 Mar 2005 10:31:52 -0500, Fumo, Vince <[EMAIL PROTECTED]> wrote:
> Don't know if it's appropriate to do this, but I am adding my 2c as well.
> I've been using Spring and Hibernate with Struts for some time now and have
> found it to be excellen
. Spring MVC does overlap with Struts. Spring MVC is a fine
framework. Use whichever one works best for you.
Yes, Struts + Spring + hibernate (or iBATIS) is an excellent approach.
If you'd like to see some sample apps that use Struts + Spring +
Hibernate (or iBATIS), checkout AppFuse or Eq
t; that covers the entire
framework quite well.
-Original Message-
From: Joe Germuska [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 30, 2005 9:40 AM
To: Ted Husted; Struts Users Mailing List
Subject: Re: Struts + Spring or Struts versus Spring
In short, what Ted said.
More elaborately, I&
1 - 100 of 105 matches
Mail list logo