Re: [OT] Re: Is It Possible to Code Using Struts and JSF at the S ame Time?

2005-04-04 Thread NetSQL
Benedict, Paul C wrote: It is very difficult to divorce that little phrase from the general implication that we should all move away from Struts in new projects. I do not think it is true. +1. One can look at Dice new jobs on new projects and see what % is for Struts and what % is JSF. Go look

Re: [REFERENDUM] Struts is a Community

2005-04-10 Thread NetSQL
Ted Husted wrote: What do you say? Are we a product or a community? Here's my +1 for community. -Ted. I have been talking about JDNC and Flash so loonnggg. +1 for community. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: memory usage

2006-02-14 Thread netsql
Are you using r/o request "beans" or session r/w "beans"? How many users at a time? What is the mix? How many bytes per columns/rows? (ex: displaytag) Also, what is your DAO (data) caching plans? This in my designs is majority of RAM usage. I built one site to support 10,000 concurent users,

Re: [OT] Hiding methods

2006-02-16 Thread netsql
Wow. Why not method(args, this); so you know the calling object. or better version. register(this); method(arg); Plenty of OO designs. Or just don't make it public, there are 3 "modifier" choices left other then public, including package/friend. I would just expose an

Re: [OT] Hiding methods

2006-02-17 Thread netsql
Ahh... that's what code defensively means. :-) Some threads are just more fun. .V Frank W. Zammetti wrote: What's wrong with the implementation? And, if it took my replacement a week to figure that out, I would hope he'd have a replacement shortly thereafter :) Frank

Shale article

2006-03-03 Thread netsql
http://www-128.ibm.com/developerworks/library/j-shale0228/?ca=dgr-lnxw07Shale or WW2? Which does services better? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT]Struts - AJAX, best solution

2006-03-14 Thread netsql
Which AJAX framework do you want to use? (and then do you need Struts) .V Ashish Kulkarni wrote: 1 What is the best soluction to have struts and AJAX work together? - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [OT] Jasper Reports

2006-03-15 Thread netsql
Did you want to send an email to him or did you want to post in Jasper Reports forms to see if someone can help you. .V Nandakishore Nekkanti wrote: HI Teodor Danciu I am facing a problem while using Jasper Reports. I am using JRxlsExporter to export to Excel fromat.I want to export the repor

Re: has struts reached the saturation

2006-03-15 Thread netsql
So I got to talk to a few start ups in SV. Here is my guess of market share of new projects in '07. If you disagree, I will give you a refund. 1.C# is big ( Maverick.net I hope. I am surprised how many companies are converting this quick) 35% 2.Ajax is big (client side, not emitted from server

Re: has struts reached the saturation

2006-03-16 Thread netsql
A similar question would be: What if one developed in Ajax, and the back end tech stack did not matter. What Ajax framework would you use would matter. .V Michael Jouravlev wrote: What if you developed components in good old JSP, and used whatever action framework you like, ---

Re: Struts CMS ?

2006-03-19 Thread netsql
http://sourceforge.net/projects/infonoia .V On 3/18/06, Shshank Jain <[EMAIL PROTECTED]> wrote: Hii, Are there any Content management systems (CMS) which can be easily integrated into Struts based systems ? Presently trying to get things working with lenya. -Shanky --

ot: cool os projects

2006-03-19 Thread netsql
http://www.wilsonresearch.com/2006/ostgawards06/ostgawards4.php .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AppServer comparison analysis (O/T)

2006-03-23 Thread netsql
Let me make it simple for all you noobs: Resin! (It does PHP just like JSP, Groovy, 5x faster, easy reloader, used by most seniors on this list ) and most popular of the list: http://news.netcraft.com/archives/2003/04/10/java_servlet_engines.html .V Martin Gainty wrote: By far the most co

Re: [ANNOUNCE] Struts Shale Framework 1.0.2 Alpha

2006-03-29 Thread netsql
Congrats, devs! .V Wendy Smoak wrote: The Struts team is pleased to announce the release of Struts Shale 1.0.2 Alpha. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [OT] JMS, RMI, CORBA, SOAP or what?

