[OT] Complete List of Logged In Users

2008-03-14 Thread Mike Duffy
I marked this as other because this is probably sever specific (in my case I am using JBoss). Using the Struts framework is there some simple way to get a list of all the users logged into the server? Thx. Mike

Struts Validator to Prevent SQL Injection Attacks

2007-11-15 Thread Mike Duffy
Does anyone have a great solution for a validator that will prevent users from entering malicious SQL into form entry text fields? Thx. Mike Get easy, one-click access to your favorites. Make Yahoo!

Re: Struts Validator to Prevent SQL Injection Attacks

2007-11-15 Thread Mike Duffy
Injection Attacks To: Struts Users Mailing List user@struts.apache.org, [EMAIL PROTECTED] Date: Thursday, November 15, 2007, 11:21 AM 2007/11/15, Mike Duffy [EMAIL PROTECTED]: No matter where this is done, the basic problem is we have single quotes, double quotes, ampersands, semicolons

Re: Struts Validator to Prevent SQL Injection Attacks

2007-11-15 Thread Mike Duffy
@struts.apache.org, [EMAIL PROTECTED] Date: Thursday, November 15, 2007, 9:56 AM --- Mike Duffy [EMAIL PROTECTED] wrote: Does anyone have a great solution for a validator that will prevent users from entering malicious SQL into form entry text fields? I'm not sure that belongs in a validator

Re: Struts Validator to Prevent SQL Injection Attacks

2007-11-15 Thread Mike Duffy
to Prevent SQL Injection Attacks To: Struts Users Mailing List user@struts.apache.org Cc: [EMAIL PROTECTED] Date: Thursday, November 15, 2007, 11:13 AM Dave Newton wrote: --- Mike Duffy [EMAIL PROTECTED] wrote: Does anyone have a great solution for a validator that will prevent users from

Best Way to Secure Access to Downloadable Documents

2007-03-28 Thread Mike Duffy
Does anyone have any suggestions for the best methods to secure access to downloadable documents? I could of course use container security to secure the document directories; however, for quotas, tracking, rights, etc., I probably need to manage each download. Is there an elegant solution in

Struts 2.0 Application Lifecycle

2006-11-04 Thread Mike Duffy
I've done a quick scan of the Struts 2.0 documentation. I did not find a reference to the Struts 2.0 application life cycle. Does anyone know of a reference that would be similar to the JSF article at the link below? http://www-128.ibm.com/developerworks/java/library/j-jsf2/ Thx. Mike

Downloads for Struts 2.0

2006-10-28 Thread Mike Duffy
Does anyone know of a mirror site for downloading Struts 2.0? The link on the main site to download Struts 2.0 are broken. http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip Thx. Mike We

Re: Downloads for Struts 2.0

2006-10-28 Thread Mike Duffy
Ted mentioned earlier this week that he put the example apps and the library distribution on Sourceforge. http://www.nabble.com/Unable-to-Download-Struts2-t2503292.html#a7008746 --- Mike Duffy [EMAIL PROTECTED] wrote: Does anyone know of a mirror site for downloading Struts 2.0? The link

Struts 2.0 Mialing List

2006-10-28 Thread Mike Duffy
Does anyone know if there will be a new mailing list for Struts 2.0? Thx. Mike __ Check out the New Yahoo! Mail - Fire up a more powerful email and get things done faster.

Struts 2.0 vs JSF

2006-10-23 Thread Mike Duffy
I just finished a JSF project and I was not pleased with ease of use or the overhead (is JSF a conspiracy to sell hardware?). I am thinking that the best way to go for a new commercial level project is Struts 2.0 with AJAX components for a coolness factor. Any suggestions? Mike

[OT] Dynamic Updates for Internationalization

2005-12-28 Thread Mike Duffy
I am sending this [OT] topic to this list in hopes that someone has already solved this design problem. What is the best way to do dynamic updates for internationalization? Suppose you had a drop-down list and the labels for this list are translated into other locales; also, suppose that

Re: [OT] Dynamic Updates for Internationalization

2005-12-28 Thread Mike Duffy
- From: Mike Duffy [EMAIL PROTECTED] To: user@struts.apache.org Sent: Wednesday, December 28, 2005 1:10 PM Subject: [OT] Dynamic Updates for Internationalization I am sending this [OT] topic to this list in hopes that someone has already solved this design problem. What

Re: [OT] JSF Interface Design - Is it Truly Limited?

2005-11-14 Thread Mike Duffy
There is a difference between specifying CSS attributes and creating a liquid CSS design. The later involves a complete separation of style and content where a web page or JSP becomes a series of div tags that flow; a single style sheet can be used to change the look and feel of the entire

Re: [OT] JSF Interface Design - Is it Truly Limited?

