Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-03 Thread bavon mike
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

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-02 Thread Lukasz Lenart
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

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-02 Thread bavon mike
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 &

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-02 Thread Lukasz Lenart
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.

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-02 Thread bavon mike
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

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-01 Thread Johannes Geppert
; 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 >

How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-01 Thread bavon mike
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

RE: Struts Spring dependency

2015-02-20 Thread Tamer Erdogan
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

Re: Struts Spring dependency

2015-02-20 Thread Dave Newton
(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, >

Struts Spring dependency

2015-02-20 Thread Tamer Erdogan
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

Re: Need help w/ struts+spring+jpa tutorial

2014-03-05 Thread Tommy Pham
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

Re: Need help w/ struts+spring+jpa tutorial

2014-03-05 Thread Lukasz Lenart
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

Need help w/ struts+spring+jpa tutorial

2014-02-28 Thread Tommy Pham
.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

Re: Struts + Spring

2014-01-25 Thread Ken McWilliams
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.

Struts + Spring

2014-01-23 Thread vvc
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

Re: Struts, spring integration while using struts annotations

2012-03-04 Thread Łukasz Lenart
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

RE: Struts, spring integration while using struts annotations

2012-03-04 Thread Puneet Babbar 2
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

Re: Struts, spring integration while using struts annotations

2012-03-04 Thread Łukasz Lenart
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

RE: Struts, spring integration while using struts annotations

2012-03-04 Thread Puneet Babbar 2
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

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Łukasz Lenart
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 ? >

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Łukasz Lenart
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/ --

RE: Struts, spring integration while using struts annotations

2012-02-29 Thread Puneet Babbar 2
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

RE: Struts, spring integration while using struts annotations

2012-02-29 Thread Puneet Babbar 2
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

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Per Pascal Grube
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

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Per Pascal Grube
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

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Łukasz Lenart
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

RE: Struts, spring integration while using struts annotations

2012-02-28 Thread Puneet Babbar 2
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

Re: Struts, spring integration while using struts annotations

2012-02-28 Thread Steven Yang
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

RE: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-17 Thread Martin Gainty
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-17 Thread Raymond He
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-17 Thread Eduard Neuwirt
> 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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-16 Thread Dave Newton
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..

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-16 Thread Raymond He
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Brian Thompson
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Dave Newton
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Brian Thompson
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Dave Newton
> 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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Brian Thompson
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Dave Newton
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Frans Thamura
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Li Ying
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

RE: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Martin Gainty
> 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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Eduard Neuwirt
- > 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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Frans Thamura
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Eduard Neuwirt
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread 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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Marshall Gunter
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

Re: Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread Li Ying
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

Struts, Spring, Hibernate and multiple Sessionfactories

2010-10-15 Thread 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 has the same schema. At the spring layer every tenant is represented as a datasource

Struts & Spring Security

2010-04-30 Thread RogerV
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

Re: Struts + Spring 3

2010-03-09 Thread Frans Thamura
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 3

2010-03-09 Thread Lance Hill
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

struts-spring integration question

2010-03-03 Thread Barry Kern
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-28 Thread dusty
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-28 Thread Norris Shelton
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-27 Thread Norris Shelton
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-27 Thread Miguel
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-27 Thread e_sli...@yahoo.it
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-27 Thread Norris Shelton
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

Re: Autowired and PostConstruct with Struts + Spring

2009-04-27 Thread Dave Newton
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

Autowired and PostConstruct with Struts + Spring

2009-04-27 Thread e_sli...@yahoo.it
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

Re: [OT] Struts - Spring - hibernate and lazy initialization

2008-04-02 Thread Yayo
.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:950) > >at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:462) > >at > > > >

Re: [OT] Struts - Spring - hibernate and lazy initialization

2008-04-02 Thread Laurie Harper
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

Re: Struts - Spring - hibernate and lazy initialization

2008-04-02 Thread Yayo
.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

Re: Struts - Spring - hibernate and lazy initialization

2008-04-02 Thread Adam Hardy
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

Re: Struts - Spring - hibernate and lazy initialization

2008-04-02 Thread Gabriel Belingueres
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.

Struts - Spring - hibernate and lazy initialization

2008-04-02 Thread Yayo
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

RE: learning struts/spring?

2008-01-09 Thread Deepak Kumar
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 > >

Re: learning struts/spring?

2008-01-09 Thread mah bub
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

Re: learning struts/spring?

2008-01-08 Thread Rick Reumann
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

Re: learning struts/spring?

2008-01-08 Thread GF
> 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,

Re: learning struts/spring?

2008-01-07 Thread Prajapati Manish Narandas
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

learning struts/spring?

2008-01-07 Thread mah bub
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

Re: Struts + spring

2007-10-19 Thread Ádamo Azambuja
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

Re: Struts + spring

2007-10-19 Thread Antonio Petrelli
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 -

Re: Struts + spring

2007-10-19 Thread Ádamo Azambuja
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

Re: Struts + spring

2007-10-19 Thread Ádamo Azambuja
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

Re: Struts + spring

2007-10-19 Thread Antonio Petrelli
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

Struts + spring

2007-10-19 Thread Ádamo Azambuja
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.

Re: Struts Spring

2007-02-13 Thread Dave Newton
--- 황성준 <[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

Struts Spring

2007-02-12 Thread 황성준
Hi, I don't have found the struts2-spring-plugin-2.0.5.jar. Where is it? Thanks in advance .

Re: Struts + Spring 2.0

2006-08-04 Thread Nicolas De Loof
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

Re: Struts + Spring 2.0

2006-08-03 Thread Wendy Smoak
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.

Re: Struts + Spring 2.0

2006-08-03 Thread Nicolas De Loof
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

Re: Struts + Spring 2.0

2006-08-03 Thread Wendy Smoak
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

Struts + Spring 2.0

2006-08-03 Thread Nicolas De Loof
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

Struts/Spring/Tiles/StrutsTestCase

2006-07-12 Thread rukka
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

Re: Struts + Spring + Hibernate

2005-11-02 Thread netsql
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

RE: Struts + Spring + Hibernate

2005-11-02 Thread Martin Ravell
> 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

Re: Struts + Spring + Hibernate

2005-11-02 Thread James Mitchell
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

Re: Struts + Spring + Hibernate

2005-11-02 Thread Gaet
, 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/

Re: Struts + Spring + Hibernate

2005-11-02 Thread Wendy Smoak
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

Struts + Spring + Hibernate

2005-11-02 Thread Gaet
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

RE: Struts/Spring integration & Struts 1.3

2005-04-05 Thread Marco Mistroni
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

Re: Struts/Spring integration & Struts 1.3

2005-04-05 Thread Ted Husted
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

Re: Struts/Spring integration & Struts 1.3

2005-04-04 Thread Joe Germuska
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

Struts/Spring integration & Struts 1.3

2005-04-04 Thread Marco Mistroni
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

Re: Struts + Spring or Struts versus Spring

2005-03-31 Thread Ted Husted
+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

Re: Struts + Spring or Struts versus Spring

2005-03-30 Thread Matt Raible
. 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

RE: Struts + Spring or Struts versus Spring

2005-03-30 Thread Fumo, Vince
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   2   >