Re: [s2] Struts Dependency Injection and EJB3 - support ? or how can i Do it?

2007-01-22 Thread Stas Ostapenko
Hi ! Ian, can you provide some kind of example source code to play with ? I'm interesting in Struts 2 and EJB 3 interoperability, but I can't figure out how to get started. Thanks ! On 1/22/07, Ian Roughley <[EMAIL PROTECTED]> wrote: Currently there is no EJB3 support in Struts, however I have

Re: Struts+EJB

2006-11-24 Thread Stas Ostapenko
Hi ! Take a look at the book "Struts Kick Start" by James Turner and Kevin Bedell. "Chapter 18. Using Struts with Enterprise JavaBeans" - is nice introduction with example. On 11/24/06, samhr <[EMAIL PROTECTED]> wrote: Hi, Am new to Struts, currently am creating an application using Struts

Struts 2 View : FreeMarker or Velocity

2006-11-03 Thread Stas Ostapenko
Hello ! I need an advice to choose templating framework for using as a view with Struts 2. We had used Velocity with Struts 1.2 + Velocity-Tools in the past. Struts has changed since that time :) Are there any benefits of using FreeMarker against Velocity ? Thanks ! -

Re: Stress Load AJAX web application

2006-02-03 Thread Stas Ostapenko
Thanks a lot !!! After I decided to test our application i'm was looking something like http client with js support (and AJAX features). I had a look at HttpUnit - as i saw it's have a limited js support (am i wrong ?). Starting from srcratch I have considered commons-httpclient... but how about J

Stress Load AJAX web application

2006-02-02 Thread Stas Ostapenko
Hi ! I have a Struts based web application where we using a lot of AJAX things. I want to test application under load - for example 100 concurrent users. Standard tools is not acceptable, so I need some kind of http client with XmlHttpRequest object supported. I know that there is HttpUnit, but I'

Re: One Action different beans

2005-12-14 Thread Stas Ostapenko
an a certain action call will > > be expecting. > > > > http://struts.apache.org/struts-action/userGuide/building_controller.html#action_mapping_wildcards > > > > Btw, questions like these should go to the user list. > > > > Hubert > > > > > > On 12/14/

getting ActionMessages and form bean from simple servlet

2005-09-11 Thread Stas Ostapenko
How to get ActionMessages and form bean objects when simple sevlet is used as a view ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]