Re: Struts /silly question

2004-10-08 Thread Frank W. Zammetti
ust another class. Instantiate and call execute() (passing it all the objects the execute() method of Action A recieved of course) and that's that. I've done this, works just fine. BUT DON'T DO IT! The other posters are dead-on... If there's any way at all you can avoid

Re: Migrate xsl into jsp/struts

2004-10-19 Thread Frank W. Zammetti
for you... I'm not responsible for that thing any more so I'm not sure where it is, but really since the presentation is the part I bet you are most interested in, the JSTL tag Jeff mentioned is almost certainly a preferable option anyway. -- Frank W. Zammetti Founder and Chief Software A

Re: [OT] RE: AspectJ question / lumberjack

2004-10-19 Thread Frank W. Zammetti
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: For sorting columns on user side with records

2004-10-20 Thread Frank W. Zammetti
like this out there, which is what has given me pause in jumping right into it, along with a general lack of time of course :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Eddie Bush wrote: Hi Nitin, Struts is server-side - predominately a

Re: Request parameters not making it to Actions?

2004-10-22 Thread Frank W. Zammetti
not being made at any point (unless it's a navigation problem, i.e., back, which is still a possibility) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Fri, October 22, 2004 3:10 pm, [EMAIL PROTECTED] said: Hello all... I've got a

Re: Request parameters not making it to Actions?

2004-10-22 Thread Frank W. Zammetti
Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 7:35 PM To: Struts Users Mailing List Subject: Re: Request parameters not making it to Actions? Hi David, Nope, no redirects anywhere. When the NPE's occur, as near as I can tell, only some o

Re: [OT] Hosting Companies

2004-10-26 Thread Frank W. Zammetti
Lunarpages.com is quite good too. They're who I'm hosted with. -Original Message- From: "Rick Reumann"<[EMAIL PROTECTED]> Sent: 10/26/04 11:21:04 PM To: "Struts Users Mailing List"<[EMAIL PROTECTED]> Subject: Re: [OT] Hosting Companies Joe Hertz wrote the followin

Re: [OT] Hosting Companies

2004-10-26 Thread Frank W. Zammetti
Lunarpages.com is quite good too. They're who I'm hosted with. -Original Message- From: "Rick Reumann"<[EMAIL PROTECTED]> Sent: 10/26/04 11:21:04 PM To: "Struts Users Mailing List"<[EMAIL PROTECTED]> Subject: Re: [OT] Hosting Companies Joe Hertz wrote the followin

[Fwd: Re: Struts-BSF, Struts-Scripting [was Re: Proposal: Javascript-to-Java object conversions]]

2004-10-29 Thread Frank W. Zammetti
nd therefore a solution that is going to cover 75% of applications is probably useful. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Martin Cooper wrote: > Just curious, and I'm sure I'm missing something (which is why I'm >

Re: [Fwd: Re: Struts-BSF, Struts-Scripting [was Re: Proposal: Javascript-to-Java object conversions]]

2004-10-29 Thread Frank W. Zammetti
Sorry Struts Users list, this was intended for the Developer's list, I clicked the wrong address in my address book. D'oh! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Frank W. Zammetti wrote: Well, in all honesty, this isn&#

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
ode anyway, it actually happens about 20 lines after this. I'm going to take your suggestion anyway because I like adding checks that don't hurt anything, might save me a headache down the road, but I don't think this will address my initial problem. Thanks Luiz! -- Frank W. Z

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
this latter case, session will equal null. -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:49 PM To: Struts Users Mailing List Subject: Re: Session invalidation problem Another good point, and I'll add code to catch that. But,

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
sion, and hence that getAttribute() call in the Action shouldn't generate an IllegalStateException (I could see getting one BEFORE that point, but if it gets that far, as near as I can tell, it shouldn't be possible). Spot anything Brian? Thanks for your effort! -- Frank W. Zammetti

Re: How to disable Enter=Submit on struts form?

2004-11-08 Thread Frank W. Zammetti
e search should give you the right answer if I'm wrong. Not that this will stop enter working on ANY field, so if that's important, this won't work. You might also be able to check the keyCode onSubmit, but I'm not as sure about that. -- Frank W. Zammetti Founder a

Re: Session invalidation problem

2004-11-08 Thread Frank W. Zammetti
nd one in the next few days. I've been looking at this for probably a month now though off and on, so I'm not too confident. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Barnett, Brian W. wrote: Sorry Frank, but I don't see any

Re: talking about paradigms

2004-11-15 Thread Frank W. Zammetti
cause of the overall complexity of XSLT. Power and flexibility always come at costs in this line of work, and XML/XSLT-based solutions I think are a prime example of this. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: Yet, B

Re: JSP Code for DownloadAction

2004-11-26 Thread Frank W. Zammetti
Did the sample app not help you Jack? What wasn't clear from it? Maybe I can update it to be more helpful... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: Anyone have an example of JSP code for DownloadAction?

Re: JSP Code for DownloadAction

2004-11-26 Thread Frank W. Zammetti
hough, it can tell it's a file of some other type, and will either pass it along to a plug-in for display, or ask the user what to do with it. Of course, I just repeated what Andrew said really :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.o

Re: JSP Code for DownloadAction

2004-11-28 Thread Frank W. Zammetti
Good info. Thanks Andrew! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrew Hill wrote: I wanted to send this link along on Friday as well, but didnt have time to find it as I was trying to get home early. (Fat chance. Still ended up

Re: caching large data in web application

2004-11-28 Thread Frank W. Zammetti
done some variation of all these approaches at one time or other, so I can try and expand on things if you need me to. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrote: Whatever code updates the database will have to somewhere and

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
an updated JSP, or a new stylesheet, or modified images right into an app without having to restart, recompile, WAR or anything else (doesn't generally work for class or library changes, but half way is better than no help at all) -- Frank W. Zammetti Founder and Chief Software Architec

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
t certainly becomes obvious on the bigger projects that breaking things up would probably be better. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Eddie Bush wrote: Do people really deploy things to production like this? We generally just

Re: WAR based project layout vs Sun J2SE blueprint layout

2004-11-29 Thread Frank W. Zammetti
d, the exploded form doesn't really make much different vs. a WAR file as far as source control goes. I don't think many people put archives into source control, so in essence what's in source control is already in exploded form. It's eliminating the packaging step is all

Re: Tiles or Frames or Both

2004-12-06 Thread Frank W. Zammetti
27;t discard frames simply because it's not the "Struts way". Make the decision, as you should any other, on what will truly suit your needs best. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Luiz Esmiralha wrote: Hi Nadi

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Frank W. Zammetti
'm really getting to here, and I suspect it would be for the benefit of a great many people reading this, is the simple question, what is actually OK to do with threads in a servlet container and what isn't? Perhaps more importantly, what is the reasoning behind the answers? Any thoughts? (

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Frank W. Zammetti
(assuming us architects haven't speced out something ridiculous that is). At least, that's been my experience. I agree that a general answer to this question is near impossible, but I'll take a stab at in anyway... DON'T spawn threads inside a servlet container unless yo

Re: [OT]Threads and Servlets Question

2004-12-06 Thread Frank W. Zammetti
le to schedule anything, you'll need to deal with each host specifically to see what they'll let you or not let you do. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrew Hill wrote: DON'T spawn threads inside a servlet conta

Re: Best practice question: Properties (ShoppingCart) per user

2004-12-08 Thread Frank W. Zammetti
have a big load). But, using session might be easier, depends on how much work (and control) you want. For a shopping cart, the volume of data isn't going to be great, so no worries there. But, the golden rule with Struts to remember is no class-level variables! That's what all this is

Re: Struts or straight HTML button for action w/ no assoc. form?

2004-12-09 Thread Frank W. Zammetti
the case too often. I'm not saying go to that extreme, just venture forth with a little caution is all. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jeff Beal wrote: [EMAIL PROTECTED] wrote: This works fine, but I h

Re: Best practice question: Properties (ShoppingCart) per user

2004-12-11 Thread Frank W. Zammetti
ll put you on the right track if you understand what I'm saying. Write back if you have specific questions, I'll try and answer them. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Simon MARTIN wrote: Hi, I'm currently writin

Re: Page navigation links

2004-12-17 Thread Frank W. Zammetti
you would have to decide. I'm not sure something like this exists yet, I'd certainly think it does though. If you have to roll your own, I suspect it wouldn't be too difficult using this approach (assuming I haven't glossed over something that makes it impossible or overly dif

Re: external properties

2004-12-17 Thread Frank W. Zammetti
a deal the hard-coding is to you, may not be a big deal. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com liooil wrote: Hello world, What would be the best pratice to get properties from an external file? (I mean this file is not part of my war)

Re: Preview of an Image and text

2004-12-17 Thread Frank W. Zammetti
lient at that point, but you could alternatively submit the form, then in the reply construct the file:// reference to the image as I've done above. That would probably give you the best of both worlds, and also remove any cross-browser concerns. But, if you can do it without touching

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
al distaste for taglibs in most cases, I know many people disagree, but I figured you might as well know all your options, then you can choose whickever you prefer from an informed position. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com J

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
ability to change frameworks without touching my presentation layer (within some necessary constraints of course) You make perfectly valid points though, so throw it all into the hopper and make a decision Kedar! :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technol

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
TL tends to be just a hair more complicated (not much, but a little). -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Kedar Deshpande wrote: Both solutions seem like they will do the trick. thank you for giving me two choices to deceide from, i

Re: creating a for loop structure for multibox

2004-12-17 Thread Frank W. Zammetti
wanted to know that bad :) Eh, I knew I was saying something controversial to begin with :) I'm in the minority with regard to taglibs, I know that. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim and Frank. Frank W. Zammetti wrot

Re: Determine the previous action

2004-12-17 Thread Frank W. Zammetti
It actually strikes me as VERY curious that such a thing isn't already done by Struts (if in fact it isn't). Thinking about it, I know that you can get the ActionMapping that was last executed through request... Wouldn't that give you all you need? -- Frank W. Zammetti Fo

Re: [OT - Friday]Corporate Stupidity

2004-12-12 Thread Frank W. Zammetti
ck doesn't seem crazy to me. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Luiz Esmiralha wrote: In my country, it's against the law to take your fingerprints unless you are accused of a crime and only the police can do it. It

Re: test

2004-12-14 Thread Frank W. Zammetti
ssage. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Guillaume Cottenceau wrote: "Frank W. Zammetti (MLists)" writes: Please ignore me. Just seeing if my web host fixed the webmail problem I've been having. Thanks! No offense, bu

Re: Preview of an Image and text

2004-12-18 Thread Frank W. Zammetti
construct the img path: "> Something like that. The basic idea is that the JSP you send back as a result of the form submission is displaying the image from the user's PC, not your server. You just need to append the file:// part of the image's URI at some point. -- Frank W. Za

Re: returning to correct form after validating a page in a "wizard" form

2004-12-18 Thread Frank W. Zammetti
ike you do already, and return the appropriate forward. I assume I'm missing something because that's too obvious... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Janice wrote: Here's hoping somebody's still answering question

Re: Dynamically adding an ActionMapping

2004-12-19 Thread Frank W. Zammetti
ing to forgo thread safety? Just a thought anyway (and completely uninformed I admit because I haven't taken the time to look at any source to see what's currently done)... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Craig McClan

Re: Dynamically adding an ActionMapping

2004-12-19 Thread Frank W. Zammetti
r the situation we're discussing, but I think the theory is the same. Or are you telling me that even AFTER the addConfigItem() method exits that the internal structure of the HashMap isn't guaranted to be consistent? That's the only catch I can see, and if THAT'S what your

Re: Preview of an Image and text

2004-12-19 Thread Frank W. Zammetti
om that, assuming you made it that far :) Me personally, I'd go with something like HTTP2IMmage... My Windows-specific programming these days is limited to PocketPC development, not sure I'd want to get into anything too deep on the desktop these days. -- Frank W. Zammetti Founder

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
Obviously not a 4/A :) Now THAT was a powerhouse! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Barnett, Brian W. wrote: On TI-99: Out of memory -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Monday

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
Excellent, thank you Jeff! There's more discrete values than I had hoped, but I can still accomplish my goals. Thanks to everyone that has replied thus far! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com [EMAIL PROTECTED] wrote: Frank,

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
Geez, can't say I even knew there was a JVM for AS/400 :) I think I'm going to hold off supporting that OS with what I'm doing, at least initially. Thanks for the info though, I'll add it to my list, for when the time comes. -- Frank W. Zammetti Founder and Chief Softwa

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
It's in the mail :) (Of course, if I can finish what I'm working on tomorrow, I'll release that in lue of beer, and Christmas presents :) It's nothing Earth-shattering, but may come in handy for some folks) -- Frank W. Zammetti Founder and Chief Software Architect Omnyt