2006-03-29 Thread netsql
I use Hessian protocol. Also, consider OSGi (Eclipse) for breaking up a war into modules. .V Leon Rosenberg wrote: On 3/29/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote: Leon Rosenberg wrote: But I think that CORBA can compete very well here! Or do you have other impressions? Nope, just w

Re: I Apologize

2006-03-29 Thread netsql
I have been on this list since '00 and this is the fastest they have been releasing. Thanks for the fast pace devs. (I do not mean to be sarcastic, I do think the pace is quite fast). .V "Why did Struts development stagnate?" -

Re: [FRIDAY] Rarely available images - Berners Lee, Gates, Jobs, et al

2006-03-31 Thread netsql
We should on wiki have "mug shots" of the Struts devs!!! You think? I have meat in person most of them, but ... other might want to see. So if someone want to start a gallery on wiki (or a photo site) if the like. .V ps: not a dev, but here is one mug shot of me http://struts.1up.com Ted Husted

Re: MVC Dilemma

2006-04-07 Thread netsql
#1. Most DB's let you connect to another DB, even to another vendor to do a join. That be the simplest. #2. What ever you are doing you need to do in the DAO layer only ( and I do not see how transcations are helping you on a select). So I suggest you document a unit test of what you want the

Re: MVC Dilemma

2006-04-08 Thread netsql
So... how do you do it again? /server irc.darkmyst.org ? or ... (I tried in X-Chat) tia, .V Larry Meadors wrote: Join us on irc.darkmyst.org @ #funkycodemonkey, Dakota. Vent your frustrations there. It's fun. ;-) - To unsu

friday ha ha

2006-04-14 Thread netsql
http://www.theserverside.com/news/thread.tss?thread_id=39840 .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ot: tibet ajax download

2006-04-15 Thread netsql
the reviews on o/s tibet are great. I can't figure out how to download it? Can someone help a noob download? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: friday ha ha

2006-04-18 Thread netsql
Call me silly, but I use my brain to figure out what to use. I think Struts-devs said they are writing something new, once the new thing is established... then someone can say that in relation to the new release, 1.3.1 is an older release, and that's all. It's good to separate MVC, mostly peo

Re: friday ha ha

2006-04-18 Thread netsql
Well, except that the "new thing" is not new. It's just Webwork, which is a competing framework, that has been around for years. "Struts Action 2" is just a relabeling of Webwork. Some package names and so on change, but it's just webwork. Clearly you have no idea what you are talking a

Re: friday ha ha

2006-04-21 Thread netsql
This is like wizard of Oz. "Go Away". "But we cam to get a hart, a brain, courage " "No one here now" Why would anyone care if struts is not being "marketed" or need others to approve of you decision to use something else? If you find Spring better, good for you. If you find JSF better, good

today in Silicon Valley

2006-05-15 Thread netsql
http://www.baychi.org/bof/java/20060515 This is today. I'll be there, you can say hi. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

This is my 1st blog

2005-09-30 Thread netsql
I wonder if it works, this blogger of mine. - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband internet. ~~1128092353449~~ -

Re: This is my 1st blog

2005-09-30 Thread netsql
Ooops. that would be a bug w/ 1.3 roomity :-( (a blog does not post! huh) .V netsql wrote: I wonder if it works, this blogger of mine. - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband

ot: Re:[Announce] Struts Sidebar for Mozilla browsers

2005-10-01 Thread netsql
//Contrast it to creating an IE sidebar: And how I get IE on Fedora ;-) One thing about FireFox... current version 1-1.5 is staticaly linked and not embedable; unlike mozilla... they said they'll fix it. .V (shameless plug #10,324: go to http://yum.roomity.com - it installs Mozilla w/ all plu

OT Ann : Roomity v 1.5 w/ video and html editor + JDNC article

2005-10-29 Thread netsql
-- http://Struts_User_List.roomity.com";>Struts_User_List.roomity.com Your Roomity Broadband Webapp ~~1130632438770~~ --

Re: Struts + Spring + Hibernate

2005-11-02 Thread netsql
ity.com/demo.jsp> cell: 917 825 3035 in DFW email: netsql at roomity.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT ANN] Roomity v 1.5 w/ video, social networking and html editor + JDNC article

