Java One visit?

2006-05-13 Thread Vic Cekvenich
Is there any public Java One plans? If not, I am going to the Resin get together. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] OS CMS Recommendations

2005-09-09 Thread Vic Cekvenich
I'll recomend Drupal. .V Niall Pemberton wrote: I can't recommend one - I'm started looking at them the other day. But the main contenders (for open source java) seem to be: OpenCMS - http://www.opencms.org/opencms/en/ InfoGlue - http://www.infoglue.org/ Magnolia -

Re: Ant or Maven (Pick one please)

2005-02-23 Thread Vic
That's kind of the idea. Pick 1! Just vote. (I persoanly like Ant, it can do same things, but having one is better, not 2) .V Martin Cooper wrote: In any case, +1 for picking one and getting on with it. ;-) -- Forums, Boards, Blogs and News in RiA http://www.boardVU.com

Re: Zeroing in on a Struts 1.3.0 release (Re: struts-chain and multipart requests.)

2005-02-23 Thread Vic
Early and often. It can be marked as alpha, means that API could change in 1.3.1 .V Joe Germuska wrote: So while I'd like to see a 1.3.0 release soon -- Forums, Boards, Blogs and News in RiA http://www.boardVU.com - To

Re: Blank Questions

2005-02-23 Thread Vic
ups; then a prototype specific to mock up, then form model not start coding utill later. When I see problems on a proejct, its not becuase they laid it out wrong.) So unless pinged otherwise, I will post itermitent builds on struts.sf.net. .V Vic wrote: If anyone wants (Vic et al), we can

Re: Blank Questions

2005-02-23 Thread Vic
Equinox(Appfuse too) even goes as far as having Hibrenate. Does ANYONE think it be a good idea to have iBatis in the template? .V Don Brown wrote: I think there is room for a quickstart tool somewhere between struts-blank.war and AppFuse (http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuse).

Re: Blank Questions

2005-02-22 Thread Vic
Don Brown wrote: I was looking at updating the Blank application and had a few questions: 1. Can I get rid of the data source stuff including the jdbc extensions? Hasn't data sources been deprecated for quite a while now? PLEASE! 2. Any way we could ship with servlet.jar? It would be nice if

Re: Blank Questions

2005-02-22 Thread Vic
applications out there are the same, I think that's a good thing. (I can still look at struts-config and follow anything). Once it goes user chain, it will be a bit more similar project to project. .V If anyone wants (Vic et al), we can submit a patch to the Maven team for a best practices template

interfaces 1.4+

