[s2] Painless migration with WebWork 2 plugin

2007-09-03 Thread Don Brown
I've completed a spike on a Struts 2 plugin for WebWork 2, providing a drop-in replacement with no code or configuration file changes. So far, I've only tested it with simple Spring-based applications, so I'm sure there are more areas it will need to wrap, but so far, you just drop in Struts 2 wit

Re: factory component

2007-09-03 Thread Moésio Medeiros
Hi Fred, You can start from taking a look inside Struts package at folder src/core/src/main/resources/templates There's folders collecting each Struts theme. It's the begin. Em 31/08/07, Frederico Araújo<[EMAIL PROTECTED]> escreveu: > Hi, i work with java and i need do a component with Ajax tecno

Re: [s2] Painless migration with WebWork 2 plugin

2007-09-03 Thread Tom Schneider
Nice work Don! I attempted this a while back, but ran into some issues that I couldn't reconcile. I'll definitely be trying this on our app. Tom Don Brown wrote: I've completed a spike on a Struts 2 plugin for WebWork 2, providing a drop-in replacement with no code or configuration file chan

Re: Home for "orphan" maven artifact

2007-09-03 Thread Wendy Smoak
On 9/2/07, Nils-Helge Garli <[EMAIL PROTECTED]> wrote: > I have created a maven artifact to support running the pluto portlet > container with the maven-jetty-plugin, and I was planning on using > this in tutorials and archetypes for the portlet plugin. Anybody have > suggestions on where to host

RE: [s2 on J4] custom ExceptionMappingInterceptor log

2007-09-03 Thread Sunil Krishnatry
For every class you need to have a logger instance. While creating that instance you need to pass the class name also to it. Otherwise I don’t see any problem with the logger. -Original Message- From: johana pin [mailto:[EMAIL PROTECTED] Sent: Saturday, September 01, 2007 1:24 AM To: [E

Re: factory component

2007-09-03 Thread Frederico Araújo
Hey, thx I will build a component that implement the Ajax functionality. And when a i done the change, i send to you see ok? 2007/9/3, Moésio Medeiros <[EMAIL PROTECTED]>: > > Hi Fred, > > You can start from taking a look inside Struts package at folder > src/core/src/main/resources/templates

Re: Home for "orphan" maven artifact

2007-09-03 Thread Nils-Helge Garli
Thanks, Wendy I'll figure out a suitable group id and try to upload it in time for the 2.1 release. Nils-H On 9/3/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On 9/2/07, Nils-Helge Garli <[EMAIL PROTECTED]> wrote: > > > I have created a maven artifact to support running the pluto portlet > > con

Re: s2: problem with codebehind plugin

2007-09-03 Thread Dave Newton
--- Alexandru Popescu wrote: > Isn't the WEB-INF folder access disallowed in order > to block access to jar/classes? Only blocked from the client; not the app server. Hiding JSPs underneath WEB-INF as another layer to prevent direct access is pretty typical. d. -