2005-11-04 Thread netsql
Roomity.com v 1.5 is a web 2.01/RiA poster child community webapp. This new version ads broadcast video, social networking such as favorite authors and html editor. It likely already has groups and content you are already using but aggregated and safer, including technology, Java, etc., but it o

Re: Why Chain over Action?

2005-11-07 Thread netsql
hoo.com -- thx, .V Your Roomity Broadband Community <http://roomity.com/demo.jsp> cell: 917 825 3035 in DFW email: netsql at roomity.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OT: Best AJAX framework

2005-11-10 Thread netsql
ve to understand what Ajax is. -- thx, .V Your Roomity Broadband Community <http://roomity.com/demo.jsp> cell: 917 825 3035 in DFW email: netsql at roomity.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Struts and SEO

2005-11-17 Thread netsql
You can have a nighly job that creates plain jsp's per content, that link/redirect to your dynamic content. You can have mutiple domains/boxes with this "static/artifical" content, thus increasing ranking. ( I write async. jobs in Groovy myself... you can use Python or .. grrr... Java) When rob

making a "real" full 1.3 ... help on ajax pick?

2005-11-18 Thread netsql
(I used to make on sf.net many years ago a zip of a compleate Struts, jstl, w/ tomcat, etc.) It be nice to make a zip of a Struts 1.3 start.zip that includes a super simple master/detail(displaytag) and standard development enviroment. It would include things that we normaly and regulary use

Re: making a "real" full 1.3 ... help on ajax pick?

2005-11-18 Thread netsql
I re-read it. This looks great: http://dojotoolkit.org/archive/dojo-2005-11-07/demos/widget/ .V Wendy Smoak wrote: This thread might help: http://www.nabble.com/OT%3A-Best-AJAX-framework-t511421.html -- Wendy - To uns

Re: making a "real" full 1.3 ... help on ajax pick?

2005-11-20 Thread netsql
Self reply: Has anyone used Rico or Dojo or DWR and or Frank's thing made it to production? comments? Urls? Rico demo looks cool. .V netsql wrote: I re-read it. This looks great: http://dojotoolkit.org/archive/dojo-2005-11-07/demos/widget

Struts news releases this weekend and status links

2005-11-26 Thread netsql
http://wiki.apache.org/struts/SnapshotGuide11 A lot going on, I just linked a guide for wiki .V CEO http://pointcast.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OT: OutOfMemory

2005-11-27 Thread netsql
http://tomcat.apache.org/faq/memory.html#adjust Eric Plante wrote: I'm on windows XP and the only catalina files that might serve for configuration are Catalina.properties and catalina.policy - To unsubscribe, e-mail: [EM

Re: [ANN] AjaxChat Now Available

2005-11-29 Thread netsql
Impresive! Presumably it could work w/ Shale Ajax module. .V Frank W. Zammetti wrote: I am happy to announce the availability of AjaxChat at the Struts Apps project on SourceForge. AjaxChat is, as I'm sure you've guessed, a Struts-based chat application utilizing AJAX techniques. I wrote i

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-02 Thread netsql
in CoR so it could be ported to Shale and others :-) ? .V Ted Husted wrote: and a iBATIS JPetShop port would be next. Film at 11. :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-02 Thread netsql
Rick ...realy consider Rails crowd input. Please spend 2 hours on Groovy, as per example on Resin. I am going to find a way for CoR create Groovy classes. .V Rick Reumann wrote: aimed to simplify the developers life requiring no configuration, What?? No configuration? You mean you ar

Re: Integrating Struts in DWR??

2005-12-03 Thread netsql
Sorry to be a broken record but Shale + DWR might be a good combo to consider since Shale has an Ajax module. .V Frank W. Zammetti wrote: From the DWR web site: http://getahead.ltd.uk/dwr/server/struts Just reading through it quickly, that's just about what I would have suggested too i

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-03 Thread netsql
If JSF spec gets refactored in some future to simplify ( just like EJB3, maybe we need to wait for JSF v3, and like EJB likely things will get worse before they get better) everyone wins. CoR is great, it's KISS, and imo better than Spring factories for configuration. I now think *Shale is most

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-04 Thread netsql
Frank W. Zammetti wrote: what does this AJAX module offer that can't be accomplished outside Shale with little difficulty? I ask because, AJAX being nothing but normal HTTP requests, is inherently supported by any web framework in existence today. Oh, don't get me wrong, there are some nic