[OT] Request an app test (free beer!)

2004-12-20 Thread Frank W. Zammetti
rification to be sure nothing fishy is going on wouldn't hurt). If you could just post your OS and what the result was, I would greatly appreciate it. Thanks in advance! -- Frank W. Zammetti Founder and Chief Software Arc

Re: Accessing my form from an included page

2004-12-22 Thread Frank W. Zammetti
lking about for a minute! What I was trying to say was that the header.jsp code could have a giant if block that checks for every single possible Form Bean. It should only ever find one, the rest should be null (assuming request scope here), so in that way it can determine which bean to gr

Re: Why download messages twice??

2004-12-28 Thread Frank W. Zammetti
I'm seeing the same thing actually, have been for over a week. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com James Mitchell wrote: No, it's just you. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 67

Re: Which methodology is better?

2004-12-29 Thread Frank W. Zammetti
in. It's not a straight-forward answer, either way. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim Barrows wrote: -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 12:44 AM To:

Re: create text fields/radio buttons dynamically by reading from db

2005-01-03 Thread Frank W. Zammetti
n yes, this will appear ugly :) If you don't use them much now though, this really doesn't seem so bad. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com James Mitchell wrote: No, you will not be able to use the struts tags to gener

[OT] WinCVS problem (free beer!)

