Re: Struts vs JSF (poll?)

2008-08-24 Thread Frank W. Zammetti
the hell... I actually blogged about this a little while back: http://www.zammetti.com/blog) Frank -- Frank W. Zammetti Author of Practical Dojo Projects abd Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology

Re: DWR [Slightly off topic -- Was Struts vs JSF (poll?)]

2008-08-24 Thread Frank W. Zammetti
in advance, Ken np, Frank -- Frank W. Zammetti Author of Practical Dojo Projects abd Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology (For info: apress.com/book/search?searchterm=zammettiact=search) My look ma, I

Re: Struts vs JSF (poll?)

2008-08-26 Thread Frank W. Zammetti
or JSF and concludes it's right for them... well, maybe I would in the case of JSF :) - -chris Frank -- Frank W. Zammetti Author of Practical Dojo Projects abd Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology

Re: Struts vs JSF (poll?)

2008-08-26 Thread Frank W. Zammetti
hope you wouldn't fire them JUST for disagreeing :) So long as they can disagree and still abide by the decision I can live with it. Struts2 for me. I had to vote, LOL :-) Sure... and I have no doubt it does the job nicely for you. David Whitehurst Frank -- Frank W. Zammetti Author

Re: Struts vs JSF (poll?)

2008-09-04 Thread Frank W. Zammetti
simply MVC. It's a pattern, not any specific product. You shouldn't have any problem finding that. Thanks, Tommy Frank -- Frank W. Zammetti Author of Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax

Re: Problems with web.xml generated from RAD and from Ecplise.

2005-10-19 Thread Frank W. Zammetti
A bug in RAD?!? Surely you jest! Ahem. ComicBookGuyRAD... Worst... IDE... EVER!/ComicBookGuy (Unfortunately, I may have no choice but to use it soon... it's the standard at my company, but I've been able to resist thus far. I can only hope my luck continues that way). -- Frank W. Zammetti

Re: Can a return statement cause a problem?

2005-11-04 Thread Frank W. Zammetti
/pub/a/today/2003/11/14/tagfiles.html Kind of a good first step for playing with custom tags without quite as much work. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Fri, November 4

Re: disabling sessions in certain parts of a webapp

2005-11-09 Thread Frank W. Zammetti
That's weird... I actually had a part in my reply at the end that said something like this should work until some code after the filter tries to access session :) Yep, absolutely, if there's a possibility of that then the wrapper is definitely the way to go. -- Frank W. Zammetti Founder

Re: advice on auto logout servlet

2005-11-16 Thread Frank W. Zammetti
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED

Re: JSP processing other than .jsp?

2005-11-16 Thread Frank W. Zammetti
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: making a singleton servlet

2005-12-06 Thread Frank W. Zammetti
/zyYkX46joRAlfpAJ0cdiTxXrSSdLfZ3znd63dSJesvJACgiFes PfU+fddjZNUPTT1gq0Ft69g= =tKjO -END PGP SIGNATURE- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: ServletContextListener - how to detect http path of web application?

2005-12-21 Thread Frank W. Zammetti
application (assuming it actually works!) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Wed, December 21, 2005 6:22 am, Tim Funk said: There is no way to detect the contextPath on servletInit

Re: ServletContextListener - how to detect http path of web application?

2005-12-22 Thread Frank W. Zammetti
[EMAIL PROTECTED] wrote: One reason a filter would be better is you can fully construct the URL dynamically, including the method and all that. Could you possibly map it to just the initial entry point of your app so that it doesn't fire with each request? Yeah I thought about that...

Re: login

2006-01-07 Thread Frank W. Zammetti
-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Image Scaling Code

2006-01-12 Thread Frank W. Zammetti
On Thursday 12 January 2006 19:31, Frank W. Zammetti wrote: I don't quite see how this is Tomcat-related, but... Your code can't connect to your X server, which is necessary for many Java graphics-related functions to work on a *nix system. I dealt with this at one point when getting DataVision

Re: Size of session bean