2005-11-14 Thread Mike Duffy
and it is not a custom component. Is it good practice to use div tags in that instance? Mike --- Craig McClanahan [EMAIL PROTECTED] wrote: On 11/14/05, Mike Duffy [EMAIL PROTECTED] wrote: There is a difference between specifying CSS attributes and creating a liquid CSS design. The later

[OT] JSF Interface Design - Is it Truly Limited?

2005-11-11 Thread Mike Duffy
I know there are some leading edge JSF and Shale gurus who monitor this list. I have a basic question: Can rich web application interfaces be created in JSF? I've looked at MyFaces and Tomahawk (http://myfaces.apache.org/). The source code that can be found in the examples at

[OT] Project Clarity

2005-11-11 Thread Mike Duffy
Does anyone know if there is an official website for Project Clarity (http://www.jsfcentral.com/listings/A6020?link)? Thx, Mike __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com

Re: Struts with Flex

2004-08-20 Thread Mike Duffy
Could you please provide some good reference links for JDNC. Thx. Mike --- Vic Cekvenich [EMAIL PROTECTED] wrote: I also posted that after developing on Flex and Laslo... I switched to JDNC becuase I fodun it much faster! I have a site now on baseBeans.com on RiA/SoA. .V Ovidiu EFTIMIE

Re: JSF vs Struts - Development Process Questions

2004-07-19 Thread Mike Duffy
I have some questions regarding the development process when using JSF, especially in realtion to HTML designers. Will everyone on the team need the same advanced design tools? Will the designers who are used to tweaking HTML/JSP be restricted to a completely visual drag and drop environment?

Re: some best practices questions

2004-07-19 Thread Mike Duffy
What do you think of caching static or semi-static data that applies to all users (options in a drop down list, etc.) in the application scope? --- Vic Cekvenich [EMAIL PROTECTED] wrote: My comment would be that *data* caching should be done in the data layer (like ibatis, hibrenate,

Re: Theoretical debate

2004-07-08 Thread Mike Duffy
One aspect of JSF which I find troubling is, With JSF, the component model takes care of all the responsibilities that Struts uses an ActionForm form, so you don't need one any more. Most of the JSF examples I've studied use method (2) from Craig's list below: You can bind component *values*

RE: Theoretical debate

2004-06-19 Thread Mike Duffy
Thanks for a very interesting thread. An elucidation of many of the topics in this thread can be found in Ted Husted's book, Struts in Action; especially see chapter 5, Coping with Action Forms. It is very tempting when you first come to Struts to do a great deal of processing in the Action

[OT] The Case Against Extreme Programming

2004-06-03 Thread Mike Duffy
Very interesting: http://www.softwarereality.com/lifecycle/xp/case_against_xp.jsp Enjoy. Mike __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/

RE: Are there any IDE's that understand Struts tags?

2004-05-27 Thread Mike Duffy
I would strongly suggest that you stay away from (or move away from) the Struts presentation tags and use JSTL instead. Development has essentially stopped on the Struts presentation tags. JSTL has more functionality and JSTL is the standard. What I would really like to see in an IDE is the

[OT: HTTPUNIT vs HTMLUNIT]

2004-05-06 Thread Mike Duffy
Does any one have a recommendation on HTTPUnit vs HTMLUnit? http://httpunit.sourceforge.net http://htmlunit.sourceforge.net Thx. Mike __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs

RE: JSTL vs Struts-el

2004-04-19 Thread Mike Duffy
Replacing the Struts bean and logic tags with JSTL is a good idea. Core JSTL, by Geary is a good starting point. Mike --- Hookom, Jacob [EMAIL PROTECTED] wrote: On our last big project, we only used the struts:html taglib, everything else we decided to use jstl. So our tags were actually

Fwd: RE: Clustering Application Scope Objects

2004-04-12 Thread Mike Duffy
not be overwritten To set a new value, simply remove the old one, then set a new one. 2. override, meaning that whenever a broad cast with a new value, the last value is set To set a new value, just call context.setAttribute Filip -Original Message- From: Mike Duffy

[OT] Clustering Application Scope Objects

2004-04-10 Thread Mike Duffy
I've read documentation for The Tomcat 5 Servlet/JSP Container: Clustering/Session Replication HOW-TO http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html I understand clustering for individual user sessions. Are there any correlated methods for clustering application scope

Re: [OT] Clustering Application Scope Objects

2004-04-10 Thread Mike Duffy
Bollmeyer [EMAIL PROTECTED] wrote: On Saturday 10 April 2004 21:48, Mike Duffy wrote: Hi, I've read documentation for The Tomcat 5 Servlet/JSP Container: Clustering/Session Replication HOW-TO http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html I understand clustering