Re: I was involved with struts v1. But today I am doing something new

2018-06-21 Thread Vic Cekvenich
Wrong link. This is the link: https://www.meetup.com/tech_product_managers/events/251931514/ Anyway, I think it makes webapp 10X faster and I'm not the only one. Cheers, Vic On Thu, Jun 21, 2018 at 11:28 AM Vic Cekvenich wrote: > > Still open source. A meetup in NYC on the topic

I was involved with struts v1. But today I am doing something new

2018-06-21 Thread Vic Cekvenich
Still open source. A meetup in NYC on the topic, check out, you'll like it. https://www.eventbrite.com/e/silicon-alley-nyc-startup-tech-summer-networking-mixer-tickets-46683247851?aff=mu - To unsubscribe, e-mail: user-unsubscr...

Re: ot ann: Learn Flex anyone?

2008-11-22 Thread Vic Cekvenich
Last self promo: now an online class coming up at proj.com. bye list, it was good to me over the years, now starting to build flex community at ... http://proj.com. .V email: vic AT proj dot com On Sun, Oct 19, 2008 at 2:14 PM, Vic Cekvenich <[EMAIL PROTECTED]> wrote: > hello list,

ot ann: Learn Flex anyone?

2008-10-19 Thread Vic Cekvenich
hello list, I used to teach struts a few 5 years ago. I am now teaching flex at: http://papervision.proj.com - an sf class coming up on 11/20. email me for other questions. .V

Re: What's wrong with DTOs?

2005-10-18 Thread Vic Cekvenich
+1. .V Christian Bollmeyer wrote: [EMAIL PROTECTED] schrieb: +1. The first thing I always preach new developers on my team is that they should think the entire web tier away and replace it (mentally) with a Swing or whatever client, without changing anything in the subsequent layers, and the

Re: What's wrong with DTOs?

2005-10-17 Thread Vic Cekvenich
I don't think anything wrong w/ DTO. You have your DAO, your model... in my case I use collections as DTO, but beanutils is fine. .V [EMAIL PROTECTED] wrote: Hi, Gurus, Background: I just started a Struts project with Hibernate. I have chosen to use the Data Access Object with (Abstract F

Re: Clever trick required

2005-10-17 Thread Vic Cekvenich
displaytag does it, and it's in sample screens on sf.net. displaytag should be included in struts! Also... using logic tag is deprecated. use jstl instead. .V Murray Collingwood wrote: Hi all Bean 1 has a property, a list of Bean 2s. I want to display these on the screen but I don't want to

Re: [OT] Struts + AJAX Trumps JSF

2005-10-14 Thread Vic Cekvenich
Frank W. Zammetti wrote: People who try to do entire sites in Flash are, IMO, misusing it. Try http://goowy.com for Flash or Java http://struts.roomity.com (takes you to this mail list in RiA) .V - To unsubscribe, e-mail:

Re: [OT] Struts + AJAX Trumps JSF

2005-10-13 Thread Vic Cekvenich
Mike Duffy wrote: I think AJAX will evolve to the point where it will become a serious Flash competitor Or JDNC, like roomity.com, that now in beta.roomity.com has video streaming and on main site foaf and tagging ;-) .V ---

Re: Struts and db connections :: best practice

2005-10-13 Thread Vic Cekvenich
Best practice has nothing to do w/ struts. On Struts wiki there are several DAO's you can pick from. Struts allows MVC layers, so that you can unit test each layer. For example unit test the model and dao. Even w/in a DAO... you never use a connection. So I recommend you select a dao, and unit

Re: Free Database Graphical Tool