2006-01-14 Thread Frank W. Zammetti
classes in session context but they don't store very much. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect

Re: Spawning a thread

2006-01-14 Thread Frank W. Zammetti
Heavyweight Software for Heavyweight Needs www.heavyweightsoftware.com -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED

Re: Spawning a thread

2006-01-14 Thread Frank W. Zammetti
: Can you point me to some documentation about context listener threads? I have no idea what you're talking about. Thanks. George Sexton wrote: -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Saturday, January 14, 2006 1:20 PM To: Tomcat Users List

Re: data file access for servlet

2006-01-18 Thread Frank W. Zammetti
/TextReturnerServlet.java?view=markup Scroll down to the init() method and see how it gets an InputStream to the itemsFile. This is how you can do it context-relative. If you want to go to something outside the webapp, take a look at ServletContest.getRealPath(). -- Frank W. Zammetti Founder and Chief Software

[OT-ANN] Java Web Parts v1.0 beta3

2006-01-23 Thread Frank W. Zammetti
like the full-fledged Digester. Take care! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: Do idle servlets get unloaded/reloaded?

2006-01-24 Thread Frank W. Zammetti
Hi Blair, On Tue, January 24, 2006 2:41 pm, Blair Cooper said: I have a servlet running on Tomcat 5.5. If it sits idle for a while and then I hit it, the init() method gets called again. autoDeploy is set to false. Is this expected behavior? As per the servlet spec, the container can unload

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-27 Thread Frank W. Zammetti
On Fri, January 27, 2006 8:11 am, David Smith said: I will say I have used their products to develop solutions in the past and it's ... well ... interesting. The stuff works well when you know how to use it. Unfortunately I found their docs no where near the quality of Tomcat or Java which

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-29 Thread Frank W. Zammetti
Martin Gainty wrote: we just inherited some vb code that accomplishes a cryptography algorithm just to get this to run under windoze took me 4 hours..the lack of VB doc was the blocking factor or maybe its probably because Im not a VB guy and never will be btw that same functionality can be

Re: From Java to C#, ASP.NET [Off Topic]

2006-01-29 Thread Frank W. Zammetti
than I am! I wouldn't be surprised if VB is the next COBOL in that regard :) Frank Thanks Frank, M- - Original Message - From: Frank W. Zammetti [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, January 29, 2006 12:09 PM Subject: Re: From Java to C

Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
. In general though, it appears it is possible. One suggestion: change to a servlet mapping for the filter. IIRC, j_security_check is just a servlet that is set up by the container, so that might work. I kind of doubt it, but for the 30 seconds it'll take to try, worth a shot. -- Frank W. Zammetti

Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
Well, there you go Martin :) Tim, is this something peculiar to Tomcat that doesn't allow it? As I mentioned in my previous post, I in fact do this in an app running on Websphere. Or, maybe its a case of Websphere letting me do something it really shouldn't? -- Frank W. Zammetti Founder

Re: Servlet filter on j_security_check

2006-02-02 Thread Frank W. Zammetti
Interesting. Thanks for that info! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Thu, February 2, 2006 3:04 pm, Tim Funk said: If you want to be spec compliant

RE: [Friday] - finding the Mavens in the Java world

2006-02-03 Thread Frank W. Zammetti
with all the things we'd like to. (P.S., never do a count on *, it's less efficient :) ) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] On Fri, February 3, 2006 1:18 pm, Daniel Blumenthal said

Re: how do i compile servlets

2007-12-31 Thread Frank W. Zammetti
Servlets, unlike JSPs, are NOT automatically compiled by the container. You will need to compile your servlets yourself and place the .class files in WEB-INF/classes (or package them into a JAR and put them in WEB-INF/lib). Frank -- Frank W. Zammetti Founder and Chief Software Architect

Re: PDF problem on IE from JSP

