Re: [Stripes-users] Proposal: Page Scope

2012-04-03 Thread Will Hartung
and looking at SessionScoped should give a lot of insight in to how this could be done without having to be an expert on Stripes and its inner workings, making it likely an intermediate task for someone interested in showing a sample implementation. Regards, Will Hartung

Re: [Stripes-users] Layout reuse like a component

2012-01-31 Thread Will Hartung
markup solution. Regards, Will Hartung -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus

Re: [Stripes-users] plugin strategies?

2011-04-20 Thread Will Hartung
in to the ML with a lot of unknown history behind it because it was off on the LI forums. I think if you want the input of the community, then the discussion should take place here. Regards, Will Hartung

Re: [Stripes-users] plugin strategies?

2011-04-20 Thread Will Hartung
move to Github. Those are more fundamental IMHO than what we're talking about here. Regards, Will Hartung -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server

Re: [Stripes-users] plugin strategies?

2011-04-20 Thread Will Hartung
that process becomes more painful due to volume, then the time and effort to port over to something like GitHub might well be worthwhile. But I think it's worthwhile to see some activity first than move when the issue really isn't there right now. Regards, Will Hartung

Re: [Stripes-users] plugin strategies?

2011-04-19 Thread Will Hartung
, Will Hartung -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve

Re: [Stripes-users] jsp question

2011-04-16 Thread Will Hartung
of data, it sure beats roundtripping it back the browser. Of course, you can leave the CSV file on the disk and when it's approved, simply reload it. All sorts of different options here. Regards, Will Hartung -- Benefiting

[Stripes-users] Errors of my ways.

2011-04-06 Thread Will Hartung
. Regards, Will Hartung -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev

Re: [Stripes-users] Calling methods from JSP

2011-04-02 Thread Will Hartung
the map once (using lazy initialization and storing it in an action bean field for later use). Yea, this is straight from the Mongus Playbook of Mad Hackery. It works, it works pretty well, but it's certainly tainted in its own way. Regards, Will Hartung

Re: [Stripes-users] Calling methods from JSP

2011-04-02 Thread Will Hartung
in this. Do you have a reference to this? Because it's not in JSP 2.x or Servlet 2.x that I know of. Regards, Will Hartung -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code

Re: [Stripes-users] Calling methods from JSP

2011-04-02 Thread Will Hartung
in this. Do you have a reference to this? Because it's not in JSP 2.x or Servlet 2.x that I know of. Regards, Will Hartung -- Create and publish websites with WebMatrix Use the most popular FREE web apps or write code

Re: [Stripes-users] re quest/response scoping

2011-03-03 Thread Will Hartung
, Java isn't wordy enough) with Stripes. *I* embrace the fact the Stripes lets me NOT do that. Expedience and practicality in the every day work outweighs design purity every time in my book. Regard, Will Hartung Bulldozing Ivory Towers since 1979

Re: [Stripes-users] Maven convention

2010-11-11 Thread Will Hartung
in to our security mechanism. We use a Filter like every one else, but rely on the Principals and Roles back on the EJB tier. Regards, Will Hartung -- Centralized Desktop Delivery: Dell and VMware Reference

Re: [Stripes-users] [JIRA] Created: (STS-779) Release 1.5.4 (also to Maven Repo)]

2010-11-09 Thread Will Hartung
than later. The dot releases are pretty much arbitrary. They happen when something is fixed and the fixers and users are happy with the fixes and they don't want to open a new can of worms on top of the stable code. So, in that light, I say Ship It. Regards, Will Hartung

Re: [Stripes-users] Nested indexed property question

2010-10-22 Thread Will Hartung
[]=abc, foo[]=def and just tack those on to an ever groing list. Stripes does not do that (as I recall). It might work with simply foo.bar=abc, foo.bar=def. I've never done that, so I don't know what will happen. But that may work, and may be closer to what you want. Regards, Will Hartung

Re: [Stripes-users] New Stripes Website Google Group (Repost)

2010-09-03 Thread Will Hartung
* *KABOOOM* (clearing smoke, dramatic low angle camera shot, cue WWF announcer) SSSTTTRRRIIIPPEEESSS The library that puts ACTION in to FRAMEWORKS! Maybe that's what we need. Regards, Will Hartung -- This SF.net Dev2Dev

Re: [Stripes-users] JSR 303 validation integration with Stripes.

2010-08-10 Thread Will Hartung
publishing it doesn't necessarily release the code for use by others. Thanx! Regards, Will Hartung -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge

Re: [Stripes-users] File Download

2010-08-04 Thread Will Hartung
, it's already doing a 512 byte block read, so a buffered stream is likely unnecessary at this point. Regards, Will Hartung -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring

Re: [Stripes-users] Autopopulating forms with values from... where?

2010-06-06 Thread Will Hartung
to the JSP. So, there are few use case where the form actually mismatches the action bean. Regards, Will Hartung -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE

Re: [Stripes-users] I Picked Templating Engine X... Over JSPs and Stripes TLDs... and This is WHY???

2010-05-26 Thread Will Hartung
it for declarative validation code before we picked up Javascript. If the Velocity script rendered in to true it passed, otherwise it didn't. So, it's a great hammer. Writing your own is simply insane. Regards, Will Hartung

Re: [Stripes-users] Memory Usage: Stripes Layout vs. Tiles

