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]

Re: Problem with Installing the Struts

2005-08-01 Thread Vic
lass (something we've all done at one point) may yield your error message. Good luck. Vic > Hi All! > > I am using Tomcat 4.0.6, Java 1.4, Struts 1.1 for my initial struts set up > application. > I configured the required libraries to run Struts application. > Bu

Re: [HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-08-01 Thread Vic
Pham, If you decide to go with them... can you specify me as a referrer? This way, I can get 3 months of free hosting ;) Thanks. Vic > Thanks Vic, > > I will try it :) > > again, thank you very much :) > > Pham > - Original Message - > From: "Vic&qu

RE: forward to a new window

2005-08-01 Thread Vic
You would have to use javascript to do something like: link Vic > Rivka > > -Original Message- > From: Mark Benussi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 01, 2005 3:12 PM > To: user@struts.apache.org > Subject: RE: forward to a new window > > when

Re: forward to a new window

2005-08-01 Thread Vic
Hi Rivka, Try the following: link This will open your action in a new window. Vic > Hi friends > > > > I would like to know if there is a way of forwarding a request to a new > explorer window. > > For example, in the current window I have a list of books and a link

bean:include tag

2005-08-01 Thread Vic
Hi, I've been trying to use in a similar way to but am unsuccessful. I am trying to include a footer on my page by writting the following: Unfortunately, I don't get any errors and the page is not included. Must I do something with footerId to get working? Thanks for your

Re: [HELP] Web hosting for JSP Struts+iBatis+DAO?

2005-08-01 Thread Vic
ly, I use http://www.aladin.ca. They're not expensive and are reliable. Hope this helps. Vic > Hi all, > > I'm buiding a commercial website, which uses Struts+iBatis+DAO. > > I'm live in Viet Nam and I'm looking a web hosting for a commerci

Re: OT: Good Java host

2005-07-31 Thread Vic
Hi James, I use http://www.aladin.ca/ Vic klute wrote: > Hey all, > > Can anyone recommend a good Java hosting company? My > current one is good when it comes to the features it > provides but the "support" is almost insul

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

Re: [OT] Bad programming experiences

2005-02-25 Thread Vic
Of course... that is what the definition of good is! Also this is true: Bad architecture has no or detracts from benefits. I would also say that having an architect is sometimes a bad idea, I prefer a title of "tech lead". This means that I do code hardest things. Things that make you more effect

Re: Struts In Action - Still up to date?

2005-02-23 Thread Vic
It takes about 3-6 months to write a book, and about 4-6 months to have it published once you submit it. .V Christian Hauser wrote: I don't know when Struts 1.3 will be released and when your book finally gets printed, but please do not talk about an old version the way "Struts in Action" talke

Re: [OT] Market share of development technologies?

2005-02-23 Thread Vic
One example of 3) Statistics kinf of a lie is this site: http://news.netcraft.com/archives/2003/04/10/java_servlet_engines.html .V Larry Meadors wrote: You have probaly heard that there are 3 kinds of lies: 1) Lies 2) Damn lies 3) Statistics On Wed, 23 Feb 2005 20:59:25 -, jelything <[EMAIL PRO

Re: Struts or SpringFramework

2005-02-18 Thread Vic
So the short answer is... I can't! You use a QuickSort and a BubleSort in 2 diferent scenarios, one is good for semi sorted data, the other for large sorts. I used IoC to organize and configure classes after the fact. With CoR I can re-use comands in a diferent context and still be able to c

Re: Struts or SpringFramework

2005-02-18 Thread Vic
There are 2 chains. One is the request processor chain, the heart of Struts that Joe is donating design and implementation. Most users in Struts never touched it before, and likely will never touch it now; I stay away from it (other than to see how it works so I can do mutlri row CRUD). So now

Re: Struts or SpringFramework