2005-02-16 Thread Vic
After reading sone noise ;-) on Matt Raibles blog: public interfce Action { //DispatchAction, like if parm=save it would call onSaveExec(ctx), that would do FormModel.save(); public void execute(Context ctx); // poulate maped form and put results in ctx } public interface FormModel extends

Re: ViewContext (was Re: ActionContext chain changes committed)

2005-02-15 Thread Vic
Ted Husted wrote: http://jakarta.apache.org/velocity/tools/view/ It's *very* important to note that our tools (like Velocity's) would not be designed to emit markup. Just the dynamic data we need to wrap in markup when the page is rendered. This is *not* a suggestion that Core get back into the

Re: Change Action, ActionForm to use ActionContext?

2005-02-14 Thread Vic
Don Brown wrote: a. A single class which combines the request logic and request model, or as we call it, ActionForm. I don't like that. Separate is simple to extend, and in my mind. b. Multiple action methods per class ala DispatchAction. With onSaveExec(.. onDisplayListExec( ... That sounds

Re: Action

2005-02-14 Thread Vic
Or eventlualy: chains definename=myAction className=com.UsrCmd formThing=MyDynaMap / .V Don Brown wrote: Here is what an action mapping might look like: action-mapping path=Item type=foo.bar.ItemAction method=view

Re: [shale] Fwd: UGLI instead of JCL?

2005-02-12 Thread Vic
You referenced Shale, which AFAIK Ted is not doing. So he just did you a favor and forwarded it, so that people that do volunteer on Shale can leverage your ideas. Nothing in your original email could be viewed as private at 1st glance. All have full mail boxes, it's hard to keep track. Thanks

Re: [Apache Struts Wiki] Updated: TilesTopLevel

2005-01-17 Thread Vic
Hey Cedric... good to see you .V dev@struts.apache.org wrote: Date: 2005-01-17T08:48:49 Editor: CedricDumoulin Wiki: Apache Struts Wiki Page: TilesTopLevel URL: http://wiki.apache.org/struts/TilesTopLevel no comment Change Log:

Re: svn restructure

2005-01-15 Thread Vic
As far as site docs... that is a lot of work. One alternative is to use one of PHP CMS systems... it is easy and no work. I know, I know. (BasicPortal is Apache License, that is Struts and it works at several comercial even that is less work). Springframework.com uses something. Etc. etc. I

Re: Comment on StrutsChain Wiki

2005-01-12 Thread Vic
Yes Sean I kind of disagree with you too. I think it's great that Struts is diverse and I hope it gets more so. My excuse is that I am working on JDNC a lot. I plan to integrate w/ Struts chain ... after it's released, so I do benefit from Joe's efforts; I just can't help him. I think it takes

ot: Re: Comment on StrutsChain Wiki

2005-01-12 Thread Vic
Sean Schofield wrote: JSF is really a complete application framework. It does pretty much everything Struts does (more or less) so I think that would make it a competitor of Struts. Struts allways had competitors. Trubine, the one w/ a beaver logo (what was that?). Now I can name a half a

Re: Common Struts usage problems

2005-01-12 Thread Vic
Dave Brosius wrote: Hi folks, I was wondering if you folks had a list of common coding mistakes that people do with regards to using Struts that could be found by analysing byte code? I am a developer on Findbugs (findbugs.sourceforge.net) and would like to add detectors for such, if they

Re: New Struts 1.3.0-dev build available

2005-01-11 Thread Vic
THANK YOU! I think most of us are watching in awe, or at least I am. .V Joe Germuska wrote: For the daring, I've put up another round of my work in progress at http://www.apache.org/~germuska/struts-1.3.0-dev/ I fixed some fairly boneheaded problems with the last version and got it at least

struts @ sf.net

2005-01-02 Thread Vic
I moved my videos here : https://sourceforge.net/project/showfiles.php?group_id=49385package_id=74701 Hope no one minds. .V -- RiA-SoA w/JDNC http://www.SandraSF.com forums - help develop a community My blog http://www.sandrasf.com/adminBlog

Re: Tiles and David Geary

2004-12-29 Thread Vic
:11:49 -0600, Vic [EMAIL PROTECTED] wrote: David just bloged that he wants to fork tiles to separate Struts I think Struts deves have been looking for someone to develop Tiles, like taglibs subproject. I suggest that DG be invited as a Struts committer in any case; and that if he wants to make

Re: Taglibs and Tiles Extraction Issues

2004-12-29 Thread Vic
Martin Cooper wrote: On Wed, 29 Dec 2004 09:46:17 -0700, David Geary [EMAIL PROTECTED] wrote: If Tiles stays with Apache do we have to go through incubation? It'd be nice if we could skip incubation, considering that Tiles has been incubating in Struts for years. 8-) I think that we should

Re: RoadMap [was Re: ViewUtils ... ]

2004-12-29 Thread Vic
Craig McClanahan wrote: I believe that Struts will become gradually less relevant for new application development unless it adopts JSF strongly; :-). I don't think so. and it would be a shame to have to *compete* with Struts instead of *being* Struts. Why not have JSF compete with HTML tag

Re: RoadMap [was Re: ViewUtils ... ]

2004-12-29 Thread Vic
Deadman, Hal wrote: Webstart has been around for awhile and it has its place but it's not going to make web applications go away any time soon. I Clients and users think that good is good looking. So this is one future path posibility of a dynamic/futuristic architecture, that should be easier w/

Re: RoadMap [was Re: ViewUtils ... ][Slightly OT]

2004-12-29 Thread Vic
Sean Schofield wrote: I think of the browser as a crappier version of WebStart. ;-) Walk towards the light I try to make my apps look like they are browser based. so people I show it to say: Nice DHTML. :-). Yah. This is not the old Swing, Swing Extensions in JDNC are VERY good ... and

Tiles and David Geary

2004-12-28 Thread Vic
David just bloged that he wants to fork tiles to separate Struts I think Struts deves have been looking for someone to develop Tiles, like taglibs subproject. I suggest that DG be invited as a Struts committer in any case; and that if he wants to make an idenepndet tiles, he be offer resource

Re: Where should the build system live?

