I suspect that Shale doesn't provide anything over-and-above the
standard JSF navigation management in this area, in which case this may
be more of a general JSF question:
I use wildcard action mapping paths extensively, which of course
continues to work unchanged with struts-faces, but I'm wo
Author: wsmoak
Date: Sat Nov 26 22:30:43 2005
New Revision: 349186
URL: http://svn.apache.org/viewcvs?rev=349186&view=rev
Log:
Use 'groupId' and 'artifactId' instead of 'id' alone.
Modified:
struts/action/branches/STRUTS_1_2_BRANCH/project.xml
Modified: struts/action/branches/STRUTS_1_2_BRAN
Author: wsmoak
Date: Sat Nov 26 22:29:24 2005
New Revision: 349185
URL: http://svn.apache.org/viewcvs?rev=349185&view=rev
Log:
Mention the requirement that the view controller's can be
mapped from the view id, and add more links.
Modified:
struts/shale/trunk/xdocs/features-view-controller.x
Niall Pemberton wrote:
project rather than core. At the moment I'm -0 on this feature because it
doesn't have any JUnit tests - if tests are added I'd change that to a +0!
Niall, are you comfortable with just a test page in the exercises app? I
have that almost ready to commit; I just have to
On 11/26/05, Laurie Harper <[EMAIL PROTECTED]> wrote:
> Ted, where do I edit the release notes for 1.3.0? The only likely
> candidate looked to be
>
>action/xdocs/userGuide/release-notes.xml
>
> but that looks like it's the 1.2.8 release notes... Are 1.3.0 release
> notes being aggregated some
Ted, where do I edit the release notes for 1.3.0? The only likely
candidate looked to be
action/xdocs/userGuide/release-notes.xml
but that looks like it's the 1.2.8 release notes... Are 1.3.0 release
notes being aggregated somewhere else?
L.
[EMAIL PROTECTED] wrote:
DO NOT REPLY TO THIS
Great stuff! The idea of combining what I consider to be the two leading
action-oriented frameworks is very appealing. :-) I would definitely like to
pursue this.
We'll probably need to do some juggling to make the two-phase Ti approach
work, but that sounds like a decent way to go about it. As fo
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
> I was just loooking for a CoR only that reads XML config and makes a
> configured chain, sort of commmons-chain.jar, w/o the rest.
It's there as a standalone package called Agility. The rest of the
framework cleanly builds over the base Agility pack
Author: craigmcc
Date: Sat Nov 26 12:22:53 2005
New Revision: 349140
URL: http://svn.apache.org/viewcvs?rev=349140&view=rev
Log:
Ensure that LICENSE.txt and NOTICE.txt are included in the META-INF directory
of shale-spring.jar and shale-tiles.jar as well as shale-core.jar.
Modified:
struts/sh
interesting. and promising! i'll keep on eye on this. webwork has
long had better velocity integration that struts. this proposed
merger might either obviate the need for VelocityStruts integration in
VelocityTools or else provide an opportune time to shift some of that
code over to the "StrutsW
On 11/26/05, Ted Husted <[EMAIL PROTECTED]> wrote:
>
> I'm not sure if I'm comfortable with going back to using the "release
> candidate" nomenclature. If we want to release a distribution, we
> should vote on the plan, and release a distribution. If that
> distribution needs work to make the GA gr
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
>
> I was just loooking for a CoR only that reads XML config and makes a
> configured chain, sort of commmons-chain.jar, w/o the rest.
>
> I can look at Overdrive and factor out what I need.
But that was my point - you don't need to factor it out. Th
I was just loooking for a CoR only that reads XML config and makes a
configured chain, sort of commmons-chain.jar, w/o the rest.
I can look at Overdrive and factor out what I need.
.V
Martin Cooper wrote:
Unless I'm mistaken, that's exactly what Agility (part of OverDrive) is, in
the Struts s
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
> Idea is that one would not have to set up a project, that's boring.
Exactly. :) It's
mvn archetype:create ...
mvn idea:idea<-- pick your IDE
... and open the project.
> Key is that time be spent that choices be as simple as possib
Unless I'm mistaken, that's exactly what Agility (part of OverDrive) is, in
the Struts sandbox. See:
http://svn.apache.org/repos/asf/struts/sandbox/trunk/overdrive/README.txt
--
Martin Cooper
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
>
> Is there a C# COR impl someplace in SVN of Commons?
Martin Cooper wrote:
Adding this kind of how-to to the wiki is a perfect use of the wiki,
although I'd be leery of having a boatload of links directly from the Struts
home page. (Imagine all the combinations we might end up with.
Absolutely, a bunch of links would be a mess... but a single link
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
>
>
> JSTL?
> What about jUnit (or MockObject)?
> Ant (or Mave)
> And Rico ;-)
>
> etc.
>
> I would put it on struts.sf.net like I used to.
> There are too many choices, so just make not bad choices.
If you don't want to make bad choices, why did you
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
>
> I think home page should include a link to sister project:
> http://ibatis.apache.org
>
> I'd say a lot of users use it.
> And struts still does not have a dao api, a big minus.
As Ted mentioned, to many people, including myself, this is a big pl
JSTL?
What about jUnit (or MockObject)?
Ant (or Mave)
And Rico ;-)
etc.
I would put it on struts.sf.net like I used to.
There are too many choices, so just make not bad choices.
.V
Frank W. Zammetti wrote:
The reason is that if there was a package on the Apache Struts site I
could downlo
Author: wsmoak
Date: Sat Nov 26 09:45:38 2005
New Revision: 349130
URL: http://svn.apache.org/viewcvs?rev=349130&view=rev
Log:
Updated the 'Struts Blank' archetype, core -> action
Modified:
struts/sandbox/trunk/archetypes/blank/README.txt
struts/sandbox/trunk/archetypes/blank/src/main/r
On 11/26/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote:
>
> I personally would *NOT* want to see anything on the Apache Struts site
> that has any extras (from outside the Struts project itself) in it, in
> any combination, even my own Java Web Parts :)
>
> The reason is that if there was a packa
I personally would *NOT* want to see anything on the Apache Struts site
that has any extras (from outside the Struts project itself) in it, in
any combination, even my own Java Web Parts :)
The reason is that if there was a package on the Apache Struts site I
could download that included iBati
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Struts Wiki" for change
notification.
The following page has been changed by MartinCooper:
http://wiki.apache.org/struts/SnapshotGuide11
The comment on the change is:
Why can't people get the version numbering scheme right?
Is there a C# COR impl someplace in SVN of Commons?
Elsewhere?
.V
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Wendy Smoak wrote:
A "full stack" distribution that included Struts is a good idea, but
it seems outside the scope of Apache Struts right now.
Vic, are you thinking of a full example app, or of something more like
AppFuse that sets up a project for you?
I'm playing with Maven 2 archetypes
On 11/26/05, Ted Husted <[EMAIL PROTECTED]> wrote:
> (I also thing an IDEA HOWTO would be a great addition for
> the IDE section.)
I started a page on the Wiki when I noticed how out of date the IDE
guides were (last summer.) I think they've seen some updates since
then, but the Wiki page is sti
Author: husted
Date: Sat Nov 26 08:39:08 2005
New Revision: 349129
URL: http://svn.apache.org/viewcvs?rev=349129&view=rev
Log:
Announcements - Add Struts 1.2.8. Back-enter Hubert's committer announcement
from February.
Modified:
struts/site/trunk/xdocs/announce.xml
Modified: struts/site/tr
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Struts Wiki" for change
notification.
The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsIDEGuides
The comment on the change is:
Page was never created
--
I'm not sure if I'm comfortable with going back to using the "release
candidate" nomenclature. If we want to release a distribution, we
should vote on the plan, and release a distribution. If that
distribution needs work to make the GA grade, then we should just
release the next milestone. We worke
What is with the silence on this WebWorks? That is very interesting.
On 11/26/05, Ted Husted <[EMAIL PROTECTED]> wrote:
>
> Believe it or not, the ASF actually has a Public Relations Committee,
> that likes to do things like collect together a stack of press
> releases to send out during ApacheCo
Author: husted
Date: Sat Nov 26 07:39:36 2005
New Revision: 349122
URL: http://svn.apache.org/viewcvs?rev=349122&view=rev
Log:
Renamed remotely to avoid conflict with "virtual" build folder.
Added:
struts/site/trunk/DRAFTS.txt
- copied unchanged from r349121, struts/site/trunk/build
Re
Author: husted
Date: Sat Nov 26 07:28:00 2005
New Revision: 349121
URL: http://svn.apache.org/viewcvs?rev=349121&view=rev
Log:
Update link to announcements@; update sidebar links to struts-action,
struts-scripting, and struts-shale; add Tomcat and MyFaces as related projects.
Modified:
stru
On 11/26/05, netsql <[EMAIL PROTECTED]> wrote:
> I think home page should include a link to sister project:
> http://ibatis.apache.org
> I'd say a lot of users use it.
> And struts still does not have a dao api, a big minus.
And others might believe it is a big plus, since many teams have their
ow
I think home page should include a link to sister project:
http://ibatis.apache.org
I'd say a lot of users use it.
And struts still does not have a dao api, a big minus.
There are other projects listed on home page/releated projects and I'd
argue that iBatis is #1 related project.
oto further
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Struts Wiki" for change
notification.
The following page has been changed by VicCekvenich:
http://wiki.apache.org/struts/SnapshotGuide11
--
http:
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Struts Wiki" for change
notification.
The following page has been changed by VicCekvenich:
http://wiki.apache.org/struts/SnapshotGuide11
The comment on the change is:
head from tails
New page:
Struts news this weekend and
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Struts Wiki" for change
notification.
The following page has been changed by VicCekvenich:
http://wiki.apache.org/struts/StrutsBook
The comment on the change is:
fixed name, etc.
---
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Struts Wiki" for change
notification.
The following page has been changed by VicCekvenich:
http://wiki.apache.org/struts/FrontPage
--
* StrutsWa
Believe it or not, the ASF actually has a Public Relations Committee,
that likes to do things like collect together a stack of press
releases to send out during ApacheCon, which starts in two weeks.
There are some draft announcements in a new file named "DRAFTS.txt" in
the Site Build folder, inclu
Author: husted
Date: Sat Nov 26 04:16:14 2005
New Revision: 349110
URL: http://svn.apache.org/viewcvs?rev=349110&view=rev
Log:
Move DRAFTS file to site
Added:
struts/site/trunk/build
- copied unchanged from r349109, struts/build/trunk/DRAFTS.txt
Removed:
struts/build/trunk/DRAFTS.tx
Author: husted
Date: Sat Nov 26 04:01:00 2005
New Revision: 349109
URL: http://svn.apache.org/viewcvs?rev=349109&view=rev
Log:
Add DRAFTS file to hold working copies of announcements and such, until
finalized.
Added:
struts/build/trunk/DRAFTS.txt
Added: struts/build/trunk/DRAFTS.txt
URL:
Author: husted
Date: Sat Nov 26 03:58:52 2005
New Revision: 349108
URL: http://svn.apache.org/viewcvs?rev=349108&view=rev
Log:
Cookbook - Add page demonstrating Wildcard mappings.
* Note that consistent use of initial case for component names makes names
easier to use in Wildcard expressions.
* T
42 matches
Mail list logo