Re: New consolidated zero-config/codebehind/component plugin

2007-08-22 Thread Brian Pontarelli
It is usable with any version of 2.0. The JAXB stuff is to parse out XML files from the classpath called component.xml. These files allow SmartURLs to handle actions and results (usually FreeMarker or Velocity) bundled inside JARs in WEB-INF/lib. The XML looks like: com.example.component.new

Re: New consolidated zero-config/codebehind/component plugin

2007-08-21 Thread Vinny
What's the status on this? Is your plugin usable with struts 2.0.9? Just out of curiosity , what was JAXB being used for in the plugin? On 6/8/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: > > I might not have moved the tests over yet. I am slowly getting enough > time to start working on docume

Re: New consolidated zero-config/codebehind/component plugin

2007-06-08 Thread Brian Pontarelli
I might not have moved the tests over yet. I am slowly getting enough time to start working on documenting all this stuff. I'll probably have a good first draft up on the Plugin Registry wiki next week. The key to the components are component.xml files that are all loaded in like the struts-pl

Re: New consolidated zero-config/codebehind/component plugin

2007-06-07 Thread Musachy Barroso
This is cool, and I think it would be perfect to bring it into core, +1 for it. Is there any documentation around for the components? The tests for them seem to be empty. regards musachy On 6/6/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: Ted Husted wrote: > On 5/30/07, Ted Husted <[EMAIL P

Re: New consolidated zero-config/codebehind/component plugin

2007-06-06 Thread Brian Pontarelli
Ted Husted wrote: On 5/30/07, Ted Husted <[EMAIL PROTECTED]> wrote: At this point, we have three Confluence spaces going ... and the S2 Documentation wiki (WW) is the only one that requires a CLA on file. I put up the SmartURLs plugin on the plugin registry and I'm hoping to get the document

Re: New consolidated zero-config/codebehind/component plugin

2007-05-30 Thread Ted Husted
On 5/30/07, Ted Husted <[EMAIL PROTECTED]> wrote: At this point, we have three Confluence spaces going ... and the S2 Documentation wiki (WW) is the only one that requires a CLA on file. -Ted. - To unsubscribe, e-mail: [EMAIL

Re: New consolidated zero-config/codebehind/component plugin

2007-05-30 Thread Ted Husted
Though by "wiki", I believe Musachy means the Plugin wiki. * http://cwiki.apache.org/S2PLUGINS/json-plugin.html At this point, we have three Confluence spaces going, the Struts 2 documentation (WW), the Struts 2 Wiki (S2WIKI), and the Plugin Registry (S2PLUGIN). The documentation for the plugin

Re: New consolidated zero-config/codebehind/component plugin

2007-05-30 Thread Musachy Barroso
I've been putting the documentation for the JSON plugin on the plugin page, in the plugin registry. I'm not quite sure if this is ok(given that the plugins are not part of struts) but nobody has complained so far :), so I guess it is ok to use the wiki. musachy On 5/30/07, Brian Pontarelli <[EMA

Re: New consolidated zero-config/codebehind/component plugin

2007-05-30 Thread Brian Pontarelli
Sounds good. For now I'm planning on continuing the documentation and doing a release of the plugin as it is. I have a few projects coming up in the next few weeks that I'll be using the plugin. For the documentation, should I go ahead and put it up on the Struts2 wiki? I have my contributor

Re: New consolidated zero-config/codebehind/component plugin

2007-05-29 Thread Don Brown
Sounds good. I should have some time in a few weeks to take a look at this. I really like what you've done and hope to get as much as reasonable into core. Don On 5/30/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: I could go either way. I would be happy to support both methods for this, e

Re: New consolidated zero-config/codebehind/component plugin

2007-05-29 Thread Brian Pontarelli
I could go either way. I would be happy to support both methods for this, either in core or as a separate plugin via Google-Code. Right now, I've called it smarturls-s2 and it is up in a Google-Code SubVersion repository. The tests are working so they can give you some sense of how it all wo

Re: New consolidated zero-config/codebehind/component plugin

2007-05-27 Thread Don Brown
This looks great Brian! Is the code anywhere we could take a look? Do you think it would be better to have this as a plugin or part of the core? I'm leaning towards putting in 2.1.x core, but would like to hear your thoughts. Don On 5/3/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: I've f

New consolidated zero-config/codebehind/component plugin

2007-05-02 Thread Brian Pontarelli
I've finished the first pass at a plugin that collapses the zero-config and code-behind as well as adds support for components that have actions in other JAR files. Here are the highlights: - Uses action packages to locate actions - Pre-loads all the results it can find via the ServletContext