2004-12-25 Thread Vic
Don Brown wrote: perhaps another neutral mock library should be used, jMock. It lets you extend a class, then write tests in it. .V -- RiA-SoA w/JDNC http://www.SandraSF.com forums - help develop a coomunity My blog http://www.sandrasf.com/adminBlog

download link broken or something

2004-12-24 Thread Vic
from main menu in struts clicking download binaries give a cgi error. Is there another link for 1.3 nigly builds? .V -- RiA-SoA w/JDNC http://www.SandraSF.com forums - help develop a coomunity My blog http://www.sandrasf.com/adminBlog

Re: Taglibs and Tiles Extraction Issues

2004-12-24 Thread Vic
Don Brown wrote: e how to migrate that build process over, especially as we await the Ant reorganization Martin is working on. I'm leaning to committing all my changes once I got all the code compiling and let someone more knowledgable setup cactus for these two subprojects. Don Can't offer

Re: Extracting taglibs

2004-12-22 Thread Vic
Joe Germuska wrote: I do think that Struts shouldn't depend on subprojects. -1. core should not depdend on any subprojects I think. Not today, 1st day or repackaging but eventualy. I also think subprojects should be set up to depend on a struts.jar ... and not the code. -- RiA-SoA w/JDNC

Re: svn commit: r123053 - /struts/core/trunk/build.xml

2004-12-22 Thread Vic
WOW!!! Don, you D'man! This is a great Apache X-mass, I have a nice toy to play w/. I am so excited... .V Craig McClanahan wrote: On 22 Dec 2004 06:11:56 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: martinc Date: Tue Dec 21 22:08:58 2004 New Revision: 123053 URL:

Re: Commons Chain Cookbook: Why have Struts Actions?

2004-12-15 Thread Vic
Joe Germuska wrote: Actually, this solves the 'chaining action' conundrum, because your command can actually point to a chain, where you compose a series of logical steps which execute, but which do not each require an additional pass through the rest of the RequestProcessor chain. Or just

Re: commons-chain: joining with struts

2004-12-15 Thread Vic
Ah... can someone educate me as to why not just subclass chain context, would it not let you just do the same thing you said bellow? (and w/o servlet api). .V Don Brown wrote: The summary of our discussion, as I understand it, would be to create a ActionContext, which would not be a subclass of

Re: ActionForm implementing Map

2004-12-10 Thread Vic
? The express way IMO is to fix bugs and submit diff in bugzila. Or to have a popular Struts sub project on sf.net. I am not a comitter, just so you know. .V Dakota Jack wrote: Thanks, Vic, Your assistance is a little dark to me. It seems as if you are suggesting solutions other than using a Map

Re: ActionForm implementing Map

2004-12-10 Thread Vic
HTML tag lib for getters. (Else you could do some funky EL) Request processor you should look at for setters. Also look at Joda beans on sf.net. My implement ion made a FormBean into a List (for mutirow CRUD). .V Dakota Jack wrote: Perhaps I should be clearer on this. I would like to have an

Sandra whiteboard

2004-12-06 Thread Vic
In case anyone wants to know what I did SoA MVC wise: I was looking for SoA MVC type framework none I found. When I learned Chain, I saw how View or Client does not matter (because context is the argument so it isolates users code from view signature). So I developed a SoA dispatcher. I also

Re: Object configuration and ... JMX dreaming

2004-12-03 Thread Vic
Yes Vic, good idea ;-). Resin also has a quick JMX tutorial: http://www.caucho.com/resin-3.0/jmx/tutorial/basic/index.xtp It look like IoC to me. .V Vic wrote: We have talked CoR, IoC... but not yet JMX/Modeler. Tomcat 5.5 has JMX. If any singleton types are in the registry, and we get them from

Re: Object configuration and ... JMX dreaming

2004-12-03 Thread Vic
Niall Pemberton wrote: Vic, Are you thinking this would this be a good idea to manage the Struts API Bean thats being talked about? http://article.gmane.org/gmane.comp.jakarta.struts.devel/23601 Exactly! Not sure what version. Just expose it for now. ... or did you have other ideas where

Re: Object configuration and ... JMX dreaming

2004-12-03 Thread Vic
Being able to monitor is a big deal! As soon as we know what this RequestProcessBeanThingObject is, anyone can make an mBean. Then it be obvois that you do want to look at it. My use case is that I want to look at DAO cache and Lucene cache for hits/misses and size of SoftHashMap % relative to

