Re: S2 REST plugins , Q: IncaS2REST

2013-12-05 Thread Frans Thamura
+1 to merge it We modify several, and may be to much. Hehhe. My idea, better we become one On Dec 5, 2013 3:48 PM, "Lukasz Lenart" wrote: > 2013/12/3 Johannes Geppert : > > Hi Frans, > > > > as far as I know the current REST Plugin also supports POST, GET, DELETE > > and PUT methods or am I wro

Re: S2 REST plugins , Q: IncaS2REST

2013-12-05 Thread Lukasz Lenart
2013/12/3 Johannes Geppert : > Hi Frans, > > as far as I know the current REST Plugin also supports POST, GET, DELETE > and PUT methods or am I wrong? > What exactly is the benefit if I use your REST Plugin instead of the > default plugin except an other way to define actions? What Inca plugin off

Re: S2 REST plugins , Q: IncaS2REST

2013-12-03 Thread Johannes Geppert
Hi Frans, as far as I know the current REST Plugin also supports POST, GET, DELETE and PUT methods or am I wrong? What exactly is the benefit if I use your REST Plugin instead of the default plugin except an other way to define actions? Best Regards Johannes ###

Re: S2 REST plugins , Q: IncaS2REST

2013-11-27 Thread Frans Thamura
we have problem to use the current plugins (honestly it is fork of conventional plugins) so we fork extend to make full REST implementation if we can have the features *Full REST* we love to use the default. strict to the main host struts is the best one Frans --

Re: S2 REST plugins , Q: IncaS2REST

2013-11-27 Thread Lukasz Lenart
Hi Frans, I have briefly reviewed the plugin and I see many duplicated annotations - the same as in the Convention plugin. Was it intentional? Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/11/24 Frans Thamura : > Hi All > > has been years we extend the current default S2 RE

S2 REST plugins , Q: IncaS2REST

2013-11-24 Thread Frans Thamura
Hi All has been years we extend the current default S2 REST plugins, and we name it Inca S2REST Plugins, which Inca mean a "component" project in our organization take a look: https://java.net/projects/s2restplugins/pages/Home I wish someone can review it, and this REST plugins has full REST POS

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Patrick Lightbody
Ah, they look exactly like PropertySets: http://www.opensymphony.com/ propertyset. PropertySets can have memory/map implementations (like a DynaBean) or can have persistence implementations (EJB, JDBC, etc). Yeah, I think adding support would be _really_ easy. Patrick On Jan 5, 2006, at 2:36

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Don Brown
http://jakarta.apache.org/commons/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/DynaBean.html DynaBeans aren't really a Map (but they may use one internally for storage, and require a backing DynaClass to define their structure and data types. Don Patrick Lightbody w

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Patrick Lightbody
Pardon my ignorance, but is there some link that describes what DynaBeans are? Currently WW's ValueStack is able to populate Map structures if they are in the value stack. Ie: foo.action?bar=baz will call map.setBar("baz") if a Map is in the stack. On Jan 5, 2006, at 2:17 PM, Don Brown wrot

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Don Brown
Good question. DynaBeans might still be valuable if you use them further down in your application or generally prefer working with Map-type structures. If they are only used to avoid having to write forms, then, correct, they won't be of much use in XWork. If folks don't think Action 2.0 sho

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Laurie Harper
Ex-party sidebar: how much value do DyanBeans add in WW given that, if I understand correctly, it can already work directly with POJOs? The thing that dyna action forms are there to avoid (writing boilerplate action forms) isn't needed in WW is it? L. Don Brown wrote: Off the top of my head:

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Don Brown
Patrick Lightbody wrote: OK. There are a lot of things we want to do with WW that may or may not have to be done to support these things. My personal list includes: - cleaning up configuration code - cleaning up ActionContext/ActionInvocation/ActionProxy confusion Would you imagine those wo

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Patrick Lightbody
OK. There are a lot of things we want to do with WW that may or may not have to be done to support these things. My personal list includes: - cleaning up configuration code - cleaning up ActionContext/ActionInvocation/ActionProxy confusion Would you imagine those would be included in SAF 2.0

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Don Brown
Off the top of my head: - Wildcards - Chain command executed from Interceptor (like ChainInterceptor) - Chain command executed as Action (an alternate implementation of ActionInvoker) - DynaBean support in ognl - Package properties support (debatable) Don Patrick Lightbody wrote: Duh, so

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Patrick Lightbody
Duh, sorry about that. It's been a slow day :) Can we talk about more about #7? I think #7 is where the majority of the time (debate time or development time) will be spent. What items do you guys have in mind? Patrick On Jan 5, 2006, at 12:05 PM, Ted Husted wrote: On 1/5/06, Patrick Lig

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Ted Husted
On 1/5/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote: > I know there are a few features (probably more) that we'd like to > bring forward from Struts Action 1.x to 2.x that aren't in WebWork > already. For example, the wildcard support in configuration. > > Where does that fit in? This current sc

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Patrick Lightbody
me. Don Ted Husted wrote: Apparently "Q" happens too :) On 1/5/06, Ted Husted <[EMAIL PROTECTED]> wrote: I'm recapping our ApacheCon presnetation at the NE JUG next week, along with Jason's Javapolis presentation. I'll get updated copies of both pres