2008-01-18 Thread Frank W. Zammetti
generic and applicable here (Tomcat vs. any other server doesn't matter, most of my issues... I've had the same issues under Tomcat and Websphere). http://wiki.apache.org/struts/ServingPdfDocuments?highlight=%28pdf%29 Frank -- Frank W. Zammetti Author of Practical Ajax Projects With Java Technology

Re: Hot to access raw POST Data in servlet?

2007-07-17 Thread Frank W. Zammetti
Have a look here: http://javawebparts.sourceforge.net ...more specifically this: http://javawebparts.sourceforge.net/javadocs/javawebparts/request/RequestHelpers.html ...the getBodyContent() is, I think, what your looking for. hth, Frank -- Frank W. Zammetti Founder and Chief Software

Re: ClientAbortException / Broken Pipe?!

2007-08-14 Thread Frank W. Zammetti
). I'd bet a box of donuts that it only happens for IE users. -- 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, ISBN 1-59059-695-1

Re: ClientAbortException / Broken Pipe?!

2007-08-14 Thread Frank W. Zammetti
When I used the phrase I'd bet a box of donuts, what I should have written was ...and if I'm wrong, it won't be the first time :) Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author

Re: ClientAbortException / Broken Pipe?!

2007-08-15 Thread Frank W. Zammetti
-- 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, ISBN 1-59059-695-1) and JavaScript, DOM Scripting and Ajax Projects (2007, Apress

Re: ClientAbortException / Broken Pipe?!

2007-08-15 Thread Frank W. Zammetti
what I would call no ill effect... ;) Does anyone have a smart idea how to compensate for this issue? Your right, I must not have read carefully the first time, I didn't realize there was a corrupt download involved here. Thanks in advance and best regards, Kristian Frank -- Frank W

Re: ClientAbortException / Broken Pipe?!

2007-08-15 Thread Frank W. Zammetti
system works. Just an observation though. Frank -- 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, ISBN 1-59059-695-1

Re: IE causes an ORA-00936 error, but not Firefox?

2008-03-28 Thread Frank W. Zammetti
://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Fri, March 28, 2008 1:30 pm, Brian Munroe wrote: On Fri, Mar 28, 2008 at 10:27 AM, Frank W. Zammetti [EMAIL PROTECTED] wrote: My first guess (and that's all it is, a guess!) is that you're trying to insert something coming from

Re: How can I refresh tomcat in the java code?

2008-04-02 Thread Frank W. Zammetti
the right question is how can you serve dynamically-generated content that is transient, i.e., not persisted to the file system. To answer that we'd have to know what kind of content it is, how it's generated, etc. Frank -- Frank W. Zammetti Author of Practical DWR 2 Projects and JavaScript, DOM

RE: How can I refresh tomcat in the java code?

2008-04-02 Thread Frank W. Zammetti
/ServingPdfDocuments?highlight=%28pdf%29 It's not really specific to Struts, so should help. Frank -- Frank W. Zammetti Author of Practical DWR 2 Projects and JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology for info: apress.com/book/search?searchterm=zammettiact

Re: Seeking advice as to what platform/framework to use for developing a tourism/tourist attractions web site

2008-05-02 Thread Frank W. Zammetti
many people don't agree. All I can say is I've got a ton of real-world experience with non-trivial enterprise-class applications that support it. Frank P.S. - Is that your real name by the way Layallex? If so, I've never heard it before, but it's pretty cool!) -- Frank W. Zammetti Author

Re: [OT] RE: Seeking advice as to what platform/framework to use for developing a tourism/tourist attractions web site

2008-05-02 Thread Frank W. Zammetti
only if someone wants to code it all themselves that your (and my) points come into play. Frank Frank W. Zammetti Author of Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology for info: apress.com/book/search

Re: Help with detecting session timeout

2006-02-18 Thread Frank W. Zammetti
From an applet? There probably is no easy answer... any solution would involve either polling the server from the servlet, or pushing the status out to the servlet... the later should be doable from a SessionListener... record the remote IP when the session is created, and send a ping to it

Re: Disappointed