Object configuration and ... JMX dreaming

2004-12-02 Thread Vic
We have talked CoR, IoC... but not yet JMX/Modeler. Tomcat 5.5 has JMX. If any singleton types are in the registry, and we get them from registry. It's a big chunk to bite of. I still do not know how to use JMX, but . . . What if there was a way that object in the Chain XML Catalog commands

Re: [OT] Metadata Musings.... (was Spring etc)

2004-11-30 Thread Vic
repost (gmane) Flex just does that, it is declerative programing language. I think it is the far future (I think SoA is up 1st). http://livedocs.macromedia.com/flex/15/asdocs_en/mxml-tags.html It even has a repeater xml .V quote XML configuration cannot replace traditional programming. /quote

Re: Spring dreaming (was Second call: add generic mapped property to ActionConfig)

2004-11-30 Thread Vic
+ 1 .V David Graham wrote: If Spring and/or JSF simplify using Struts, then I wholeheartedly support using them. But first we need to show how they accomplish that and not just use them because they're cool. - To unsubscribe,

Re: MailReader-Chain (was Re: svn commit: r106481)

2004-11-26 Thread Vic
it simpler. .V eom public class ZFakeData { public static ArrayList getFakeRows() { ArrayList rows = new ArrayList(); Map cols = new HashMap(); cols.put(id, new Integer(1)); cols.put(name, Vic); cols.put

Re: chain in trunk for builds?

2004-11-23 Thread Vic Cekvenich
Vic wrote: I think Martin said chain is in trunk. I would assume that the nighly bulids would then have chain in there, and that it not be a separate download? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: chain in trunk for builds?

2004-11-23 Thread Vic Cekvenich
repost I think Martin said chain is in trunk. I would assume that the nighly bulids would then have chain in there, and that it not be a separate download? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Configuration and IoC (Re: Proposed Roadmap for 1.3.x and beyond [long])

2004-11-23 Thread Vic
Don Brown wrote: When you start looking at configuration for defining procedures, it can get messy quick - just look at Jelly. Many would argue XML is just not a good fit for procedural code/definitions. Good argument. Even if you liked XML for procedural configuration, I'm not sure chain's

Re: Can JSF Navigation be Reasonably Rewritten?

2004-11-22 Thread Vic
I think you will get a lot more feedback at the Apache MyFaces, A Struts siter project. Consider posting there. http://www.marinschek.com/myfaces/tiki/tiki-index.php?page=MailingLists .V Dakota Jack wrote: Is there a potential useful and reasonable rewrite of JSF so that the sort of navigation

Re: Proposed Roadmap for 1.3.x and beyond [long]

2004-11-21 Thread Vic
My thoughts, based on my experience, with ActionComand(Map/Context) which is full of benefits which I will list: I did something like this before Ziff, mostly to avoid a common Struts user mistake (putting properties in action class and creating a thread safety issue) such as pseudo code impl:

Re: Moving Chain Processor Ahead (Re: Proposed Roadmap for 1.3.x and beyond [long])

2004-11-21 Thread Vic
Joe Germuska wrote: Perhaps the catalog initialization belongs in the ActionServlet (via init params), so that the servlet If init catalog is in just a base class of something, than chains could be used outside of Servlet container. (One day there will be SoA containers for example). * The

Re: Moving Chain Processor Ahead (Re: Proposed Roadmap for 1.3.x and beyond [long])

2004-11-21 Thread Vic
Joe Germuska wrote: the ActionServlet initialize one or more catalogs meant for use with Struts and still having other things initialize catalogs for their own use. Yeah, 2 ways to init, of course. .V - To unsubscribe, e-mail:

Re: Proposed Roadmap for 1.3.x and beyond [long]

2004-11-21 Thread Vic
I used to catch grief for that, but I still put it in Best Practices. .V Dakota Jack wrote: On Sun, 21 Nov 2004 08:47:39 -0500, Ted Husted [EMAIL PROTECTED] wrote: Consider a populate method on ActionForm. From an OOP standpoint, it might be cleaner if an ActionForm populated itself rather than

Re: Release planning (was Re: Shale vs. Struts-Chain)

2004-11-20 Thread Vic
Niall Pemberton wrote: to include this in the last 1.2 release. It does not have to be last 1.2, still could have 1.27 :-). (and maybeee 1.3 should be called 1.4, just in case, it is a big change). .V - To unsubscribe,

Re: struts in eclipse

2004-11-20 Thread Vic
You should post on a struts user list, maybe the eclispe user list, but not on Struts dev list. Most pople have cusotm jars and custom paths, so that is a bad way to import classspath settings. Try projet settings by right clicking on project name. .V Brij Naald wrote: Hi, Thanks for the

Re: Let Struts 1.3 development commence!

2004-11-20 Thread Vic
1.3 is chain based and drop Tomcat 3?! COOL!!! I can hardly wait for the nighly builds. Thanks all. .V Martin Cooper wrote: Folks, The SVN repo is now ready for work on Struts 1.3 to begin. All 1.3 work should happen on 'trunk', while fixes to 1.2.x should happen on the branch named

Another post on what the users what in the future

2004-11-19 Thread Vic
http://www.magnolia.info/en/community/about/screenshots.html Watch the video. It does not have to be called Struts, but I think that is what people what. I also think they want JDNC (not by name). As people decide what to build, I think supporting above features is important. .V

Re: Another post on what the users what in the future

2004-11-19 Thread Vic
Dakota Jack wrote: Magnolia seems to be oriented to developers whereas JDNC is oriented to clients/users. First we used to write frameworks, then we used frameworks, and now we customize applications. I am working on CMS w/ JDNC, an application that people can customize. Which connection are

Re: [Apache Struts Wiki] Updated: StrutsRelease126

2004-11-16 Thread Vic
[EMAIL PROTECTED] wrote: +|| 32049 || bean:write throws exception in format left blank || Custom Tags || Need more information || It also said that 1.26 would be tested against Tomcat 4 and Tomcat 5 , but not Tomcat 3. If so then bean and logic could be marked for deprecation (due to jstl

Re: Struts app to be passed a parameter (of some kind)

2004-11-10 Thread Vic
If you ask on user list somone might say something about how to get a referer .V John Vincent wrote: Need one Struts app, but must have multiple URLs. Thus http://www.jv.com/company1 http://www.jv.com/company2 actually start the same Struts app, say http://www.jv.com/myApp but must pass

subversion checkout for anon

2004-11-04 Thread Vic Cekvenich
Is there a wiki post on how to do subversion check out for anon? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shale - Itch Proposal

2004-10-27 Thread Vic Cekvenich
One example use that I am doing based on the Struts-Chain example: SoA access (via Hessian and a chain dispatcher) to Apache JackRabit CMS. W SoA, you can call from any API (Tiles, Portlet, JSTL, JSP, Servlet... any Java. or non Java, like C++). It's just a call that happens to dispatch and

Re: RFC: BLOBAction and Struts Bloat

2004-09-21 Thread Vic
Matthias Wessendorf wrote: Craig, Btw. like Michael, I am interessted in your proposals on Struts 2.0 too :) Checkout this: http://cvs.apache.org/viewcvs.cgi/jakarta-struts/contrib/struts-chain .V -- Please post on Rich Internet Applications User Interface (RiA/SoA) http://www.portalvu.com

Re: [Apache Struts Wiki] Updated: StrutsCatalogMultipleButtonSolutions

2004-09-19 Thread Vic
Does it make sense to move Wiki confirmations to users list? This might encourage senior users to answer the question on the Wiki and link the answer. .V Niall Pemberton wrote: Michael, Could you use the Preview button (just to the right of the Save Changes button) to check what your wiki page

Re: [PROPOSAL] Struts 1.2.3 release

2004-09-06 Thread Vic
please patch as per user thread: Struts 1.2.2/1.2.3 struts-examples.war not working w/ a solution in there. .V -- Please post on Rich Internet Applications User Interface (RiA/SoA) http://www.portalvu.com - To unsubscribe,

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-02 Thread Vic
Michael Rasmussen wrote: As far as the struts roadmap for 2.x I would say that it is fairly vague for anyone setting out to develop an initial codebase. Have you not looked at the initial code base of the Struts chain already in CVS? .V It mentions supporting JSF, it talks about portlets, and

Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-02 Thread Vic
Can you keep using 1.2.3? .V Frank Zammetti wrote: Ironic as it seems to myself to be saying it, I don't think I like the idea of Struts moving to newer spec/JDK versions just yet. Here at work, most of our development is now Struts-based, and much of it is moving to IBM Portal Server.

Re:Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-09-01 Thread Vic
Craig McClanahan wrote: snip focused on the revolution approach rather than evolution. That's not to say that we (as a project) can't do both in parallel. Ted wrote: Hopefully, initiatives like Struts Chain and Portlet support will help us make the HTTP layer an integration layer, rather

Parked?

2004-08-24 Thread Vic
This project looks parked. Only one active comitter begging people for help to relase at least. The high standard to become a comitter should address something about active comitter. Months of no CVS? It might be to late to find (the low standard )others that would want in, now. .V

Re: Parked?

2004-08-24 Thread Vic
My answer was to MC. But I was always thinking about forking Struts on sf.net under apache license. (remove bean and logic tag for one, and make an easy ant build ) I just poinetd out that the club (personality cult?) is not active IMO. You think it is active or you know of a reason that it's

Re: Learning the basics

2004-08-19 Thread Vic Cekvenich
Errr. what I meant was get the cvs of the struts site. Then update the html that point to the old slides. Then post the diff as a bug ticket in bugzila. Then a comitter just accepts and done. .V [EMAIL PROTECTED] wrote: I would like to update the powerpoint slides on the resources page, as

Re: [Apache Struts Wiki] Updated: StrutsCatalogMultipleImageTags Simplified

2004-08-18 Thread Vic Cekvenich
Michael McGrady wrote: Jones, Demian wrote: PLEASE TAKE ME OFF THIS MAILING I have been forwarding these to his boss. I thought that might be the fastest way to help him get off the list? Help the guy out. Yup, that is the fastest way for him to get of the list, if his boss shows him how

ot: xforms

2004-08-12 Thread Vic Cekvenich
http://www.mozilla.org/press/mozilla-2004-08-10.html For those people who are still interested in legacy html and are not doing Rich UI yet. ;-) .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [OT} cannot see html in messages with Eudora

2004-08-12 Thread Vic Cekvenich
Use this: http://www.mozilla.org/products/thunderbird and sign up for a newgroup news.gmane.org, join the struts-users. .V Michael McGrady wrote: I am on the cheap in Eudora and cannot see html tags in messages from the list. I cannot find the setting that turns this on or off. Anyone know

Re: Struts 1.2.2

2004-07-28 Thread Vic Cekvenich
Sounds very cool! .V Ted Husted wrote: snip One thing I'd like to do first is to link our Acquiring page to the Apache mirroring system, so that the distribution hooks up to the preferred place. I haven't looked into how that is done yet. If anyone else has a clue, please feel free to jump in.

Re: Repository Reorg (Once More With Feeling)

2004-07-17 Thread Vic Cekvenich
Craig McClanahan wrote: * Focus the new repository on supporting 1.3.x development (generally backwards compatibile, but using chain-based request processor, adding support for portlet), in prep for later migration to 2.x.x development (which might end up in either separate modules or a separate

Re: [ANN] Struts 1.2.1 (Beta) Released

2004-07-11 Thread Vic Cekvenich
Tomcat is listed as beta and is in GA area. What I said specificaly was in the milestone area on bottom of that page. It would help users find it. .V Craig McClanahan wrote: Vic Cekvenich wrote: GREAT! Does this post it on the downloads pages as a milestone? 'cuase 1.2.0 was not listed

Re: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-09 Thread Vic Cekvenich
#2 I think. .V Ted Husted wrote: The repository is tagged for STRUTS_1_2_1, and the release is available for review at * http://www.apache.org/~husted/struts/v1.2.1 Once you have had a chance to review the release, please respond as to whether we should [ ] Keep this release at Alpha.

nominate ?

2004-06-27 Thread Vic Cekvenich
There are knowledgeable people currently active on user list, people that wrote books, tutorials and papers, people that are writing frameworks and extensions on Struts, should you want more activity, if the current commit-ers are busy. It's the right thing to do, I can think of about 10 one

struts future plans

2004-05-15 Thread Vic Cekvenich
what are the plans for struts? should you add active developers interested in keeping up? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What should we do with Tiles?

2004-04-30 Thread Vic Cekvenich
repost Vic Cekvenich wrote: Tiles used to work outside of Struts when it was first introduced, but could be rigged to work with Struts. IMO, all tags should be deprecated outside of Struts to taglibs, except for HTML legacy. FYI: http://www.basicportal.com/bp/download/cms.PNG This is a link