Re: [OS-webwork] WebWork references

2004-02-10 Thread Matthew E . Porter
Which version? For WW1, see http://wiki.opensymphony.com/space/WebWork for a list of products. For WW2, see http://wiki.opensymphony.com/space/WebWork2 for a list of products. Also, Atlassian has products using both - Jira for WW1, Confluence for WW2. Javablogs.com also uses WW2 (I think).

Re: [OS-webwork] transparent login page

2004-01-01 Thread Matthew E. Porter
You might want to look at Seraph from Atlassian - http://opensource.atlassian.com. It has this capability, but uses filters instead of interceptors. Cheers, matthew Reply Header Subject:[OS-webwork] transparent login page Author: Donnerstag, Juergen

[OS-webwork] Position of Label

2003-12-31 Thread Matthew E . Porter
I have tried setting the position to top for the taglibs in WW2, but it does not seem to work. Is this broken? Cheers, matthew --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your

Re: [OS-webwork] File upload progressbar

2003-12-27 Thread Matthew E . Porter
Are these changes for webwork 1 2? Cheers, matthew On Dec 27, 2003, at 5:22 PM, Hani Suleiman wrote: I've moved the pell classes to be internal to webwork, and added a new magic value for webwork.multipart.parser 'internal', which will make webwork use the internal parser. I'd also like to

Re: [OS-webwork] Wizards In WW2