Re: Integrating Struts in DWR??

2005-12-04 Thread netsql
But Ajax is only one example of Remoting and "RiA". If Shale lets me do JDNC remoting (and 6 others) as well, that's a plus and less refactoring. Yes, if everything is COR, one is ahead of the game (and that is my case at the moment, everything is COR on back end). ot: http://prototype.conio.n

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-05 Thread netsql
I think this would help you: http://wiki.apache.org/struts/SnapshotGuide11 .V Preston CRAWFORD wrote: I think that's part of the confusion, though. Struts = Legacy Struts 1.2.x - Action based architecture Struts Shale = Framework that leans on JSF and has a compatability layer written so it

Re: [FRIDAY] Struts 1.x is Struts Classic after all

2005-12-05 Thread netsql
It's happened before: Appache HTTP server. Or Apache Commons? Just Appache means the server... or ASF? Realy, it's no big deal. A rose by any other name! .V Preston CRAWFORD wrote: Or back to my example. Apache Jakarta Struts Shale. ---

Re: Online Struts Tutorial

2005-12-08 Thread netsql
In the wiki, I think there's a rick reuman Struts and iBatis tutorial Access Denied wrote: Would someone please recommend a current tutorial that may include iBATIS integration? tia, am - To unsubscribe, e-mail: [EMAIL PROT

Re: Online Struts Tutorial

2005-12-08 Thread netsql
there not even 1.3, hold on early adators. .V Is 1.x usage so different from 2.0 ? Does it make sense to start from 1.x and then move to 2.0 features or it is better to start from 2.0 right away? - To unsubscribe, e-mail:

Re: Online Struts Tutorial

2005-12-08 Thread netsql
There is no concreate Struts 2.0 afaik! So you can't use it to build. There's hardly a 1.3 you can download yet to even try. Lots of changes are yet to happen to "Ti" even at high level. No Api has been set. And no date set for it. Look how long 1.3 has been baking. .V Michael Jouravlev wr

Re: Online Struts Tutorial

2005-12-08 Thread netsql
Opps. We used iBatis 2.0 on a project 2 years ago, 1up.com. The main difference is that it does not need to map as much, looked similar to me, minor things. So 2.x all the way. .V Michael Jouravlev wrote: Er... Actually, I was asking about IBatis 1.x vs. IBatis 2.x. Thanks for giving me insig

Jan 12th

2005-12-20 Thread netsql
http://java.sys-con.com/read/165115.htm .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How does Shale affect my Struts development

2005-12-29 Thread netsql
One way to do is do CoR, which is optional for 1.x, built into 1.3+. CoR mandates a signature, so if you do all the work there, you can call it from anywhere, as all newer build from Struts come w/ CoR jars. .V Any thoughts? --

Re: Web Push Technology

2006-01-09 Thread netsql
otoh, back to the future... pointcast.com! My current version 1.5x is pull. Version 2.0 that is in alpha and not released will be push (and allow for offline reading, like on a laptop on plane, plus a few more neat features). .V souravm wrote: Raghu/Frank, You are very right in saying that

very ot/friday: Swing (Vic)

2006-01-11 Thread netsql
So you know how I like to spin RiA, nothing to do w/ Struts? here is some Swing thread: http://www.theserverside.com/news/thread.tss?thread_id=38473 ;-P .V ps otoh: Anyone building a portal should consider Drupal, it can now run on Resin. ---

Struts presenation post

2006-01-13 Thread netsql
http://jroller.com/page/pdelaney?entry=struts_an_embarrassment_of_riches .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

wicket's #1 ??

2006-01-14 Thread netsql
http://jroller.com/page/dashorst?entry=delicious_wicket_takes_the_lead by links it seems. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wicket's #1 ??

2006-01-14 Thread netsql
lieve that one. Have you ever read wicket? *yuck* -David, full of personal opinions and obviously not a Japanese Wicket promoter like that blog sampled -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of netsql Sent: Saturday, January 14, 2006 9:29 AM To: user@struts.a

ot: more on wicket

2006-01-16 Thread netsql
http://www.javalobby.org/java/forums/t60786.html .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Starting with struts again