2005-01-05 Thread Frank W. Zammetti
ere? Again, sorry for the OT post, but I couldn't resist tapping the expertise of these lists. Thanks a lot! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To uns

Re: [OT] WinCVS problem (free beer!)

2005-01-05 Thread Frank W. Zammetti
pear to be that problem (plus I'm not seeing any drive activity, which I'd expect to see if it was doing what Glenn suggested). It's weird, I can move the window around no problem, but I can't do anything with any part of the interface (and large parts of the interface get &quo

Re: [OT] WinCVS problem (free beer!)

2005-01-05 Thread Frank W. Zammetti
was thinking maybe there's a delay. Just curious, I'll know for sure in the morning :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Lucas González Pearson wrote: This might sound stupid... but have you tried reinstalling it? - Or

Re: [OT] WinCVS problem (free beer!)

2005-01-06 Thread Frank W. Zammetti
;t seem to have that capability. With that in mind, TortoiseCVS seems the past of least resistance for me. Thanks for your help! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Daniel Perry wrote: Give tortoisecvs a try. I personally prefer it

Re: ActionHelpers with FZLISTS

2005-01-06 Thread Frank W. Zammetti
ut(className, instance); } return (instance); } -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please explain Struts Chain

2005-01-06 Thread Frank W. Zammetti
dropping one or two Command objects from the sequence, the ones corresponding to the preprocessing steps I do now) for a normal request. Just curious at this point, but your quick writeup here was very informative, so I figured I'd ask :) -- Frank W. Zammetti Founder and Chief Softwa