2005-10-12 Thread Vic Cekvenich
SQuriel client has a Eclipse plugin version (on eclipse plugins page is where you'd search for plugins). I use SQLyog (windoze only... but Mac and Linux have Windoze emulators). .V - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Fast war deployment

2005-10-07 Thread Vic Cekvenich
http://localhost/manager/reload?path=/ above should do. Have "eclipse" point to where you app.xml points (to root of WEB-INF) .V C.F. Scheidecker Antunes wrote: Hello all: Everytime I deploy my .war file on my server, restart Tomcat and access the JSPs and actions it will compile (make JS

Re: OT: RE: Development philosophy and such (was: Base action class)

2005-10-07 Thread Vic Cekvenich
_Listen_ to the customer, +1 that requriements is the silver bullet. I address is w/ both mock ups and prototypes... to demonstrate active listening. .V http://roomity.com (version 1.3 is live) - To unsubscribe, e-mail:

Re: Who decides?

2005-09-10 Thread Vic Cekvenich
Dakota Jack on 10/09/05 07:09, wrote: I would strongly suggest you consider the Spring alternative which is highly unlikely to change in fundamentals for a very long time. I would argue that technology is shifting to RiA (Ajax, Laszlo, JDNC), so a static framework (if Spring is statick, I

Re: ot: struts obsesed

2005-09-10 Thread Vic Cekvenich
Looking at CVS and developer comments on the dev list I would say that by far, Struts development has never been more active by order of magnitude. 1.3 classic release is iminent (in "Struts" time). .V Adam Hardy wrote: it's just been fairly dormant. --

ot: struts obsesed

2005-09-09 Thread Vic Cekvenich
http://jroller.com/page/RickHigh?entry=is_struts_dead_is_struts Is he going to get over it? I wonder who the #2 framework is? .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ot friday] test - ignore

2005-07-29 Thread Cekvenich
testing roomity - please ignore. I wonder if it works on Linux. Y use: save email from public mail lists, faster, nicer.. it's java. .V People are conversing... without posting their email or filling up their mail box

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]

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: 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: 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: [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: 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: [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: [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: 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: 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: [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: [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: 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: 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)
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)
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-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: 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: 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.

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

Repost: JerichoFaces ?

2004-11-21 Thread Vic Cekvenich
: Hopefully the current proposal of moving Shale to MyFaces get accepted there. It makes it less confusing. Strut's current focus is on Sturts-Chain, CoR and command pattern: ActionCommand - A Chain Command-like interface with one method: Execute(ActionContext context) A context is just a map.

Re: Why stick with struts.

2004-11-10 Thread Vic (Vinny) Cekvenich
I did not publish yet. It based on a working sample app based on chain command controller/dispatcher and hessian (so no view at all, just a dispatcher and very KISS). I will put it up there. I guess it will take me a month or 3. .V Niall Pemberton wrote: Can't remember what your proposal was Vic

Re: Why stick with struts.

2004-11-10 Thread Vic (Vinny) Cekvenich
://raibledesigns.com/page/rd?anchor=can_you_base_a_web Niall - Original Message - From: "Vic (Vinny) Cekvenich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 10, 2004 1:17 PM Subject: Re: Why stick with struts. I am not aware of sucessfull prod

Re: Why stick with struts.

2004-11-10 Thread Vic (Vinny) Cekvenich
Mark Lowe wrote: I bet you don't hate saying it that much :o) :-) these 5 minute examples get tiresome. The books are full of them. Not all books. http://www.amazon.de/exec/obidos/ASIN/3898642844/qid=1100095286/ref=pd_ka_0/302-4029301-6736807 Above best selling Struts book (in German for now :-(

Re: AW: Paged data output

2004-11-10 Thread Vic (Vinny) Cekvenich
Also iBatis DAO w/ Displaytag. BUT I allways do paginiation in DB. For example select limit ofset. Depends of what you think lots of products are (and if you also have lots of users) .V Stahlhut, Axel wrote: Hi Yaroslav, try the displaytag tag library (http://displaytag.sourceforge.net/). May

Re: Why stick with struts.

2004-11-10 Thread Vic (Vinny) Cekvenich
Mark Lowe wrote: Having tried to make the move to JSF (as there are many things I really like about it) I've had to admit defeat and I'm looking back to struts. Welcome back. I hate to say "I told you so". No amout of skill or effort would have helped you. You have 1 backing bean which controls

[ANN] "Struts" meeting in Zürich on 23rd

2004-11-10 Thread Vic (Vinny) Cekvenich
http://www.ch-open.ch/events/2004/struts.html .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Local (server based) search engine?

2004-11-10 Thread Vic (Vinny) Cekvenich
Take a look at Apache Lucene for FTS (it's the Struts of FTS), it rocks. And ... the Struts based CMS portal: http://infonoia.com/en/content.jsp?d=inf.01.05 (award wining, w/ training videos) .V Joachim Dagerot wrote: Best practice to incorporate a search engine in a struts environment? I'm wri

Re: PoweredBy stories (was Are there ...)

2004-11-09 Thread Vic (Vinny) Cekvenich
Hey thanks!! G version would be: http://danrp1.1up.com (one of the programers) http://struts.1up.com (lead) But then again that would not a lot of page hits for the ads. I was going to say that each of the tiles has db content, but is fast 'cuase iBatis caches reacent hits so hot spots do not touc

Re: Are there Struts Applications in real life out there?

2004-11-09 Thread Vic (Vinny) Cekvenich
This site generates $25MM for Ziff Davis in adds: http://1up.com/do/feature?cId=3136154 See the do? and ? gets the article id from db via ibatis v2. You can click arround, and see tiles, it's very tiles. 100 or so types of pages, each with many configurable tiles and each w/ dynamic content. Ex: h

Re: AW: Are there Struts Applications in real life out there?

2004-11-09 Thread Vic (Vinny) Cekvenich
Stahlhut, Axel wrote: . I know very well which books there are written about struts, as i read them all, i thin (at least that ones in english). Hm. You read all 19 books on Struts? ;-) > i know that there are still a lot of decision-makers around that do not trust OpenSource products in their p

Re: A new paradigm of Struts development

2004-11-09 Thread Vic (Vinny) Cekvenich
Jesse Alexander (KBSA 21) wrote: JSF will be part of J2EE (as of version 1.5). That will make it hard to explain to "pointy hairy boss" type managers why one wants to use another framework. So is EJB a part of J2EE for a lot longer, and people avoid it. .V

Re: A new paradigm of Struts development

2004-11-08 Thread Vic (Vinny) Cekvenich
Tak, just so you know, source is here: http://svn.apache.org/repos/asf/struts/trunk (of course I am unhappy about JSF part ) .V Tak Yoshida wrote: Craig, Thank you so much for useful information about Struts in the future. I didn't know that Struts 2.0 will support Page oriented programming, and am

Re: Tomcat/5.5.3 with jdk1.5.0 DONOT run on port 5555.

2004-11-06 Thread Vic (Vinny) Cekvenich
Why not post on the Tomcat list? .V Amit Gupta wrote: Hi , I have configured Tomcat/5.5.3 with jdk1.5.0. When I configure tomcat to run on then it DONOT work. On 8080 port tomcat work fine. What May be the reason? Amit Gupta ---

Re: Authentication and Authorization

2004-11-05 Thread Vic (Vinny) Cekvenich
Struts requires Servlet support container. Therefore containers (such as tomcat, resin, etc). support declerative security via web.xml. You can read for example about tomcat jdbc realms. So struts leverages J2EE security and you can extend it and customize it. .V Davi Salgueiro wrote: Hi Every On

Re: how to get back where I came form?

2004-11-04 Thread Vic Cekvenich
http://www.jguru.com/faq/view.jsp?EID=446592 Johannes Wolfgang Woger wrote: Hi, I have jsp page (say pageA) that can be reached form two other pages. A success message should be send back to the page which invoked pageA, when some work was successfully done. How can the user get back to the right p

Independent: What framework to use write up preview of ApacheCon

2004-11-04 Thread Vic Cekvenich
http://raibledesigns.com/page/rd?anchor=comparing_web_frameworks_presentation .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hacker-proofing Struts-based exposed websites

2004-11-03 Thread Vic Cekvenich
There are known hacks, some dealing with buffer overruns of the server that gives you acess to the OS shell, or port scans or sniffing, or ... So I see you have apache 1.3 (with it's known hacks) in front of it. I assume you read up on securing apache. I think very little has to do w/ Struts i

Re: JSF or Struts w/ JSF (again)

2004-11-02 Thread Vic Cekvenich
Abrams, Howard A wrote: _WHY_ I would want to integrate the two. I do not see the point of using too many technologies, it gets exponentialy harder. So pick one, but... are there any production JSF sites out there? .V - To unsu

OT FRIDAY: RIA Flash vs Java Ex:

2004-10-22 Thread Vic Cekvenich
http://www.jext.org/apps/jext.jnlp Could one do this medium type of application in Flash? See the Java RiA advantage in this ex. This is nice becuase when I go to client's or on my Mac/Linux/Windows accounts, I can edit right away, w/o messing arround looking for their funky editor. Commes in h

Re: form tiles link from database?

2004-10-20 Thread Vic Cekvenich
change them to variables and modify values of variables in Action class or another? I have read the links suggested. But I fail to find example code. On Tue, 19 Oct 2004 21:35:36 -0500, Vic Cekvenich <[EMAIL PROTECTED]> wrote: Yes. I put in the List of tiles into scope. .V PC Leung

Re: form tiles link from database?

2004-10-19 Thread Vic Cekvenich
Yes. I put in the List of tiles into scope. .V PC Leung wrote: Could the link be read from database? - To unsubscribe, e-mail: [EMAIL PRO

Re: Validator not validating v. 1.2.4

2004-10-14 Thread Vic Cekvenich
Motly I have validate=flase and manualy call it. Consider unit testing it like that outside of Tomcat. .V Jin Bal wrote: Hi Guys My validator config seems to be incorrect somewhere but I'm stumped as to what it is. The symptoms are that the validator succeeds in all validations no matter what i

OT: RiA/Soa - was OT Re: Back Button Woes!!!!

2004-10-14 Thread Vic Cekvenich
Rick Reumann wrote: Vic Cekvenich wrote the following on 10/11/2004 7:34 PM: "Walk toward the light" http://theserverside.com/articles/article.tss?l=RiA Vic, I briefly read over the article. I was hoping people would do the 3 pages of code to check out, or download it. It's for

Re: Where Is the Best Place To Store Files?

2004-10-13 Thread Vic Cekvenich
Caroline Jen wrote: I am already told by my superior "do not save those files into the database". What should I do? Tell him he is a dumb-ass? ;-) .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

OT Re: Back Button Woes!!!!

2004-10-11 Thread Vic Cekvenich
"Walk toward the light" http://theserverside.com/articles/article.tss?l=RiA If people have a choice, above in alternative. Bypass the browser! .V [EMAIL PROTECTED] wrote: How do I get rid of this page being shown every time I click the back button: ==

Re: inheritance in tiles

2004-10-06 Thread Vic Cekvenich
yes. josh wrote: Can a tile definition that extends another definition itself be extended again? definition ^ | child definition ^ | grandchild definition - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: Complex bean structure handling

2004-10-04 Thread Vic Cekvenich
public class OrderBean extends FormBean { get/setName ... get/setAdress ... } public class ItemListBean extends FormBean implements Collection { private OrderBean; getOrderBean() {return OrderBean;} get/setProductName ... getsetQt ... } then in form you can do a c tag to iterate the list of product

Re: Problem with PostgreSQL data source

2004-10-03 Thread Vic Cekvenich
// driverName="org.postgresql.Driver" connectionURL="jdbc:postgresql://localhost:5432/bp?autoReconnect=true" connectionName="bpuser" connectionPassword="changeme" userTable ="usr" userNameCol="real_email_id" userCredCol="passwrd"

Re: J2EE versions and Struts

2004-09-30 Thread Vic Cekvenich
Servlet 2.2; ex: Tomcat 3. .V Brent Vaughn wrote: What versions of J2EE are compliant with the newest release of Struts? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Validate() vs JavaScript where is the advantage?

2004-09-30 Thread Vic Cekvenich
Validattor generates Javascript! (it also automaticaly does server side as an add on) .V Nadia Kunkov wrote: Hi, I'm wondering if I should use validate() method of ActionForm instead of JavaScript to validate the form. I can see the advantage of validate() when you have an internationalized appl

Re: Advice on adding/updating products to an online store?

2004-09-29 Thread Vic Cekvenich
Gupta wrote: person who have no background in java and need to develop Here is just the thing: http://developer.sun.com/prodtech/javatools/jscreator/index.jsp Also google on Sun'd PetStore on how to use EJB w/ above. .V ps: People that have development background should use http://ibatis.com/jp

Repost: ot: Dallas JUG Oct 13th

2004-09-28 Thread Vic Cekvenich
http://www.javamug.org/mainpages/2004Meetings.html#Oct .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why does Resin run on port 8080?

2004-09-28 Thread Vic Cekvenich
Jason King wrote: unix-like (linux,*BSD) environment only the root user (think administrator if you're from a windows environment) can use ports under 1024. if I can add to that in produciton one should not run or install anything as root, especialy not Tomcat or Apache. This ability makes

OT Re: Why does Resin run on port 8080?

2004-09-28 Thread Vic Cekvenich
Struts is known as a friendly place. Not today ;-o Most containers run on 8080, since on Windows IIS runs on port 80 and in Linux Apache runs on port 80 as default. Newbies have problems starting containers if they default to 80. "pros" know to stop the IIS/Apache and switch "Tomcat" to 80. .V j

Re: Updating collection elements within a form

2004-09-28 Thread Vic Cekvenich
MyForm extends ActionForm implements Collection .V Chaikin, Yaakov Y. wrote: Hi, I have a form that has a collection of VOs. I am outputting those VOs using the logic:iterate. Each VO has a number of elements in them. All this is happening within an html:form. User is supposed to be able to upda

Re: Problem with PostgreSQL data source

2004-09-28 Thread Vic Cekvenich
1. You should use the Container (Tomat and not Struts) data source and not use connection pool, rather the DataSourcePool that comes with JDBC drivers. Connections are more for clients and PooledDataSource is for servers, so use that part of any JDBC driver. 2. You should write a helo world ser

Re: [OT] GMail invites

2004-09-24 Thread Vic Cekvenich
People were asked not to post this here any more, not even w/ OT or FRIDAY .V Ivan Pechorin wrote: I have 5 invites available. Please, send me requests off list. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: JSF not usable?

2004-09-24 Thread Vic Cekvenich
Why would you post on a Struts list? Try this: http://forum.java.sun.com/forum.jsp?forum=427 .V Mato Mira, Fernando wrote: I just started reading the Core JSF book, and apparently there's nothing like Struts' multibox? I think I'll just drop it for now. Does anybody know which other frameworks have

Repost: Storing User in Session

2004-09-23 Thread Vic Cekvenich
Vic Cekvenich wrote: This done a lot, and.. its done for you, built into Java, since Servlet 2.2 spec I think: http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html#getUserPrincipal() It's done for you, you just use it, 0 code (0 bugs!) To set up y

Re: Storing User in Session

2004-09-23 Thread Vic Cekvenich
This done a lot, and.. its done for you, built into Java, since Servlet 2.2 spec I think: http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/http/HttpServletRequest.html#getUserPrincipal() It's done for you, you just use it, 0 code (0 bugs!) To set up you do something like this: jakar

Re: success story using Struts in large scale web based system

2004-09-23 Thread Vic Cekvenich
One of the largest you can start clicking here: http://erosennin.1up.com It's friendster like site for gamers, fun to surf. (Fact: Sofware Game industry is bigger than the Movie industry in USA) It has 10MM members, 5 magazines, 100+ "pages", a few hundred dynamic tiles, 1 terabyte DB. When a us

Re: ot: dallas help wanted

2004-08-24 Thread Vic Cekvenich
repost Please let me know if you somone. (it's not Struts, but related). .V -- Please post on Rich Internet Applications User Interface (RiA/SoA) - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [OT] What is the best archive for this list?

2004-08-21 Thread Vic Cekvenich
http://marc.theaimsgroup.com Michael McGrady wrote: What is the best archive for this list? -- Please post on Rich Internet Applications User Interface (RiA/SoA) - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Struts with Flex

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

Re: Struts + Tomcat 5.0/ JSP 2.0+ JSTL

2004-08-20 Thread Vic Cekvenich
Good point. 2.0 mens everyting is el. Also, I declare tld to pont to /WEB-INF and not over the net. .V Jason Lea wrote: I also changed to tomcat 5.0 + JSP 2.0. You can stop using the struts-el tags and just use the normal struts tags. Erez Efrati wrote: Hi, I am working with Struts 1.1 + JST 1.0

Re: Struts + Tomcat 5.0/ JSP 2.0+ JSTL

2004-08-19 Thread Vic Cekvenich
For diags: Can you just do a simple non tag el in a jsp w/o declaring? .V Erez Efrati wrote: Hi, I am working with Struts 1.1 + JST 1.0 tags. I wish to use some of the fine features of JSP 2.0 like EL expression everywhere I like instead of always putting JSTL 1.0 tag. I would also like to con

Re: Learning the basics

2004-08-19 Thread Vic Cekvenich
Post a diff to dev list. Even the web site is in CVS. .V [EMAIL PROTECTED] wrote: Who owns/can update http://struts.apache.org/resources/articles.html? The powerpoint slides are on there, but are an old version. How do I get it updated? I'm getting several requests for it, and it would be easier

Re: [OT]1,2,3,4 I declare a pun war!

2004-08-18 Thread Vic Cekvenich
Ron Day wrote: please.enough is enough +1 .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About Tiles

2004-08-17 Thread Vic Cekvenich
http://www.theserverside.com/articles/article.tss?l=Tiles101 Also you can see sample tiles portal that ships with tiles. I love using Tiles with EL to have dynamic tiles diplayed. .V Koon Yue Lam wrote: thanks David ! after reading the doc. in Struts, Tiles site, I found very little resource talkin

Re: Struts with Flex

2004-08-17 Thread Vic Cekvenich
I also posted that after developing on Flex and Laslo... I switched to JDNC becuase I fodun it much faster! I have a site now on baseBeans.com on RiA/SoA. .V Ovidiu EFTIMIE wrote: Nobody here tried Flex with Struts ? It really seems a good choice for RIA web applications, but I'd like to know mo

Re: OC4J and struts issue

2004-08-16 Thread Vic Cekvenich
It's usualy a case issues in some xml, since windows is not case sensetive. Look for that. Next time, if you deploy to unix, develop in unix. .V I am able to run it in windows environment but when i move it to solaris, it is failing.:-( ---

Re: [OT] Friday: where's Atlanta Mark?

2004-08-13 Thread Vic Cekvenich
He is now harasing the Axis list. .V Michael McGrady wrote: Whatever happened to Friday Mark the beer hustler from Atlanta? This list seems much less active. What does that mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Caching Framework

2004-08-13 Thread Vic Cekvenich
In Struts, a layered framework, caching data should happen in the data layer. iBatis, Hibrenate, and other DAO's all do caching automaticaly and configureable of data, such as drop down selects, etc. Caching data in View layer is not Strut-y. .V [EMAIL PROTECTED] wrote: Hi, Is there any Caching

ot: pgSQL goes windows native

2004-08-11 Thread Vic Cekvenich
My favirite SQL engine on the level of Oracle but free: http://developer.postgresql.org/beta.php .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Should every Action have an associated form?

2004-08-10 Thread Vic Cekvenich
Matthew J. Vincent wrote: Hey everyone! I hope to not get flamed, but it's getting late here and I'm tired of looking through the archives. Should every Action have an associated ActionForm? No. Only updateable actions need a formbean. Is it a bad idea to read a parameter directly from the req

Re: Importing context with Struts

2004-08-10 Thread Vic Cekvenich
You can get very dynamic w/ tiles, and use tilesaction for each tilee and put in scope what the tiles defnitions need to render, so each request is dynamycaly assembled. Rember that you can use tiles-el or el anywhere in servlet 2.4 (If you want to use extrnal or non "jsp" source, check out site

ot: testing a forum - join?

2004-08-08 Thread Vic Cekvenich
I am testing a forum, that should be for advanced developers and people interested in operating RiA/SoA. If you want to help or are interested, please join baseBeans.com forum. I will be keeping it up to date on RiA/SoA. .V - To

Re: Tool to convert HTML to Struts JSP's?

2004-08-06 Thread Vic Cekvenich
ren *.html *.jsp Adam Lipscombe wrote: Folks, My Web Designer is supplying HTML files straight from DreamWeaver. I need to convert them to JSP for use with Struts 1.1. If there a tool to assist with this? (doing it by hand is going to be tedious) Previous list answers include Struts Console fro

ot: get the fud

2004-08-04 Thread Vic Cekvenich
http://www.microsoft.com/mscorp/facts/default.asp .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts and iText

2004-08-03 Thread Vic Cekvenich
Struts action execute gives you a request/response, so you can just pretend that it's a servlet, set the type and stream anything you want. .V Otto, Frank wrote: Hi, I have generated a pdf with iText. In my action class I want to write it in the response object. The result should be a jsp-pag

Re: Struts Live Sites

2004-08-02 Thread Vic Cekvenich
- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Friday, July 30, 2004 8:12 AM To: [EMAIL PROTECTED] Subject: Re: Struts Live Sites Ziff Davis used to be ASP in Jan of this year: http://uptime.netcraft.com/up/graph/?host=1up.com But now 10MM members on 5 magazines are on Struts

Re: Newbie with struts

2004-08-01 Thread Vic Cekvenich
On the Struts page for the HTML tag (the main tag for html) there is explenation of index property. Also most of the 20+ books on Struts cover multi row updates, and there are tag libraries that do this. .V Nimrod Peretz wrote: Hi, My company has decided to look into struts, and I'm in charg

  1   2   >