2010-05-01 Thread Will Hartung
efficient (or inefficient) as JSP pages are themselves, since that's effectively all they are -- JSP files converted to code and dynamically run at page render time. Tag Files allow for ready refactoring and adding the right amount of abstractions to your JSPs. Regards, Will Hartung

Re: [Stripes-users] When is the HTTP response output stream closed?

2010-03-01 Thread Will Hartung
the system can simply erase the buffer, no harm, no foul. So what you're seeing is most certainly size related. You may want to look at increasing your buffer size, or determine what is being written early on in your process. Regards, Will Hartung

Re: [Stripes-users] 1.5.3 maven repository

2010-02-12 Thread Will Hartung
. Regards, Will Hartung -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev

Re: [Stripes-users] REST Support

2009-12-17 Thread Will Hartung
with other systems, because I think it would roughly become a two faced beast, one the action side, and the other the web services side. Better to try and be a good citizen and work well with others, IMHO, than reinvent that from scratch. Regards, Will Hartung

Re: [Stripes-users] REST Support

2009-12-16 Thread Will Hartung
work, but who knows...). On a small scale, it could probably be done through an interceptor, and on a really small scale, the Request is available, so you can simply dispatch on that. Regards, Will Hartung

Re: [Stripes-users] init on app startup (ibatis) (equivalent of struts1 plugin)

2009-05-21 Thread Will Hartung
attempts. If you're missing something Stripesy then that makes two of us. I would simply do this either with a ServletContextListener, or a simply a Servlets init method that has its Load On Startup parameter set. Regards, WIll Hartung

Re: [Stripes-users] stripes newbie... still searching for a decent java based web framework.

2009-05-16 Thread Will Hartung
. A sophisticated network of tag files and base class Action Beans do all of the heavy lifting. And it's all just plain ol Stripes. Enjoy your quest. Regards, Will Hartung -- Crystal Reports - New Free Runtime and 30

Re: [Stripes-users] Problem streaming pic from DB to Browser

2009-04-06 Thread Will Hartung
this. Regards, Will Hartung -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com

Re: [Stripes-users] SQL Injection (WAS: Need Help: passing ID from JSP, Stripersist, and displaying results)

2009-03-14 Thread Will Hartung
. If you're using Statement.setInt(), setString, etc., i.e. bind parameters, SQL injection is a non-issue. If you don't, then you take your fate in to your own hands. MOST Java folks (IME) use binds, which is why it's simply less of an issue culturally than in, say, PHP. Regards, Will Hartung

Re: [Stripes-users] Is it safe to use Stripes with Terracotta?

2009-01-12 Thread Will Hartung
as informed about it as you want to be, with it's layer complexity. But it would not be surprising if casual Stripes knowledge would not be enough to optimally deploy a Stripes system on top of something as invasive as Terracotta. Regards, Will Hartung

Re: [Stripes-users] Web service API, Stripes

2008-11-30 Thread Will Hartung
is having no support for the HTTP verb and conflating the GET and POST verbs to do the same thing. Doesn't affect most people, just annoys RESTy whiners like me. Regards, Will Hartung - This SF.Net email is sponsored

Re: [Stripes-users] Web service API, Stripes

2008-11-30 Thread Will Hartung
format not work for this case? Or do you want the filter to introspect the payload to work out the authentication details? Regards, Will Hartung - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [Stripes-users] Unifying Stripes Application Structure

2008-11-17 Thread Will Hartung
time. Regards, Will Hartung - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open

Re: [Stripes-users] Stripes in multiple WARs in a single EAR in Glassfish

2008-10-25 Thread Will Hartung
. Nothing stripes can do about that. I believe that I punted on the issue and deployed my second WAR separately and relied on remote EJB calls, thus routing around the problem completely. Regards, Will Hartung

Re: [Stripes-users] Incremental Development?

2008-10-13 Thread Will Hartung
, Will Hartung - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source event

Re: [Stripes-users] Login Implementation

2008-09-09 Thread Will Hartung
, Will Hartung - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source event anywhere

Re: [Stripes-users] Can we confirm Stripes Book will focus on v1.5 feature set?

2008-07-31 Thread Will Hartung
is frozen, so it's all good). But in truth 1.5 will hopefully be a couple months old when the book hits the shelves, though you can download a version of the book now. I think Nostradamus gets a special Thank You in the acknowledgements... Regards, Will Hartung

Re: [Stripes-users] [EMAIL PROTECTED]

2008-07-09 Thread Will Hartung
wouldn't have to annotated each method. Anyway, just some more gas for the fire. Regards, Will Hartung - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open

[Stripes-users] [EMAIL PROTECTED]

2008-07-08 Thread Will Hartung
thoughts about the approach, which you like better, and any suggestions that y'all might have. Regard, Will Hartung - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your

Re: [Stripes-users] Thoughts on this..

2008-06-17 Thread Will Hartung
that. Regards, Will Hartung - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-28 Thread Will Hartung
and it works without any twist in action bean. You only need to add a uploadProgress method (or any method name you like). How did you do the actual upload submit? Do you pop up a frame, or what? Can you show the submit code for the original form? Thanx! Regards, Will Hartung

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Will Hartung
to the ActionBean, though I wouldn't expect it for 1.5. But for now you'd pretty much have to write a servlet to handle the upload part I think. Regards, Will Hartung - This SF.net email is sponsored by the 2008 JavaOne(SM