Re: Please explain Struts Chain

2005-01-06 Thread Frank W. Zammetti
Nice and clean! Although it's probably true I could just do the redirect like I do now from the chain Command, but that seems contrary to the whole idea to me. Eh, I feel like I've hijacked this thread now, so let me get off this topic for now. Thanks for your insight though Joe! -- Frank

Re: Q. Should a J2EE architect be an HTML expert

2005-01-07 Thread Frank W. Zammetti
oing to hurt. Know as much as you can about as much as you can. Generalists are FAR more valuable in my experience than those that know one or two things like the back of their hand. Better to have a good grounding in a wide variety of disciples. -- Frank W. Zammetti Founder and Chief Softwar

Re: JSP bean

2005-01-07 Thread Frank W. Zammetti
and that would deal with the situation where you can't alter the beans' source. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Jim Douglas wrote: Frank, You're using it from an ActionFormI have this problem in a cla

Re: Attributes, Parameter or Class

2005-01-08 Thread Frank W. Zammetti
as part of a HashMap for instance. Expose a thread-safe getter method and your all set. Of course, that implies that you have some identifiable ID to look up for each user, and I'd think userID would be it :) That aside though, wouldn't just storing it in session do what you wan

Re: Attributes, Parameter or Class

2005-01-08 Thread Frank W. Zammetti
Maybe it's simple, like I thought it might be, maybe it's not. I gave him the simple answer, you gave him a not-so-simple answer. Maybe we helped, maybe we didn't, he'll have to come back with more details if not. -- Frank W. Zammetti Founder and Chief Software Architect