2006-01-17 Thread netsql
http://wiki.apache.org/struts/StrutsBook .V Any books, online articles, etc. of what to use and how to structure the code? Basically I want to make sure I am using it the "right" way as the best approach has probably changed since I last used it.

Thread on JSF.... and a podcast, in case you like to try a pod cast

2006-01-19 Thread netsql
For those that are not tired of framework wars: http://www.theserverside.com/news/thread.tss?thread_id=38601 I think Shale can be used w/ different view layer, ex: Wicket. I also think Shale WAR can be done in Groovy (it makes class files). That would be a good combo for the "old" browser tech

OT: Is there a very simple "MVC" for ASP 2005 w/ a tutorial? Something to show my poor friend about taking SQL out of ASP but very simple.

2006-01-19 Thread netsql
tia, .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Poll: What part of a Struts will be the most important to support for migration?

2006-06-12 Thread netsql
How little do I have to change my JSP! .V 6. HTML tag libraries 7. Other (please explain) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Googl's ajax comments?

2006-06-28 Thread netsql
http://www-128.ibm.com/developerworks/library/j-ajax4/index.html?ca=dgr-lnxw07GWT4Ajax What do people think relative to Struts 2's built in Ajax? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Continuing after authentication

2006-07-12 Thread netsql
Most people use JAAS/JDBC reals built into app servers like Resin, Tomcat, etc. It's done for you... and bug free. http://tomcat.apache.org/tomcat-5.5-doc/realm-howto.html .V James Woodward wrote: Hello everyone, I'm trying to figure out if there is an elegant solution to what I want to do.

ot: cvsignore not ignoring

2005-04-14 Thread Vic Cekvenich (NETSQL)
so I create .cvsignore and cvsignore all over place, including CVSROOT for *.class and... it still syncs classes. anyone know? I guess sign up for the cvsmail list. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: ot: cvsignore not ignoring

2005-04-14 Thread Vic Cekvenich (NETSQL)
Craig McClanahan wrote: Did you check your .cvsignore files in to the repository? If you do, they get respected on future transactions. Yes. The on next cycle I compile and it wants to sync class files. Of course this is Eclipse 3.1. I wonder if I should try some CVS gui tool to double check.

Re: ot: cvsignore not ignoring - solution I think

2005-04-14 Thread Vic Cekvenich (NETSQL)
Vic Cekvenich (NETSQL) wrote: Craig McClanahan wrote: Did you check your .cvsignore files in to the repository? If you do, they get respected on future transactions. OK, that works for "new" files, but if x.class is already there, it will sync, so I had to

Re: AJAX: Whoa, Nellie!

2005-04-18 Thread Vic Cekvenich (netsql)
Stéphane Zuckerman wrote: if this were to be integrated in Struts, my life would be easier. I too will now check it out. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AJAX: Whoa, Nellie!

2005-04-19 Thread Vic Cekvenich (netsql)
Michael J. wrote: People just should stop thinking in terms of "client-side scripting" and start thinking in terms of "client-side rendering" :-) (XAML, XUL, Flex, JDNC, DHTML(Ajax, JavaScript)). UI naturaly should be done on "client" side, asking for domain and other services from the

Re: AJAX: Whoa, Nellie!

2005-04-19 Thread Vic Cekvenich (netsql)
Frank W. Zammetti wrote: Not if I complete my project! ;) I hope you do! See if you can put some version on struts.sf.net, this is how some committers got in. I am no JavaScript guru, but something similar to XUL and new W3 XForms, were it's even possible to just send XML-RPC style XML to the s

Re: AJAX: Whoa, Nellie!

