Re: [OT] Jericho == Struts 2.0?

2004-03-16 Thread Nadeem Bitar
it the best framework for medium to large scale projects. On Tue, 2004-03-16 at 07:29 -0500, Ted Husted wrote: On Mon, 15 Mar 2004 13:07:10 -0800, Nadeem Bitar wrote: Which role will struts play when JSF matures and JSF 2.0 is released is what interests me more than the proposed name

Re: [OT] Jericho == Struts 2.0?

2004-03-15 Thread Nadeem Bitar
Which role will struts play when JSF matures, and JSF 2.0 is released is what interests me more than the proposed name of struts 2.0. On Mon, 2004-03-15 at 09:26 -0700, Brandon Goodin wrote: no hablar engles? [EMAIL PROTECTED] 3/15/2004 9:15:54 AM http://raibledesigns.com on this it

Re: splitting struts-config into multiple files

2004-02-29 Thread Nadeem Bitar
] -- Nadeem Bitar Software Engineer IzuCode, LLC 5230 Fiore Terrace #k208 San Diego, Ca 92122 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Role based access?

2004-02-18 Thread Nadeem Bitar
You have to use JAAS. If you are not using JAAS and still want to use the roles attribute in your action mapping you have to override the processRoles method . On Wed, 2004-02-18 at 20:49 +0530, [EMAIL PROTECTED] wrote: Hi Guys, Struts-config.xml action attribute=Form

Re: Tiles and message-resources

2004-02-18 Thread Nadeem Bitar
You can internationalize your tiles definitions. In the localized version you only override the localized strings. Example tiles-defs.xml definition name=.home extends=.mainLayout put name=title value=Homepage/ put name=content value=somejsp.jsp/ put name=leftCol

Re: Role based access?

2004-02-18 Thread Nadeem Bitar
:26 +0530, [EMAIL PROTECTED] wrote: Hi, Thanks for the info Nadeem.but processRoles method is in which Class. could you give me some samples. Thanks in advance Subramaniam Olaganthan Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com Nadeem Bitar

Re: Email with file created on the fly

2004-01-29 Thread Nadeem Bitar
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** Nadeem Bitar Software Engineer IzuCode, LLC *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: JSF and StrutsFaces

2004-01-18 Thread Nadeem Bitar
I am using jsf beta with Struts nightly and jsf-faces nightly, I have used it also with struts 1.1 with no problem. Tiles is supported in the nightly jsf-faces but it's buggy, jsf-impl has also its share of bugs. I'm looking forward to a stable release of both libraries. On Sun, 2004-01-18

Re: handling form based authentication w/ remember-me cookie

2004-01-14 Thread Nadeem Bitar
, e-mail: [EMAIL PROTECTED] -- *** Nadeem Bitar Software Engineer IzuCode, LLC *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: handling form based authentication w/ remember-me cookie

2004-01-13 Thread Nadeem Bitar
It is a huge disappointment that the servlet 2.4 specification didn't address programmatic authentication. Dispatching requests to j_security_check is a pain in many use cases. I really hope that a future version of tomcat would address this even if this didn't make it into the spec this time.

Re: [OT] Stress Test Tool

2004-01-01 Thread Nadeem Bitar
Try the grinder. http://grinder.sf.net. On 木, 2004-01-01 at 19:31, Oliver Thiel wrote: Did anyone know a good tool for stress testing a struts app? I already tried dieseltest_1_0_21, jakarta-jmeter-1.9.1, jspider-0.5.0-dev, Microsoft Web Application Stress Tool but none of these tools fits my

Re: [OT] eclipse and jsp editing

2003-12-30 Thread Nadeem Bitar
Netbeans' JSP support is quite good. On 火, 2003-12-30 at 21:40, Ashish Kulkarni wrote: Hi is there any good plugin for editing jsp and setting up a web project, i have tried lomboz but find it very complicated to use I find setting web prject in jsp much easy any comments (or any free

JSF managed beans

2003-12-29 Thread Nadeem Bitar
Where and how do Managed Beans and JSF's navigation rules fit in a struts/jsf application? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reducing JSP Testing Time

2003-12-28 Thread Nadeem Bitar
You can improve greatly the development/testing cycle by doing the following: 1. Use ant for your build. 2. Precompile your jsp before viewing them. 3. Develop inside an unpacked war. 4. Use xdoclet 5. Use testing tools such as http://maxq.tigris.org, and testing frameworks such as

Re: JavaServer Faces 1.0 -- Proposed Final Draft Spec and Beta Reference Implementation

2003-12-20 Thread Nadeem Bitar
Graig, regarding the struts-faces integration library, would it support tiles? On 金, 2003-12-19 at 20:16, Craig R. McClanahan wrote: I'm pleased to announce that the Proposed Final Draft version of the JavaServer Faces 1.0 Specification, and a corresponding Beta release of the Reference

RE: URGENT - Help defending Struts

2003-12-18 Thread Nadeem Bitar
Capitalone Officedepot hotels.com On 木, 2003-12-18 at 13:30, Dalmia, Swati wrote: First Bank is B2C . they are using https://www.efirstbank.com/ibank1/logonload.do -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:49 AM

struts-faces Roadmap

2003-11-23 Thread Nadeem Bitar
Is there a roadmap for the struts and jsf integration library? I am particularly interested in an update that would support tiles. I already tried the modifications suggested in the developerworks article (http://www-106.ibm.com/developerworks/library/j-integrate) with partial success, but I would