Re: Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Don Brown
Looks good to me. Don Ted Husted wrote: Apparently "Q" happens too :) On 1/5/06, Ted Husted <[EMAIL PROTECTED]> wrote: I'm recapping our ApacheCon presnetation at the NE JUG next week, along with Jason's Javapolis presentation. I'll get updated copies of both

Q

2006-01-05 Thread Ted Husted
I'm recapping our ApacheCon presnetation at the NE JUG next week, along with Jason's Javapolis presentation. I'll get updated copies of both presentations up on the Struts University wiki. * http://StrutsUniversity.org/Presentations As I understand it, the general plan at this point is: 0. Enco

Struts/WebWork Merger Tasks (was Q)

2006-01-05 Thread Ted Husted
Apparently "Q" happens too :) On 1/5/06, Ted Husted <[EMAIL PROTECTED]> wrote: > I'm recapping our ApacheCon presnetation at the NE JUG next week, > along with Jason's Javapolis presentation. I'll get updated copies of > both presentations up o

svn commit: r191686 - in /struts/sandbox/trunk/overdrive/PhoneBook: Core/ Core/Commands/ Test/ Test/Commands/ Test/Forms/ Test/Resources/Command/ Web/ Web/Forms/ Web/Resources/Command/ Web/Resources/Q

2005-06-21 Thread husted
Author: husted Date: Tue Jun 21 10:04:57 2005 New Revision: 191686 URL: http://svn.apache.org/viewcvs?rev=191686&view=rev Log: OVR-5 * Add and pass filter test for last name. * Rename lstLastNames filter to last_name_list * Refactor filter lists as IKeyValueList * Add stub field table. * Add Err

svn Q: apologies if required :|

2005-06-09 Thread Riyaz Mansoor
didn't get a response from [EMAIL PROTECTED], thus posting here. sorry for the inconvinience, if someone knows about this, please help. have been trying to configure my NetBeans 4.1 to use subversion (SVN) i've downloaded the svn module (beta) but can't seem to figure out how to configure

=?iso-8859-1?q?=5BApache_Struts_Wiki=5D_Updated=3A__StrutsExtensions?=

2005-02-22 Thread dev
Date: 2005-02-22T20:58:59 Editor: DonBrown Wiki: Apache Struts Wiki Page: StrutsExtensions URL: http://wiki.apache.org/struts/StrutsExtensions Cleaning up formatting Change Log: -- @@ -1,8 +1,11 @@ -Ext

=?iso-8859-1?q?=5BApache_Struts_Wiki=5D_Updated=3A__StrutsMinimalInstall?=

2005-02-22 Thread dev
Date: 2005-02-22T09:28:51 Editor: NathanielFord Wiki: Apache Struts Wiki Page: StrutsMinimalInstall URL: http://wiki.apache.org/struts/StrutsMinimalInstall Editting clarification comment Change Log: --