Perrin Harkins wrote:
> 
> On Tue, 5 Dec 2000, Matthew Kennedy wrote:
> > I've worked with both (Java 2 EE and tools like Apache::ASP/Mason).
> > What people want out of an "enterprise solution" is a middle tier
> > which is not tied into the presentation. When you free your process
> > decisions from the presentation in that way, you can implement a B2B
> > type transactions much more easily. The rationale for J2EE is already
> > defined quite well in this way.
> 
> Mr. Mather's Apache::PageKit module does a good job of implementing the
> model/view/controller paradigm in mod_perl.

I will check that out.

> > Transaction support for your business logic is easy in J2EE. It's not
> > clear how you do this in Perl?
> 
> Use an RDBMS.

You don't understand that it can have nothing to do with a RDBMS. I'm
not talking about transaction control within the context of a database
within a RDBMS. As I wrote to another user on this list, say you have
two database servers and you need to implement a process which operates
on each database in order. Maybe you move an item from on to the other.
What if the second operation fails? Natually you want to roll-back to
before the operation on the first. That's what J2EE transactions are
about. See how RDMBS transactions are a different deal in this
situation?

> - Perrin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to