Re: [appfuse-user] Upgrading from 2.0.2

2010-03-24 Thread Matt Raible
Thanks for the explanation. I now understand what you're looking for. Personally, I have no plans on adding such a feature, but would be interested in contributions. Matt On Wed, Mar 24, 2010 at 11:33 AM, Ice-Man wrote: >   A Modeling / Code-generation tool that has round-trip, just after u > ge

Re: [appfuse-user] Upgrading from 2.0.2

2010-03-24 Thread Ice-Man
A Modeling / Code-generation tool that has round-trip, just after u generate your App and make alterings editing source-code, so u may get back to model (or generation params, in the case of code-gen tool): alter/improve the model. And then u ReGenerate your App, but in this moment, the changes u

Re: [appfuse-user] Re: Struts 2 convention plugin

2010-03-24 Thread Dusty Pearce
It's not that Appfuse prevents the implementation, it's that Appfuse pre-dates the Convention plugin and its implementation patterns established a while ago. There is no reason why Appfuse couldn't do what you want it to, but there would be a number of changes that would have to happen to the e

Re: [appfuse-user] Re: Struts 2 convention plugin

2010-03-24 Thread Matt Raible
On Mar 24, 2010, at 7:28 AM, taltu wrote: > > Thx. > > Yesterday i tried with this alternativ > > http://raibledesigns.com/rd/entry/extensionless_urls_in_java_web > > and only use this rule (the other rules didn't make sense and I commented > out) > > >^([^?]*)/([^?/\.]+)(\?.*)?$ >

[appfuse-user] Re: Struts 2 convention plugin

2010-03-24 Thread taltu
Thx. Yesterday i tried with this alternativ http://raibledesigns.com/rd/entry/extensionless_urls_in_java_web and only use this rule (the other rules didn't make sense and I commented out) ^([^?]*)/([^?/\.]+)(\?.*)?$ $1/$2.html$3 It seems to work!, nice :) except when the extension

Re: [appfuse-user] RE: applicationContext.xml not found

2010-03-24 Thread Dusty Pearce
It's not dependency injection if you are looking up and grabbing a service in a factory. Nothing is being injected. The beauty of DI is too vast to describe in email, but it is a more declarative model. You declare a service with an interface in the DI container. You then declare that you wa