2005-02-18 Thread Vic
some MVC work, I think they have a junior group from Sun on this on their side. (They don't even have a DTO concept :-P ) .V Hello Vic: I have looked at jdic and JNLP application and want to explore further for off-line applications. Hope you may share your experience in using commons-

Re: Struts In Action - Still up to date?

2005-02-18 Thread Vic
http://jakarta.apache.org/commons/chain/cookbook.html http://www.infonoia.com/en/content.jsp?d=inf.02.03 .V Dave Bender wrote: It would be nice if the publishers offered an 'update' to this and other books on topics that evolve. I'd love to have the new edition of Struts in Action, but I'm not goi

Re: Struts or SpringFramework

2005-02-18 Thread Vic
You can put your toe in Spring(Tapestry or JSF) and see how it feels becuase you know the Struts side. Or. you can start doing commons-chain now! And then plug it into anything. What Ted Husted said on dev list was words to the effect: "people should be no longer be writing Struts applications.

Re: how to receive emails related to my questions only?

2005-02-16 Thread Vic
What if you know the answer to someone's question? .V Jonathan M Z wrote: hi folks, I am new to the list, I did some search on my question but no luck. Is there a way that I only receive emails related to my post? thank you __ Do you Yahoo!? Yahoo! Mail - now

Re: SQL

2005-02-16 Thread Vic
Which DAO are you using? .V CRANFORD, CHRIS wrote: This may be slightly off-topic but I'm sure others may have ran into this issue. If I have created a CallableStatement object using a SQL string, is there anyway to retreive that SQL string from the CallableStatement object ? ___

Re: Caching Appliction Level Data?

2005-02-14 Thread Vic
Caching DATA in a view (Servlet) is a bad practice. Best practice is to use DAO, A DAO does caching for you! It has fine grain control of how, when to flush, what size... all with no or minimal coding. Data caching ...in Data Layer. .V David Johnson wrote: Hi All I have a need in an app I'm worki

Re: Validation Strategies?

2005-02-14 Thread Vic
It depends what you domain looks like. Is it a Collection, RowSet, Bean A lot of people manualy code it in the get/sets. (or puts) (In my case the Domain, DTO and FormBean are a collection ... no flames please) .V Rooney.Dave wrote: OK, what form do these maps take - XML, properties files, et

Re: Validation Strategies?

2005-02-14 Thread Vic
That is the struts way (and it makes it "secure") .V Rooney.Dave wrote: create some sort of mapping between domain model properties and the form properties -- Forums, Boards, Blogs and News in RiA - To u

Re: which tier?

2005-02-13 Thread Vic
You need to write object/class that you can unit test outside of Stuts.Lets call it Calc.java. It would call a DAO (such as iBatis, there are tutorials to iBatis all over the place, try Rick Reuman (spelling?)). That would call SQL. So in Calc you might have private methods: private long getStar

Re: LazyDynaMap

2005-02-12 Thread Vic
Not in my case: - I use this outside of Sturts :-P - iBatis uses ArrayList ... not [] I am sure I can do something based on commons beans code for me, but it be nice to have it in the jar. .V Niall Pemberton wrote: Would specifying an array of LazyDynaMap in the struts-config.xml do what you want

ot: LazyDynaMap

2005-02-12 Thread Vic
This looks very nice! I plan to use it w/ JDNC. It be nice to have a DynaList. It would be an indexed ArrayList of ListDynaMaps. So from iBatis I can return an ArrayList of Maps as DTO and just map it. .V Niall Pemberton wrote: You could use a LazyDynaMap to do this (with Struts 1.2.4). La

Re: [OT] Content Management Systems

2005-02-11 Thread Vic
http://sf.net/infonoia Josh Holtzman wrote: Hello all, Can anyone make a recommendation for a user friendly content management system that can be integrated with a struts/tiles based application? We’d like content authors to have the ability to use a web based interface to author content, and pu

Re: [OT-izzy]

2005-02-08 Thread Vic
Right back at ya: http://www.webdez.net/alig .V James Mitchell wrote: http://sites.gizoogle.com/?url=http://struts.apache.org -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx -- Forums, Boards, Blogs and News in RiA --

Ann: Sample Struts-Chains 1.3dev based application

2005-02-07 Thread Vic
Example Struts 1.3/Chain web-app example using Commons-Chain CoR pattern, using Struts 1.3 dev! Newest good practices implementation of a basic Java/Web-based portal/CMS application. Includes configure use of Eclipse 3.1(M4), Tomcat 5.5, PostgreSQL 8, Struts 1.3dev, JSTL, iBATIS 2, DisplayTag,

Re: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread Vic
FYI, all I use is Eclipse 3.1 + XML buddy (it does all xml, html, jsp, etc files. or you can add colorer plug in). Why make your life more complex. .V e-denton Java Programmer wrote: Here's another problem. If I leave my app as a Sydeo Tomcat application, Nitrox still asks me every time I open a

OT: X-Forms (HTML replacment) starts

2005-02-03 Thread Vic
http://www.mozilla.org/press/mozilla-2005-02-02.html .V -- Forums, Boards, Blogs and News in RiA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2.0 or Struts 0.0? [or Struts 1.42?]

2005-02-02 Thread Vic
Alex Kravets wrote: Well I think 70% is a little bit too much http://www.manageability.org/polls/what-is-the-best-java-web-framework Yup, agree. http://marc.theaimsgroup.com/?l=struts-user&m=98268169919293&w=2 http://marc.theaimsgroup.com/?l=struts-user&m=97660305929382&w=2 Here are some other St

Re: Struts 2.0 or Struts 0.0? [or Struts 1.42?]

2005-02-02 Thread Vic
I know you asked Ted/Craig but Tapestry is a Apache project, like Struts, a good framework that is View centric, home page says: " Tapestry is an alternative to scripting environments such as JavaServer Pages or Velocity" Accroding to latest "market share" reportring (by Raible) Struts is like

Re: Struts - Licensing and Derivative Work

2005-02-01 Thread Vic
I use commons-validator in Swing WebStart applications. Works fine without servlet API. .V Andres Almiray wrote: Hi, I have a doubt regarding the licensing of Struts and Derivative Works made by third parties, I hope you can help me figure it out. I'm brainstorming a framework very similar to Str

Re: Database Access

2005-02-01 Thread Vic
See if this helps: http://wiki.apache.org/struts/DaoRelated .V Ben Taylor wrote: Can anyone tell me the best way to setup / manage database connections using Struts? I've read a couple of books on Struts and they talk about using a processbean though I am unsure how this is linked with things like

Re: Struts 2.0 or Struts 0.0? [or Struts 1.42?]

2005-02-01 Thread Vic
It says bellow that ... DHay at LexMark has signature of Dakota Jack if I read it right in the post. (The 2 of them care then). Also known as "Michael McGrady " on the server side as Dakota Jack. Any more ? If so, why? Ah.. you may

Re: Struts 2.0 or Struts 0.0? [or Struts 1.42?]

2005-02-01 Thread Vic
Got it! Don't worry, we learn quickly. .V Dakota Jack wrote: Please don't respond to this email .. -- Forums, Boards, Blogs and News in RiA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Struts 2.0 or Struts 0.0?

2005-01-31 Thread Vic
Craig McClanahan wrote: I have proposed that Shale indeed be adopted in that way, and will continue to encourage it; :-) (It took me a year after Struts .06 was out to find it, it took me a year to use CoR after that was there ) Remember the WS for Struts at sf.net a week back? If I wante