2006-03-09 Thread Frank W. Zammetti
The Tomcat mailing list, like Tomcat itself, and like most open-source projects in general, are volunteer efforts. People will answer what they feel they can, when they can. You should start by having no expectation of getting an answer because you in fact may not, because no one knows the

Re: Disappointed

2006-03-09 Thread Frank W. Zammetti
Hehe, thanks for boiling my response down to a single line Leon! :) LOL Frank Leon Rosenberg wrote: http://www.catb.org/~esr/faqs/smart-questions.html :-) Leon On 3/9/06, Mike Sabroff [EMAIL PROTECTED] wrote: I have read and sometimes participated in these postings and answers in hopes of

Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Frank W. Zammetti
. In a perfect world I could continue to secure the user-accessible app with form-based auth, but secure just the path to the AXIS-based services via basic auth. I'm thinking the only way is to have a second webapp, but can anyone think of another solution? Thanks! -- Frank W. Zammetti Founder and Chief

RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Frank W. Zammetti
capabilities we provide with those filters, it should do the trick nicely. Jay -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net

RE: Somewhat OT: Multiple auth methods in one webapp?

2006-03-16 Thread Frank W. Zammetti
On Thu, March 16, 2006 2:26 pm, Caldarale, Charles R said: From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Subject: RE: Somewhat OT: Multiple auth methods in one webapp? Do you know, or does anyone else know, where the server looks for the credentials when the challenge box has been

Re: connection pool

2006-03-29 Thread Frank W. Zammetti
under Tomcat5 connection pool? Thanks in advance! Best regards, Edward - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect

Re: Container-Managed Password Expiration/Strength enforcing?

2006-04-07 Thread Frank W. Zammetti
] . -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent

Re: using digester from within a servlet

2006-04-23 Thread Frank W. Zammetti
and therefore not found by the digester. --Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Marc Farrow -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: using digester from within a servlet

2006-04-24 Thread Frank W. Zammetti
Christopher Piggott wrote: Frank W. Zammetti [mailto:[EMAIL PROTECTED] writes ... It looks to me like your ObjectCreate rule is incorrect... I believe the class you reference must be the fully-qualified name. That set me on the right track - thank you. My ObjectCreate rule was actually OK

Re: is there a possibility to define the startup order for webapps?

2006-04-24 Thread Frank W. Zammetti
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect

Re: j_security_check is there a way to force users to renew password

2006-04-26 Thread Frank W. Zammetti
the native j_security_check authentication mechanisms of tomcat? Ferindo -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel

Re: How i can exclude a url pattern for a filter ?

2006-04-29 Thread Frank W. Zammetti
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http

Re: stylesheets giving 404 after a long response time

2006-05-09 Thread Frank W. Zammetti
investigating it? -- Vivek. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: stylesheets giving 404 after a long response time

2006-05-09 Thread Frank W. Zammetti
Tomcat which is serving the resources. And I've made the timeouts to be infinity for my application so I don't think timeouts would be occurring. But in any case how does a timeout affect the fishing out of stylesheets? -- Vivek. On 5/10/06, Frank W. Zammetti [EMAIL PROTECTED] wrote: A 20 minute

Re: Retrieve certain session data inside a servlet

2006-06-02 Thread Frank W. Zammetti
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] . -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net

Re: struts-config xml file throws a java exception

2006-06-07 Thread Frank W. Zammetti
Olivier, can you post your struts-config.xml file here, or is it too large? You also may want to move this over to the Struts @user list, chances are its more appropriate there. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM

RE: struts-config xml file throws a java exception

2006-06-07 Thread Frank W. Zammetti
Olivier, what version of Struts are you using? Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM: fzammetti Yahoo: fzammetti MSN: [EMAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you

[ANN] Java Web Parts 1.0 (GA) is now available

2007-01-01 Thread Frank W. Zammetti
://javawebparts.sourceforge.net for further info, docs, downloads, all that jazz. We now return you to your regularly scheduled mailing list posts and wish every a happy new year! Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM

RE: [ANN] Java Web Parts 1.0 (GA) is now available

2007-01-02 Thread Frank W. Zammetti
a happy new year! Frank -- 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, ISBN 1-59059-695-1) Java Web Parts - http