2003-12-24 Thread Matthew E . Porter
currently). It could be easily extended to use a workflow engine to determine the allowed state changes. Is a Jira issue the right place to put the code? What happened to that WW extensions project? John - Original Message - From: Matthew E. Porter [EMAIL PROTECTED] To: [EMAIL

[OS-webwork] Wizards In WW2

2003-12-23 Thread Matthew E . Porter
I am interested in hearing how people are building wizards in WW2/XW. I have looked at and used the ScopeInterceptor that is in OpenSymphony's Jira, but it is cumbersome for anything more than 2 or 3 steps. Here are the issues I see: - Ensuring visitors execute the steps in the appropriate

Re: [OS-webwork] Security flaw with WW2

2003-12-17 Thread Matthew E . Porter
Would this stop people from completing forms with e-mail addresses? Cheers, matthew On Dec 17, 2003, at 4:15 AM, John Patterson wrote: How about disallowing any parameters containing an @ in the ParametersInterceptor? - Original Message - From: Patrick Lightbody [EMAIL PROTECTED] To:

Re: [OS-webwork] Request for a new Interceptor maybe?

2003-12-08 Thread Matthew E . Porter
A para name/value? Cheers, matthew On Dec 8, 2003, at 11:13 AM, Thompson, Christopher C (Kris) wrote: x-tad-biggerThat would be a good option, how would that be done?/x-tad-bigger x-tad-bigger/x-tad-bigger x-tad-bigger-Original Message-/x-tad-bigger

Re: [OS-webwork] Request for a new Interceptor maybe?

2003-12-08 Thread Matthew E . Porter
+1 for a Intercept repository! What ever happened to the webwork-ext project? Is it alive? Cheers, matthew On Dec 8, 2003, at 10:53 AM, Thompson, Christopher C (Kris) wrote: x-tad-biggerI want an interceptor to check the preconditions of an Action, for example verify that all the request

[OS-webwork] Products Based Upon OpenSymphony

2003-12-02 Thread Matthew E . Porter
Is there a page anywhere that lists the commercial and open-source products based upon OpenSymphony components, especially WebWork 1 ? I looked for it and could not find one. Cheers, matthew --- This SF.net email is sponsored by: SF.net

[OS-webwork] Fwd: [Springframework-user] wiring beans created outside a BeanFactory

2003-11-27 Thread Matthew E . Porter
Should make the Spring wiring easier! Ross, didn't you put a comment in the code saying that you were looking for methods such as these? Cheers, matthew Begin forwarded message: From: jürgen höller [werk3AT] [EMAIL PROTECTED]> Date: November 27, 2003 12:04:14 PM CST To: [EMAIL PROTECTED]> Cc:

[OS-webwork] Spring WW2 -- Status Update

2003-11-21 Thread Matthew E . Porter
First, thanks to Ross and the Atlassian guys for their work on integrating Spring into WebWork. A number of people, myself included, have been wanting this for a few months. They took the initiative and time to implement this. However, the code in Jira is incomplete at this time. The

Re: [OS-webwork] Spring WW2 -- Status Update

2003-11-21 Thread Matthew E . Porter
question. Could you please tell me what are the advantages of integrating Spring into WebWork2? My understanding is both spring and Webwork2 are IoC framework for Web application. Why we need to integrate Spring into WebWork2? Thank you. -Original Message- From: Matthew E. Porter [mailto

[OS-webwork] Accessing IoC components

2003-11-20 Thread Matthew E . Porter
I have a SessionProvider component configured with XW's IoC. This class provides a Hibernate Session for use and is dependent upon some other components. This seems to work perfectly. Yet, my problem is occurring when I want to use the same SessionProvider component with a non-IoC

Re: [OS-webwork] PrepareInterceptor?

2003-11-17 Thread Matthew E . Porter
views.properties and actions.xml. We were missing the prepare() method in WW2, so I added it. Jason -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 10:51 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] PrepareInterceptor? The webwork

[OS-webwork] Hibernate Session as Request Scoped Component

2003-11-14 Thread Matthew E . Porter
Instead of using a ThreadLocal Hibernate Session, has anyone played with having a HibernateSessionProvider component at the request scope? Here is how I would envision the code: public class HibernateSessionProvider implements SessionProvider, Disposable { private SessionFactoryProvider

Re: [OS-webwork] WebWork vs. Struts

2003-11-09 Thread Matthew E . Porter
At one point, Apache was proxying the port for wiki.opensymphony.com from 8080 to 80. Can we get this fixed again? Most people behind corporate firewalls may not be able to access the wiki. Cheers, matthew On Nov 9, 2003, at 10:23 AM, Jason Carreira wrote: I started a page on WebWork vs.

Re: [OS-webwork] Anyone working on Spring Framework Integration?

2003-11-04 Thread Matthew E . Porter
Is the webwork-ext project setup? This seems like a perfect candidate (if this is open source). Cheers, matthew On Nov 4, 2003, at 8:18 AM, Cameron Braid wrote: Is your implementation of this code closed source, or are you able to share it ? I would be keen to have a look. Cheers, Cameron

Re: [OS-webwork] Security Filter

2003-10-30 Thread Matthew E . Porter
Are you referring to Seraph from Atlassian (http://opensource.atlassian.com/seraph)? Cheers, matthew On Oct 30, 2003, at 10:36 AM, Samuel Mota wrote: Hi, I've heard once that someone have done a security filter (Servlet filter - not webwork related) to stop users from entering the view tier

Re: [OS-webwork] Security Filter

2003-10-30 Thread Matthew E . Porter
E. Porter Sent: Thursday, October 30, 2003 4:59 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Security Filter Are you referring to Seraph from Atlassian (http://opensource.atlassian.com/seraph)? Cheers, matthew On Oct 30, 2003, at 10:36 AM, Samuel Mota wrote: Hi, I've heard once

Re: [OS-webwork] Security Filter

2003-10-30 Thread Matthew E . Porter
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Matthew E. Porter Sent: Thursday, October 30, 2003 5:47 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Security Filter Eric: I did the same. Someone also has a patch to make Seraph non-OSUser dependent. I would like to compile all

Re: [OS-webwork] webwork2 cvs access

2003-10-27 Thread Matthew E . Porter
Yeah, I found this too by accident since sf.net uses the username 'guest'. I haven't seen it documented anywhere on the java.net site though. Cheers, matthew On Oct 27, 2003, at 5:02 PM, Tim O'Donnell (Work) wrote: Thanks guys. I tried with an empty password for guest (could have sworn I

Re: [OS-webwork] Fwd: pico webwork2 support

2003-10-10 Thread Matthew E . Porter
Excellent. I can't wait to give this a try! Cheers, matthew On Friday, October 10, 2003, at 06:55 AM, christoph sturm wrote: ===8==Original message text=== Hello People! I created an issue in codehaus cvs with webwork2 support. Please check it out and give feedback.

Re: Re[2]: [OS-webwork] Avalon Components w/ WebWork2

2003-10-07 Thread Matthew E . Porter
Yes, please! Cheers, matthew On Tuesday, October 7, 2003, at 03:38 PM, Mathias Bogaert wrote: I'm all for putting support for PicoContainer back in! Mathias - Original Message - From: christoph sturm [EMAIL PROTECTED] To: Jason Carreira [EMAIL PROTECTED] Sent: Tuesday, October 07,

[OS-webwork] Which Mailing List

2003-09-21 Thread Matthew E . Porter
I don't know if this has been brought up, but which mailing list is the correct one for WW2 - sf.net or java.net? Cheers, matthew --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[OS-webwork] Conductor - Starting ?

2003-09-21 Thread Matthew E . Porter
Team: I am beginning a new project this week. For this project, I will need a number of the components talked about in the conductor goals. Therefore, I will begin starting on Conductor this week. Before doing such, is there any code anyone is planning to contribute, specifically

Re: [OS-webwork] hibernate/webwork2 best practices

2003-09-17 Thread Matthew E . Porter
Patrick: According to Wiley's website, the books is due in November. When will this code be available? The code I sent Jason has some similar interfaces but I would prefer to standardize on one as it would seem weird that Conductor is not based upon the same code (and practices) as the

Re: [OS-webwork] hibernate/webwork2 best practices

2003-09-17 Thread Matthew E . Porter
Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] hibernate/webwork2 best practices Patrick: According to Wiley's website, the books is due in November. When will this code be available

[OS-webwork] Fwd: [Hibernate] JBoss welcomes Gavin and Hibernate

2003-09-17 Thread Matthew E . Porter
While we are on the topic of Hibernate.. Cheers, matthew Begin forwarded message: From: Bill Burke [EMAIL PROTECTED] Date: Wed Sep 17, 2003 12:08:45 PM US/Central To: Gavin King [EMAIL PROTECTED] Cc: hibernate list [EMAIL PROTECTED] Subject: [Hibernate] JBoss welcomes Gavin and Hibernate

Re: [OS-webwork] hibernate/webwork2 best practices

2003-09-17 Thread Matthew E . Porter
it with WW2, or could that be part of Conductor? Rob On Wed, 17 Sep 2003, Matthew E. Porter ([EMAIL PROTECTED]) wrote: FYI: I believe this is how the Spring Framework got started. Cheers, matthew On Wednesday, September 17, 2003, at 10:31 AM, Jason Carreira wrote: +1 to that... The code from

Re: [OS-webwork] Fwd: [Hibernate] JBoss welcomes Gavin and Hibernate

2003-09-17 Thread Matthew E . Porter
I can't wait for the next mock-interview on the BileBlog with Gavin on why he joined JBoss! Cheers, matthew On Wednesday, September 17, 2003, at 01:01 PM, Hani Suleiman wrote: Ohdear, poor Hibernate. Foolish Gavin. He seemed like such a nice guy when I met him too. Matthew E. Porter said

Re: [OS-webwork] hibernate/webwork2 best practices

2003-09-17 Thread Matthew E . Porter
Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] hibernate/webwork2 best practices Patrick: According to Wiley's website, the books is due in November. When will this code be available? The code

Re: [OS-webwork] Login interceptor?

2003-09-15 Thread Matthew E . Porter
Check out Atlassian Seraph project. I believe it does this but at the filter layer. http://opensource.atlassian.com Cheers, matthew On Monday, September 15, 2003, at 09:53 AM, Thompson, Kris wrote: Has anyone created an login/authorization interceptor?  Basically it would check to see that

Re: [OS-webwork] A Proposal: Opensymphony Conductor

2003-08-14 Thread Matthew E . Porter
I would also lack to see lucene integrated for indexing (and have some work already done with this). Cheers, matthew On Wednesday, August 13, 2003, at 05:19 PM, Francisco Hernandez wrote: this looks like a really good idea, I'm already using half of the components you listed. -

[OS-webwork] Factories for IoC

2003-08-14 Thread Matthew E . Porter
There was recently talk about specifying a factory to create the instance in IoC. Was this done? Cheers, matthew --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are

Re: [OS-webwork] RE: [Hibernate] A Proposal: Opensymphony Conductor

2003-08-14 Thread Matthew E . Porter
up some CVS space... Should we create a java.net project for this, or put it under sf.net in the opensymphony sandbox? Then we can just start dropping things in and see what forms :-) Jason -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13

Springframework WW (Was - Re: [OS-webwork] Is This a Bad Use of IoC?)

2003-08-14 Thread Matthew E . Porter
Has springframework integration been started? Cheers, matthew On Friday, August 8, 2003, at 11:23 AM, Jason Carreira wrote: Yes, it will set up dependencies for you. No, I don't think it requires *Aware interfaces. -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED

[OS-webwork] Re: [Hibernate] A Proposal: Opensymphony Conductor

2003-08-14 Thread Matthew E . Porter
Jason: I am all for this. I have some new hibernate infrastructure stuff coming today and some patches to OSUser/PropertySets that solves the current performance issues. Where do we begin and is Atlassian's security stuff open source? Cheers, matthew On Wednesday, August 13, 2003, at

Re: [OS-webwork] Re: [Opensymphony-developers] A Proposal: Opensymphony Conductor

2003-08-14 Thread Matthew E . Porter
On Wednesday, August 13, 2003, at 06:29 PM, Mike Cannon-Brookes wrote: Joseph - where is the code? No code, no idea - sorry. Jason - sounds like an interesting idea, but could we focus on getting WW2 / XW finished and released first? :) I disagree. To me, this seems like the next logical

Re: [OS-webwork] Is This a Bad Use of IoC?

2003-08-09 Thread Matthew E . Porter
for IoC, I'd like to have a Spring integration for IoC... But these need to be in an add-on project for integrating other dependencies with Xwork / WebWork outside of the main code base. -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:19

Re: Springframework WW (Was - Re: [OS-webwork] Is This a Bad Use of IoC?)

2003-08-09 Thread Matthew E . Porter
of... I'd be happy to help out. -Original Message- From: Matthew E. Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 1:40 PM To: [EMAIL PROTECTED] Subject: Springframework WW (Was - Re: [OS-webwork] Is This a Bad Use of IoC?) Has springframework integration been started? Cheers

[OS-webwork] Is This a Bad Use of IoC?

2003-08-08 Thread Matthew E . Porter
I think I may be going Inversion of Control mad lately and need some help sorting out if what I am doing is just wrong. I am building a new persistence manager where the core manager is based upon hibernate. The hibernate manager needs three different providers- one for Configuration, one

[OS-webwork] Beta Release

2003-07-23 Thread Matthew E . Porter
A few days ago, someone on the list stated that they hoped a beta version of WW2/XW would be available Monday night. Did this release happen? (I am not trying to nag) Cheers, matthew --- This SF.Net email sponsored by: Free pre-built

[OS-webwork] web.xml in CVS

2003-07-21 Thread Matthew E . Porter
Can someone please change the web.xml in WW2 CVS? The classes are still pointing to the Pico implementations. Cheers, matthew --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single

Re: [OS-webwork] Sourceforge CVS down all the time?

2003-07-17 Thread Matthew E . Porter
Christoph: Actually, you did miss something. Lately, it has been down more often than that (for me, at least). Would it be possible to have a nightly build put up somewhere since those not using pserver access can actually access the cvs server? Cheers, matthew On Thursday, July 17,

Re: [OS-webwork] updated release date estimates?

2003-07-09 Thread Matthew E . Porter
What implementation of IoC will be in them? Cheers, matthew On Wednesday, July 9, 2003, at 10:03 AM, Pat Lightbody wrote: Matt and I were talking about releasing initial alphas maybe this week? Matt, does that sound about right? -Pat - Original Message - From: Francisco Hernandez

Re: [OS-webwork] SF meetup?

2003-06-12 Thread Matthew E . Porter
Fine by me. Name the place... -matthew On Thursday, June 12, 2003, at 02:29 AM, Jason Carreira wrote: Cool. How about 6:30? My only constraint is that I want to see Joshua Bloch's talk on Metadata at 8:30 at the Moscone center... -Original Message- From: Matthew E. Porter [mailto