Re: [appfuse-user] Google Summer of Code Ideas

2009-03-15 Thread Jeremy Anderson
I don't think integrating BlazeDS will be too difficult. You'll definitely get better performance out of it than if you went with REST or even SOAP. REST would definitely give you the reusability for other front ends, but like was stated before you lose out on the ability to use a full fledged dom

[appfuse-user] Struts2 REST plugin

2009-02-01 Thread Jeremy Anderson
Anyone attempted to update Struts2 to version 2.1.1+ to make use of the Struts2 REST plugin?

[appfuse-user] Struts2 datetimepicker

2009-02-01 Thread Jeremy Anderson
What's the trick to get the Struts2 datetimepicker tag to work in AppFuse 2.0.2? Or is there a better way of providing a Date/Time entry what is it? Regards, Jeremy

Re: [appfuse-user] Changing struts default package namespace

2009-01-12 Thread Jeremy Anderson
Thanks Matt, totally missed that one. Jeremy On Sun, Jan 11, 2009 at 10:46 PM, Matt Raible wrote: > src/main/webapp/WEB-INF/menu-config.xml. > Matt > > > On Sun, Jan 11, 2009 at 6:55 PM, Jeremy Anderson < > jeremy.d.ander...@gmail.com> wrote: > >> I have a nee

[appfuse-user] Changing struts default package namespace

2009-01-11 Thread Jeremy Anderson
I have a need to change the namespace for the default package in AppFuse so that I can have certain pages that aren't decorated by SiteMesh, since you can't exclude url-patterns in the web.xml. I've found that there are a few hard coded urls in the various JSPs and some urls that need to be update