Re: Attributes, Parameter or Class

2005-01-08 Thread Frank W. Zammetti
any other dimension of this question, regarding general design or JDBC code design and so on, I'm going to stay away from all that. I think I've answered the question you initially asked, but feel free to inquire further if not. -- Frank W. Zammetti Founder and Chief Software Architect Omn

Re: Attributes, Parameter or Class

2005-01-09 Thread Frank W. Zammetti
suspect that's the end of the story :) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Wendy Smoak wrote: From: "Jim Douglas" <[EMAIL PROTECTED]> I simply want to access an UserID from anywhere in an web-app. JSP, method of any

Re: flexbible JSP

2005-01-09 Thread Frank W. Zammetti
typical solution. What you probably want to do is populate the ActionForm associated with the request, and access that in your JSP. Also, most people will tell you to use the taglibs instead of scriplets (everyone except me actually, but in this case you might be better off listening to them

Re: ActionForm and Custom Tag

2005-01-17 Thread Frank W. Zammetti
27;t want to handle it in validate(), instead handle it in an Action and just have a element that returns to your input page (or a separate error page if more applicable). Does that help Peter? -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.c

Re: ActionForm and Custom Tag

2005-01-17 Thread Frank W. Zammetti
cipation of your answer... when the user clicks a date, is your thinking that the page they see should change, i.e., they should move on to another screen, or are you thinking you just want an error message (or no error message if it's a valid date) on the SAME screen? -- Frank W. Zammett

Re: Session Strategy

2005-01-19 Thread Frank W. Zammetti
your request is to (Action or JSP directly), or any other resource, assuming the app server serves everything. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com David G. Friedman wrote: I'll suggest option #3: Hide all JSP's under /WE

Re: Session Strategy

2005-01-19 Thread Frank W. Zammetti
y case, I'm not trying to argue the point or anything, it's certainly a valid approach. Just an interesting perspective to me is all. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Andrew Hill wrote: Id support the filter sugges

Re: Session Strategy

2005-01-20 Thread Frank W. Zammetti
I'm not sure I agree with the point, but I do see where your coming from. It's debatable I think, but you make a reasonable argument. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Will Stranathan wrote: Nope - Andrew is right -

Re: Filter for Expired Sessions

2005-01-21 Thread Frank W. Zammetti
what can reasonably be described as an Elder Statesman of the general computing community at this point, am not offended by this, in all likelihood, you shouldn't be either. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Dakota Jack wrot

Struts Web Service project on SF.net

2005-01-21 Thread Frank W. Zammetti
be relevant and helpful to some folks. P.S. - As I said, it's my first experience with SF, and with CVS as well, so I've likely set some things up wrong. But, at the end of the day, the code and everything else is up there, so it's probably good enough. -- Frank W. Zammetti Fo

Re: constants interface

2005-01-22 Thread Frank W. Zammetti
ng with a local variable, a class member, or something inherited. The difference isn't severe I think, but the first seems just slightly more intuitive, and that's always a good thing to me. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com C

Re: constants interface

2005-01-22 Thread Frank W. Zammetti
David, I'm snowed in today here in Pennsylvania, so I can't go out and get that book :) Can you enumerate some of the reasons Bloch advocates this? It seems like a reasonable thing to suggest, I'd like to know his rationale for it though. -- Frank W. Zammetti Founder and

Re: Struts Web Service project on SF.net

2005-01-22 Thread Frank W. Zammetti
ought at this point based on a cursory glance at what's out there now. Hopefully time will allow something more in-depth soon. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Vic wrote: Sounds like an interesting project. Once 1.3 is a bi

Re: Struts Web Service project on SF.net

2005-01-22 Thread Frank W. Zammetti
it is in the thread "Re: Please explain Struts Chain" on Friday the 7th. Maybe you were thinking of another summary, but I don't remember another one. I don't remember if it was you or not, but if so then yes, it was a good summary indeed. My squeemishness is expanding expon

[OT] Re: constants interface

2005-01-22 Thread Frank W. Zammetti
y team members doing. I do think you make a reasonable argument though, that's the bottom line. Interesting debate for sure both ways! -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com

Re: Struts Web Service project on SF.net

2005-01-22 Thread Frank W. Zammetti
hat are not included in the download package is at least, aehm... irritating :-) java -cp . WSClient Web Services Interface Test Client v1.0 Frank W. Zammetti --- See testsrvc.bat for usage Yeah, good point :) Just an oversight... that&#x