2005-04-19 Thread Vic Cekvenich (netsql)
Frank W. Zammetti wrote: The problem arose, initially, because we were allowing for something like 300 records max at a time. Such a request was taking like 5 seconds on a P3 550. As it turns out, the response from the server was sub-second (VERY low, better than anything we see even today in cur

Re: AJAX: Whoa, Nellie!

2005-04-19 Thread Vic Cekvenich (netsql)
Martin Cooper wrote: "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote in message Again, by all means, use Dojo. Not everyone will agree it's a good answer though. Not everyone will see it as the greatest thing since sliced bread. Poor fools. ;-) ;-) ;-) -- Martin Cooper Headline for tmrw bloogers

Re: [OT] Re: AJAX: Whoa, Nellie!

2005-04-20 Thread Vic Cekvenich (netsql)
Erik Weber wrote: SwingWorker worker = new CustomSwingWorker("GET_XML_RPC_DATA") { I guess I'm in the wrong forum. :) Erik Ahh it's the right forum ;-). My code is VERY similar to above. .V - To unsubscribe, e-ma

Re: [OT] Re: AJAX: Whoa, Nellie!

2005-04-20 Thread Vic Cekvenich (netsql)
Frank W. Zammetti wrote: someone mentioned the idea of having custom tags that generate the underlying code... this is an intersting idea to me because you get the whole Swing-ish code-centric approach underlying it all, but with custom tags so you don't have to do all the code if you don't want t

Re: AJAX: Whoa, Nellie!

2005-04-20 Thread Vic Cekvenich (netsql)
Frank W. Zammetti wrote:I do think there is more that can be done, and I still think the tags are the best way to present it. Maybe tags that leverage dojo.js? Hey, if you'd like to be involved with my efforts, I could certainly use the help in ... Do you sf.net or wiki type resources? .V --

Re: AJAX: Whoa, Nellie!

2005-04-21 Thread Vic Cekvenich (netsql)
Craig McClanahan wrote: The 3000 or so people that are here want to be able to ask questions about using Struts IMO, using Struts with client side technologies such as .js, dojo and ajax is on topic. .V - To unsubscribe, e-mail:

Re: [OT] [Friday] Re: AJAX: Whoa, Nellie!

2005-04-21 Thread Vic Cekvenich (netsql)
[EMAIL PROTECTED] wrote: I think all salient points have been made. Agree. It's almost friday: http://www.moronland.com/image.php?media=Apple%20Weed .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [ANNOUNCEMENT] AjaxTags 1.0 Alpha 1

2005-05-01 Thread Vic Cekvenich (netsql)
Frank W. Zammetti wrote: v1.0 alpha 1 is now available via CVS at struts.sf.net. Here are ideas of what you can now do on you projects when using Ajax: http://www.smartclient.com/technology/testdrive.jsp .V - To unsubscribe, e-mai

Re: How handle multiple records in form?

2005-05-04 Thread Vic Cekvenich (netsql)
struts html tag handle this, look at the docs page. Also displaytag was supposed to do this some time... not sure when. .V e-denton Java Programmer wrote: Hi, I need to accept up to 20 records per form, which may have been edited and update them in the database. In the past I have tried assigning u

Re: [OT] Help in Application Design

2005-05-04 Thread Vic Cekvenich (netsql)
look at tiles section of struts books .V Richard Reyes wrote: Hi Guys, I have been task to maintain several jsp web applicatiohumonguosns. Each application has about 15 humonguos jsp's. Their original designs are to submit jsp pages to itself so each jsp contains large volumes of java codes. From t

Re: Quartz Scheduler with Struts

2005-05-07 Thread Vic Cekvenich (netsql)
ot: consider using JMX for monitoring webapps, that's what I use. .V Brian McGovern wrote: I need to set up a bunch of jobs that monitor various pieces of my struts app. I decided to use Quartz but am wondering if anyone has experience with setting up quartz to run in struts. I'm guessing this

Re: AW: Quartz Scheduler with Struts

2005-05-08 Thread Vic Cekvenich (netsql)
if you google, there are many good articles. 1.5 has JMX built in. (ot: hivemine ioc has jmx built in) .V Zsolt Koppany wrote: Can you give me a pointer how to monitor with JMX? Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [POLL] What do you use action forms for?

2005-05-12 Thread Vic Cekvenich (netsql)
Some of you needs a struts mentor ;-) You use display any bean or collection in struts, if it's RO, you don't use formBeans and you use JSTL/displaytag. If you edit, update, insert, etc, you have to use and map a form bean and html tag. Often do I see a formBean mapped on a page that only output

Re: [OT] Too late to become a rock star?

2005-05-12 Thread Vic Cekvenich (netsql)
tonight on mtv: http://www.afterdawn.com/news/archive/6361.cfm 3 PPC at 3.2 ea. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2