Re: Use the Source, Luke!

2007-12-06 Thread Antonio Petrelli
2007/12/7, Frank W. Zammetti <[EMAIL PROTECTED]>: > > Paul Benedict wrote: > > Please try again. > [INFO] Building Struts - Tiles 2 integration > ... > > [ERROR] BUILD FAILURE > [INFO] > ---

Re: Use the Source, Luke!

2007-12-06 Thread Frank W. Zammetti
Paul Benedict wrote: > Please try again. Still looks to be something pointing to 1.5... see the end of this dump... (I just *know* the answer is going to be in the POM... I don't know Maven, but I know the POM is the answer to everything! LOL) K:\projects\struts>mvn [INFO] Scanning for proje

Re: Use the Source, Luke!

2007-12-06 Thread Paul Benedict
Please try again. = \Projects\workspace\struts-trunk\core>mvn -v clean compile Maven version: 2.0.7 Java version: 1.4.2_08 OS name: "windows xp" version: "5.1" arch: "x86" >mvn clean compile [INFO] Scanning for projects... [INFO] ---

Re: S1/2: Data integrity and security

2007-12-06 Thread Paul Benedict
On Dec 6, 2007 1:27 PM, Martin Cooper <[EMAIL PROTECTED]> wrote: > > Which security package(s) would you want to work with in addition to HDIV? > I > firmly believe that you need at least two candidates in order to > successfully design an SPI. Otherwise you run a very high risk of > designing > a

Re: Use the Source, Luke!

2007-12-06 Thread Frank W. Zammetti
Hi Paul... I just tried again and still had a build failure... any thoughts? ... Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. K:\projects\struts>mvn [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Struts [INFO] Struts Core [INFO] Strut

Re: S1/2: Data integrity and security

2007-12-06 Thread Martin Cooper
On Dec 6, 2007 10:22 AM, Paul Benedict <[EMAIL PROTECTED]> wrote: > On Dec 6, 2007 12:17 PM, Ted Husted <[EMAIL PROTECTED]> wrote: > > > Although I have no clue what SPI means, I do see the web page mentions > > Struts by name, and says that it can be added to applications > > transparently. > > >

Re: SmartURLs port

2007-12-06 Thread Brian Pontarelli
As long as it's a deprecation and not deletion, I think it will be fine. i.e. in 2.1.x you can configure the app to use the old mechanism. The only other (really small picky thing) is the name "codebehind". What I see Brian doing to providing mapping and configuration. When I think of "co

Re: S1/2: Data integrity and security

2007-12-06 Thread Paul Benedict
On Dec 6, 2007 12:17 PM, Ted Husted <[EMAIL PROTECTED]> wrote: > Although I have no clue what SPI means, I do see the web page mentions > Struts by name, and says that it can be added to applications > transparently. SPI is Service Provider Interface. The Framework would be built around an inter

Re: S1/2: Data integrity and security

2007-12-06 Thread Ted Husted
It's unusual that a feature such as this comes without penality. If HDIV were native, what would be the performance cost? Complexity cost? Although I have no clue what SPI means, I do see the web page mentions Struts by name, and says that it can be added to applications transparently. What if we

Re: S1/2: Data integrity and security

2007-12-06 Thread Paul Benedict
Makes sense. But I wouldn't want to fork the project because I am not a security expert. I couldn't maintain it well even though I want to integrate it. Also, I don't know if HDIV has aspirations outside of Struts which would make an SPI much more palatable. What do you think about sharing the cod

Re: S1/2: Data integrity and security

2007-12-06 Thread Matt Raible
HDIV seems to solve a problem that most web application developers don't know they have. By "natively", I mean it's part of the core and you can't make your application less secure by ripping it out. It is Apache licensed after all. If rolling it into the core isn't an option, it would be n

Re: S1/2: Data integrity and security

2007-12-06 Thread Paul Benedict
Matt, I want to use HDIV natively in Struts 1 too -- which is why I was hoping for an SPI interface which anyone can provide for an implementation. What do you have in mind with "native" integration? And is your idea of integration also against an SPI? Paul On Dec 6, 2007 10:18 AM, Matt Raible <[

Re: SmartURLs port

2007-12-06 Thread Ian Roughley
Don Brown wrote: Could you commit your version as a development branch, rather than to trunk? I'm using/improving Codebehind right now in some of the new features both in core and the rest plugin. I'd also like a chance to fully review the changes before we dump the old. On 12/6/07, Brian Po

Re: S1/2: Data integrity and security

2007-12-06 Thread Matt Raible
What about integrating HDIV natively so Struts is as secure as it can possibly be? Matt On Dec 5, 2007, at 11:08 PM, Paul Benedict wrote: I've been emailing the authors of HDIV offline for some quite time. I take a fond interest in data integrity and security, and believe their project is

Re: Use the Source, Luke!

2007-12-06 Thread Frank W. Zammetti
Thanks Paul! I'll update and try a build when I get home from work tonight. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java Technology" (2006, Apress, I

Re: SmartURLs port

2007-12-06 Thread Ted Husted
Once the branch is available, I can also try it against the JPA MailReader that's in the sandbox. This particular application was reworked for SmartURLs and the backported to CodeBehind. Bringing it forward again would help test whether the branch is a proper superset of the existing feature set or

Re: SmartURLs port

2007-12-06 Thread Don Brown
Could you commit your version as a development branch, rather than to trunk? I'm using/improving Codebehind right now in some of the new features both in core and the rest plugin. I'd also like a chance to fully review the changes before we dump the old. On 12/6/07, Brian Pontarelli <[EMAIL PROT