Re: Standards Complaint Browser Campaign

2007-01-07 Thread Frank W. Zammetti
any sleep by not supporting anything older than 5.x browsers :) - -chris Frank -- 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

Re: Standards Complaint Browser Campaign

2007-01-07 Thread Frank W. Zammetti
JPBCunbZAnOr5vdUxl0Dpbo= =mHn6 -END PGP SIGNATURE- - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Frank W. Zammetti

Re: Record and simulate a web app

2009-02-18 Thread Frank W. Zammetti
/javawebparts/misc/package-summary.html I think that'll pretty much do as suggested. Frank -- Frank W. Zammetti Author of Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects With Java Technology (For info

Re: job announcement - Software Architect

2009-03-21 Thread Frank W. Zammetti
to be done by then. By the way, tapid iterative development usually ends in one or more suicides, loss of staff to the local Wal-Mart or any version of Windows Vista. Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical

Re: job announcement - Software Architect

2009-03-21 Thread Frank W. Zammetti
Err, that's Rapid or course dunno what tapid is :) -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects with Java

Re: What is the difference?

2009-05-14 Thread Frank W. Zammetti
. Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects with Java Technology (For info: apress.com/book/search?searchterm

Blank page when native DLL used

2009-05-25 Thread Frank W. Zammetti
. Is this a known issue, or has anyone else seen this? It's not the end of the world or anything, I'm more curious than anything really. Thanks, Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects

Re: Blank page when native DLL used

2009-05-26 Thread Frank W. Zammetti
with it, but you never know). Thanks, Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon) and Practical Dojo Projects and Practical DWR 2 Projects and Practical JavaScript, DOM Scripting and Ajax Projects and Practical Ajax Projects with Java Technology

Re: Blank page when native DLL used

2009-06-03 Thread Frank W. Zammetti
Hi Chuck, Nope, I just verified, I made no changes to server.xml at all... in fact, the only thing I did do was take all the preinstalled applications and remove them from webapps... I'd be surprised to learn it, but could that be the problem somehow? Thanks, Frank -- Frank W. Zammetti

Re: Blank page when native DLL used

2009-06-03 Thread Frank W. Zammetti
doing something stupid that I just can't catch). This is just for development so not a problem at all. If others see this though, maybe then it might be indicative of an actual problem. Take care, Frank -- Frank W. Zammetti Author of Practical Ext JS Projects with Gears (coming soon

[ANN] Java Web Parts Beta 5

2006-07-03 Thread Frank W. Zammetti
to you, have a look: http://javawebparts.sourceforge.net And for you Maven folks, JWP can now be found in the iBiblio repo! (beta4 at this point only though) Thanks, and have a great day! Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

[ANNOUNCE] New article: The AjaxParts Taglib from Java Web Parts: AJAX for Java Developers the Easy (yet powerful) Way!

2006-07-26 Thread Frank W. Zammetti
the benefits, and goes into some details about the capabilities it offers out-of-the-box, as well as the ways in which it can be extended to fulfill far more advanced users. Hope it is helpful, and take care! Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies

Re: [ANNOUNCE] New article: The AjaxParts Taglib from Java Web Parts: AJAX for Java Developers the Easy (yet powerful) Way!

2006-07-26 Thread Frank W. Zammetti
a Javascript snippet, and if it returns false, that aborts the request. Not sure which way we'll go yet (maybe both)... there is a feature request on the SF site, if anyone has an opinion, I'd love to have it recorded :) Frank Michael Jouravlev wrote: On 7/26/06, Frank W. Zammetti [EMAIL

Re: decompiling classes

2006-09-07 Thread Frank W. Zammetti
classes? Or was there special software needed to do so? -- 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, ISBN 1-59059-695-1) Java

Re: how to forward user to a page after container manager authntication ?

