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-
> F
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 su
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?
http://java.sun.com/j2se/1.5.0/do
Sorry for the spam, everybody. Didn't mean to reply to all of you.
Regards,
Freddy.
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: [EM
Hi Paul,
I would implement "BusinessRule"s (make that "UseCase"s?) objects that
encapsulate the BL behind your app. Then, in an "upper" layer, I would
implement "TransactionalOperation"s objects that define a transactional
operation (thus encapsulating the begin and the end of your
transaction), w
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
VoteInspecto
Hello,
Since you're already discussing this (and it is not the first time, from
what I've seen on the ml)...
I've used ORM tools (OJB, 2 in-house implementations) but it has always
been in small-sized projects (70- tables). It has always been a "good"
choice.
Has anybody worked in a project that
These are the main 2 reasons that come to me:
(1) You are not "closing" the connection once you've finished using it.
This signals the pool's manager when to re-assign that connection (i.e.
you've finished, so it can be used by someone else).
(2) Your connection pool is not big enough.
HTH,
Fred
more specific about my queries :)
-----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
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
(When I said response, I meant the GET / POST action)
-Mensaje original-
De: Freddy Villalba Arias
Enviado el: jueves, 01 de abril de 2004 16:05
Para: Struts Users Mailing List
Asunto: RE: changing two frames at one time
Hi Otto,
IMHO, for the sake of transparency / independence
Hi Otto,
IMHO, for the sake of transparency / independence, Struts should know
nothing about where (within a web document) is the response being
targeted.
Why don't you use JavaScript for "hearing" the click on the "child"
frame from the "root" document and then load on each frame the URL you
wan
I'm not sure, but I believe that OJB provides "proxy" objects (I believe
that's how they call them) specifically for this kind of problems. I
don't know if they work for ResultSet-s that big. However, at least,
they seem to claim so. Maybe there is something similar in other O/R
mapping tools...
-
x27;s
> hideously simple. I suspect your non database literate developers will
> be
> able to understand it faster than they will JDBC. (If HQL is the
> holdup,
> iBatis solves that problem).
>
> I mean, how tough is something like this to understand?
>
> Session sess
sh();
session.connection().commit();
this.releaseSession();
-Joe
> -Original Message-
> 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
>
&
ually provide
support for transactions, in addition to providing a mapping layer for
your objects.
Freddy Villalba Arias wrote:
> Hello everybody,
>
>
>
> An off-topic question (it's Friday, I hope you accept it!):
>
>
>
> I want to implement a Business O
17 matches
Mail list logo