Re: Struts Web Service project on SF.net

2005-01-22 Thread Frank W. Zammetti
ncer, but are you reinventing the wheel? I wish I was curing cancer! :) I don't think I'm reinventing the wheel, but I wouldn't argue that I might be inventing a slightly different kind of wheel. That's probably fair. w -- Frank W. Zammetti Founder and Chief Software Archite

Re: [OT] Re: constants interface

2005-01-22 Thread Frank W. Zammetti
x27;s not like we're trying to decide if the B5 movie should have Peter Woodward playing Galen (I will blow up the studio if he's not). We're just talking code here. Heck, it's not even a major issues no matter which side of the fence your on. Let's pull back from th

Re: Struts Web Service project on SF.net

2005-01-23 Thread Frank W. Zammetti
reasons I don't see that as realistic any more, or even desirable. But, I do think it's another tool in the toolbox, something that might be good in some situations, and options are never a bad thing I figure :) Craig -

Re: [OT] Re: constants interface

2005-01-23 Thread Frank W. Zammetti
The first way. I think we all agreed with that answer before we veered off into debate :) The second, as I recall, was universally said to not be a terribly good idea. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Carl Smith wrote

Re: PlugIn and the base URL

2005-01-25 Thread Frank W. Zammetti
I seem to remember trying to solve this problem myself and coming to the conclusion that there was no way to do it independent of a request. I wound up just sticking it in my application config file that gets read in the plugin anyway. Can anyone prove me wrong? :) -- Frank W. Zammetti

Re: PlugIn and the base URL