2006-09-10 Thread Frank W. Zammetti
to an specefic page after he/she successfully authenticated using form based authentication? if user fail to provide a wrong user/pass then he/she will be forwarded to login_error page , what if i need user to be forwarded to login_done after he/she logged in suggessfully ? thanks. -- Frank W. Zammetti

Re: Need Help w. Servlets And The JDBC.

2006-09-20 Thread Frank W. Zammetti
PROTECTED] -- 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, ISBN 1-59059-695-1) Java Web Parts - http

Re: Servlet in a .jar file? AJAX access?

2006-10-14 Thread Frank W. Zammetti
question, or did I misunderstand? Frank -- 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, ISBN 1-59059-695-1) Java Web Parts - http

Re: Tomcat5.5/Ajax problem, XmlHttpRequest.status = 0 (statusText = Unknown)

2007-03-11 Thread Frank W. Zammetti
? Thanks _ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+worldmkt=en-USform=QBRE -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo

Filter class not found problem

2007-04-01 Thread Frank W. Zammetti
-1.7.0\bin ...NO classpath defined... I don't think there's any other relevant env vars. Can anyone point me in the right direction? I'm pretty well stuck at the moment until I get this resolved. Thanks! Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http

Re: Filter class not found problem

2007-04-02 Thread Frank W. Zammetti
does have the javax.servlet.Filter class. On 4/1/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: Hey folks... I'm having a real pain of a problem here... vital stats: JRE 1.6.0-b105 (JDK 6) Tomcat 6.0.10 I have a filter that compiles fine but will not initialize... error that appears on Tomcat

Re: Filter class not found problem

2007-04-03 Thread Frank W. Zammetti
don't have to reinvent it! On Tue, April 3, 2007 3:11 am, Rashmi Rubdi wrote: On 4/2/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: Hey folks... I'm having a real pain of a problem here... vital stats: JRE 1.6.0-b105 (JDK 6) Tomcat 6.0.10 Since you have installed the JRE and not the JDK, I

Re: Filter class not found problem (looks like a possible Tomcat bug)

2007-04-03 Thread Frank W. Zammetti
Rashmi Rubdi wrote: On 4/2/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: Hey folks... I'm having a real pain of a problem here... vital stats: JRE 1.6.0-b105 (JDK 6) Tomcat 6.0.10 Since you have installed the JRE and not the JDK, I suppose you must set the JRE_HOME environment variable

Re: Filter class not found problem

2007-04-04 Thread Frank W. Zammetti
On Wed, April 4, 2007 11:21 am, Hassan Schroeder wrote: FWIW, I just installed 6.0.10 and dumped in a webapp of mine that uses a Filter as a front controller, and it works fine. I have both JAVA_HOME and JRE_HOME defined for convenience (so I can switch as I test/upgrade versions); right now

Java Web Parts v1.1 Beta 1 released

2007-04-08 Thread Frank W. Zammetti
can download the release, browse documentation, sample apps, etc., at javawebparts.sourceforge.net Thanks and take care, Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of Practical Ajax

Re: ClientAbort error

2007-04-10 Thread Frank W. Zammetti
sending the page to them. Nothing to worry about. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] . -- Frank W. Zammetti

Re: Java Web Parts v1.1 Beta 1 released

2007-04-13 Thread Frank W. Zammetti
(and the descriptions on the javadoc summary will usually point you in the right direction). hth, Frank -- 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

Re: Java Web Parts v1.1 Beta 1 released

2007-04-13 Thread Frank W. Zammetti
Woops, sorry about that folks... I didn't see the Cc list before I clicked Reply All. Didn't mean to cross-reply. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of Practical Ajax

Re: PLZ Help with java.net.SocketException: Connection reset

2007-04-30 Thread Frank W. Zammetti
that (except I guess filling up a log file if its happening *that* much). Frank -- 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, ISBN

Re: Session IDs XMLHttpRequests

2007-05-21 Thread Frank W. Zammetti
, and by extension, to the servlets/filters that execute to service the request. Frank -- 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