Re: Struts 2.0 or Struts 0.0?

2005-01-31 Thread Vic
Well, the marketing department of Sturts is in hot water for this one. To: [EMAIL PROTECTED] wait, we don't have one. Oh, well... who cares. Some people just can't comprehend that there are 2 or more MVC frameworks out there. .V Alex Kravets wrote: So what do you guys think? http://www.theserve

Re: Why is JCL thread-safe in an Action?

2005-01-31 Thread Vic
That's great about Java. I am going the other way, from JCL to the new log4j: http://logging.apache.org/log4j/docs/ugli.html .V [EMAIL PROTECTED] wrote: Today I find myself converting an existing webapp from using Log4J directly to using JCL instead. As per the JCL User's Guide, I'm creating a pr

Re: Coupling between view and domain model (off topic)

2005-01-31 Thread Vic
I guess it be a new case. If there are 2 logical forms like master (name) and detail(list of transactions, that means the 1 form bean has to mirror it so you would have to nest a bean. (and... once the client approves... I would write a DAO). As far as MDA I myself use requirments based iter

Re: Coupling between view and domain model (off topic)

2005-01-31 Thread Vic
See if this methodology helps you separate the 2. When I start a project I do not care about DB or model; I only care what the client wants, like what fields, where, etc. I work w/ them to create html mock ups as requirments. Is this what they want? Once that's done, it's easy. I rename HTML

Re: Best practice for dynamic Title values using Tiles?

2005-01-24 Thread Vic
What I would do is put in request context anything that I minght need. My action decided what to display and puts it in scope. Then in jsp and tiles tag I would use el to display the named variables. (90% of code for 1up.com (that is all tiles) is here: http://sourceforge.net/projects/infonoia (

OT Friday: Re: [ANNOUNCEMENT] New Struts subproject: Shale

2005-01-23 Thread Vic
I hope you think this is funny Jack, sometimes I amuse myself: I think the shortest answer is that anyone un-happy (with multiple projects?) can: A. fork any friendly license like ASF and refactor under the terms of license, maintain the source code or see if they can develop a user community, B

Re: Struts Security

2005-01-23 Thread Vic
Tim Christopher wrote: Hi, I am designing a web application using Struts, which will run using Tomcat. The system will have upwards of 1000 users, with each user having any number of around 10 possible roles. I'm currently thinking of using JDBCRealm within the Tomcat Sounds good xml file to set t

Re: Struts Web Service project on SF.net

2005-01-23 Thread Vic
I have used Axis w/ Struts My opinion is that Axis is very poor and complex SOAP. Also, there are better SoA protocols. The news here is Chain. That is the power. .V Will Stranathan wrote: Not to show how terribly behind the times I am, but isn't that precisely one of the things Axis does?

Re: Struts Web Service project on SF.net

2005-01-22 Thread Vic
Sounds like an interesting project. Once 1.3 is a bit more stable but before it's released I will look for a good way to integrate JDNC (Swing WebStart) into 1.3 so I will keep an eye on. Chain is very simple and very powerfull. .V Frank W. Zammetti wrote: Just wanted to drop a note to let

Re: Database Pooling

2005-01-21 Thread Vic
Use your container for data source(Tomcat) The data source element in sturts should not be used. Can you point out where in docs or on Struts page it says to use .V Scott Purcell wrote: Hello, I am just getting underway with Struts, but have done quite a bit of homework before submitting this

Re: JDBC Driver

2005-01-21 Thread Vic
raising the level" above JDBC is an important step ... but my point is that some of us will have to do the level-raising ourselves - by hand. On Tue, 18 Jan 2005 19:50:00 -0600, Vic <[EMAIL PROTECTED]> wrote: DAO is better, there are SQL based DAO that do not use O/R at all (iBatis). A

Re: JDBC Driver

2005-01-18 Thread Vic
after you to do maintenance can be reasonably expected to know how to deal with it if it gets broke. ... risk management. I have a love/hate relationship with standardization ... Peace :-) Eddie On Tue, 18 Jan 2005 07:05:41 -0600, Vic <[EMAIL PROTECTED]> wrote: What does this have to do w

OT and not URGENT : CMS Driven static site and Struts

2005-01-18 Thread Vic
http://www.opensourcecms.com I use Drupal. hth, .V Jim Barrows wrote: On Tue, 18 Jan 2005 13:49:11 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: Jim Barrows wrote: On Tue, 18 Jan 2005 06:24:01 -0800 (PST), nitin dubey <[EMAIL PROTECTED]> wrote: I respectfully disagree with this (unles

Re: JBoss does not reflect changes without restart

2005-01-18 Thread Vic
Hey Sachin from Mubai, Did you ask on the jBoss list? What did they say? Did you ask on Tomcat List? What did they say? .V sachin wrote: hi all , I am using JBoss 4.0.1 and struts 1.2.4 Whenever i make any changes in my project and compile it JBoss does not reflect the chages .. Here i need to r

OT Re: AW: How to limit the result?

2005-01-18 Thread Vic
Yes, JSTL is doing Data in View. Action is doing Data in Controller. Data ... is done in data layer, depending on your DAO. Again http://ibatis.com/common/example.html - if you look at bottom of page about pageNext. Hopefully no one is writing to JDBC anymore, but using a DAO impl. That be like

Re: JDBC Driver

2005-01-18 Thread Vic
What does this have to do w/ Struts? You can at least put a OT: What DAO type are you using, you should post there. Hibrenate? iBatis? Hopefully no one writes their own JDBC handling anymore. .V OT: MS Driver is horrible, everyone uses jTDS in proudction from sf.net - including 1up.com based on St

Re: How to detect empty array list / databean on JSP?

2005-01-16 Thread Vic
likey that any "decsions' you shound do in Controller/Action. .V Manisha Sathe wrote: I am putting one arraylist and one javabean object with request.setAttribute.. I can access this in JSP. But how i can detect that Arraylist and/or Bean is empty ? regards Manisha -

Re: [OT] Re: Using XML in struts

2005-01-14 Thread Vic
You do need a life. But... I just bought 2 books from your list. I keep a track of cool design ideas here: http://sandrasf.com/kiss - so if anyone wants to append there they can. (I like "SQL Tuning", "SQL for smartites" and Doug Lea's book on concurency.) .V Erik Weber wrote: Joe Germuska wr

Re: i18n (internazionalization) tutorial need

2005-01-12 Thread Vic
I use JSTL for that, you can download the spec from the JCP page; which is so well writen as a reference that it can ba a tutorial. Else buy a JSTL book. .V [EMAIL PROTECTED] wrote: hi all i need a good tutorial (for free) for managing internazionalization with struts. any help? regards __

Re: Security in Struts Application

2005-01-10 Thread Vic
I posted on wiki: http://wiki.apache.org/struts/ApplicationSecurity (any FAQ, maybe people create or edit WIKI) .V Hari Saptoadi wrote: Hi All i'd like to say sorry if someone already asked this question before... what is best practice implement security in struts apps ? i'm looking something that

Re: Configuring WebApp to use Struts Tag Libs

2005-01-09 Thread Vic
You don't need that at all. You can just in your jsp point to the tld in the jsp. (I normaly put them in WEB-INF/lib). (or just have a header tile or include that declares all your jsps once) hth, .V William Ferguson wrote: OK, I guess I've missed something fundamental, so someone please point ou

Re: Attributes, Parameter or Class

2005-01-08 Thread Vic
To access DB in Struts (and elsewhere) there is a Wiki page: http://wiki.apache.org/struts/DaoRelated So... anyone that wants to help people w/DAO can add to it. .V Jim Douglas wrote: I have an LogonForm, LogonAction and when a user successfully logs on, I set Attributes for "userID" and "userName

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

2005-01-07 Thread Vic
No. .V kjc wrote: Question to all. Should a J2EE architect be an HTML expert. Thanks in advance. -- RiA-SoA w/JDNC forums - help develop a community My blog - To unsubs

Re: [OT] Seeking advice on JSP + commerce

2005-01-07 Thread Vic
PHP is more productive than J2EE becuase you start w/ exisiting working code, ex: http://www.opensourcecms.com/index.php?option=content&task=view&id=139 and modify it. (unless you do RiA, where JDNC rules!) .V Erik Weber wrote: Good morning. I need some advice. I have a friend who wants me to

How many people plan to upgrade to Struts 1.3 on Servlet 2.2 (Tomcat 3) ? If any?

2004-12-31 Thread Vic
? ('cuase Servlet 2.3 (Tomcat 4) has JSTL instead of bean/logic tags) .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to start the application?

2004-12-31 Thread Vic
Take a look at the Struts tutorials links from Struts home page; or google them. Or Struts Books. Maybe you can unjar the Struts start war and get the action to call your html. .V S.B. wrote: I am about to start building a new application. I have a html mockup page. What's the initial steps to b

test - please ignore

2004-12-24 Thread Vic
please ignore -- RiA-SoA w/JDNC forums - help develop a coomunity My blog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: Struts tags / JSTL question

2004-12-23 Thread Vic
A collection? c:for each ! .V Vinicius Caldeira Carvalho wrote: Hi there! I have a collection of beans, and this collection is set to the request. I'd like to retreive only the first object of the collection (later on I'll iterate over it completely) How can I do this? My Collection is a List. I

online book(not free) and free video solutions

2004-12-18 Thread Vic
http://wiki.apache.org/struts/StrutsTutorials - videos are free. Tutorial builds from lab to lab and you build a full realistic DB master/detail CRUD, w navigation, and most commonly used features. Check out the video - 30 of them, one for each lab. ( ... as I move to new Sun Swing Extensions /J

  1   2   3   >