2005-01-25 Thread Frank W. Zammetti
() to see. The Javadocs indicates the attributes are container-specific though, so I'm not sure he'd want to use that anyway. This is just a matter of curiosity for me at this point, I long ago solved this problem another way. I'd like to know how to do it though. -- Frank W. Z

Re: PlugIn and the base URL

2005-01-25 Thread Frank W. Zammetti
That is actually useful, but I don't think it's what the OP was looking for... I think he literally wants the complete URL to the current webapp's root. That's what I was looking for way back when too. -- Frank W. Zammetti Founder and Chief Software Architect Omnyt

Re: PlugIn and the base URL

2005-01-26 Thread Frank W. Zammetti
WAR there. Kind of a little installer that deals with everything in a fairly nice way. Still needs a human to provide the URL, but I don't see a way around that. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com Martin Wegner wrote: Da

Re: Struts Web Service project on SF.net

2005-01-28 Thread Frank W. Zammetti
That was my point exactly. :) Especially when you already have the application implemented in Struts, something like my project makes some sense. If you were writing something new, you might want to do things differently. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex

Re: Blocking direct access to JSPs

2005-01-29 Thread Frank W. Zammetti
xpose a stack trace, but it depends how far you want to carry the argument. Of course, you could always do: <% if (request.getAttribute("cameFromServer") != null) { %> // The page here <% } %> Sure, it requires two lines in all JSPs, but it should solve the problem. Anyway,

[OT] Logging Question

2005-01-30 Thread Frank W. Zammetti
uot;J2EE-compliant"... I'm awaiting clarification on what that actually means in this context... It sounds nonsensical to me, but... Does anyone know of any concerns that might make sense in the context of that statement? Thanks all! Frank W. Zammetti ---

[OT] Logging Question

2005-01-30 Thread Frank W. Zammetti
uot;J2EE-compliant"... I'm awaiting clarification on what that actually means in this context... It sounds nonsensical to me, but... Does anyone know of any concerns that might make sense in the context of that statement? Thanks all! Frank W. Zammetti ---

Re: [OT] Logging Question

2005-01-31 Thread Frank W. Zammetti
s expertise I'd say I trust, so I'm not trying to throw anything in his face or anything, but if my company is laboring under a false bit of information, namely that Log4J is a problem for someone reason, and it's not actually true, someone, looks like me!, has to let t

Struts Web Services (StrutsWS) Update

2005-02-04 Thread Frank W. Zammetti
s the link to the SourceForge page: http://sourceforge.net/projects/strutsws/ This is the first version I think might be ready for general public consumption, but I'm leaving it in beta a while to see how it goes. Please have a look at the history file for all the changes. Thanks everyone!

Re: How to Resize the window in my popup

2005-02-09 Thread Frank W. Zammetti
t=924,scrollbars=yes,resizable=yes, location=no "); previewSummary.focus(); } ...just change them to the size you want. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com senthil Kumar wrote: my code is here. function MM_callProje

Re: How to Resize the window in my popup

2005-02-10 Thread Frank W. Zammetti
- Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, February 10, 2005 10:57 AM Subject: Re: How to Resize the window in my popup > Sim

Re: How to Resize the window in my popup

2005-02-10 Thread Frank W. Zammetti
- Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, February 10, 2005 10:57 AM Subject: Re: How to Resize the window in my popup > Sim

RE: session race / transfer issue

2005-02-10 Thread Frank W. Zammetti
I had a very similar problem some months back. It turned out to be a proxy server in the network caching pages too aggressively. We have a welcome screen that says hello to the user by name, based on a value pulled from session. Many times, anyone who logged in would be greeted by the wrong n

RE: session race / transfer issue

2005-02-10 Thread Frank W. Zammetti
I had a very similar problem some months back. It turned out to be a proxy server in the network caching pages too aggressively. We have a welcome screen that says hello to the user by name, based on a value pulled from session. Many times, anyone who logged in would be greeted by the wrong n

  1   2   3   4   5   6   7   8   9   10   >