RE: Caching data from resultset

2004-06-16 Thread Freddy Villalba Arias
Hi, Yes, indeed. Postgres has something similar. Regards, Freddy. -Mensaje original- De: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 16 de junio de 2004 11:51 Para: 'Struts Users Mailing List' Asunto: RE: Caching data from resultset -Original Message-

RE: Caching data from resultset

2004-06-14 Thread Freddy Villalba Arias
Hi Leon, I suppose that, since you're talking about caching the ResultSet, you've already given a thought to the amount of data that you'd be handling, consider it to be feasible and reasonable to cache it. This said, why don't you take a look at CachedRowSet?

RE: Caching data from resultset

2004-06-14 Thread Freddy Villalba Arias
I'm sorry, my reply should have been directed to Chris, not Leon. My apologies, Leon. Regards, Freddy. -Mensaje original- De: Freddy Villalba Arias Enviado el: lunes, 14 de junio de 2004 14:22 Para: Struts Users Mailing List Asunto: RE: Caching data from resultset Hi Leon, I suppose

RE: [OT] Job-Posting

2004-05-06 Thread Freddy Villalba Arias
Does it require moving there or is distance working a possibility? What's the job description / responsabilities? Salary? (Euros, please) -Mensaje original- De: Oliver Thiel [mailto:[EMAIL PROTECTED] Enviado el: miƩrcoles, 05 de mayo de 2004 19:35 Para: Struts Users Mailing List CC:

Job

2004-05-06 Thread Freddy Villalba Arias
Sorry for the spam, everybody. Didn't mean to reply to all of you. Regards, Freddy.

RE: Struts, Business Logic, DAOs

2004-04-15 Thread Freddy Villalba Arias
Hi Paul, I would implement BusinessRules (make that UseCases?) objects that encapsulate the BL behind your app. Then, in an upper layer, I would implement TransactionalOperations objects that define a transactional operation (thus encapsulating the begin and the end of your transaction), where

RE: [slightly OT] defensive strategy

2004-04-13 Thread Freddy Villalba Arias
Hi, Just a thought since I have never implemented something like this... I'd prevent users from submitting more than 1 vote from the same IP during a (configurable) period of time. I'd store all votes received in a DB. I'd implement some kind of police-entity, like, for instance, a

RE: Filters..

2004-04-06 Thread Freddy Villalba Arias
Whoa, talk about general questions!!! :) I suppose it depends on what you want them for and the overall context... Could you be more specific? Cheers, Freddy. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: martes, 06 de abril de 2004 16:23 Para: [EMAIL

RE: Filters..

2004-04-06 Thread Freddy Villalba Arias
:) -Original Message- From: Freddy Villalba Arias [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 7:53 PM To: Struts Users Mailing List Subject: RE: Filters.. Whoa, talk about general questions!!! :) I suppose it depends on what you want them for and the overall context... Could you

RE: [OT] JTA, JDBC and data persistence

2004-03-29 Thread Freddy Villalba Arias
- From: Freddy Villalba Arias [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:34 AM To: Struts Users Mailing List Subject: RE: [OT] JTA, JDBC and data persistence Hi everybody, Yes, I'm aware that this is the typical scenario for a O/R mapping tool (Hibernate, OJB... you