Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

EASY as HELL Java persistence layer!

0 views
Skip to first unread message

Michael Lee

unread,
Nov 20, 2002, 7:29:54 PM11/20/02
to

Try it for free (winzip style, we're trusting you to pay for it if you use
it)! If you can extend a class then you can write database enabled java
objects! It's EZPersistence. Don't take my word for it.

Its at http://www.essayonsoft.com

No SQL, JDBC, GUI->DB mapping tools, intermediary XML files, NOTHING!
Absolutely nothing to muck with. This is NOT a complicated object database
tool.
To create a persistable java class just make it extend ONE CLASS! That's it!
I wrote this for myself because of all the redundant SQL, JDBC crap I was
writing. CMPs were still a pain in the ass with all the mappings. I just
wanted a simple, fast way to persist my Value objects. I wanted C.R.U.D.
(create, read, update, delete) operations and the ability to do a find() on
these bean objects without having to read through 12 manuals. The 'manual'
is all of one page with some excellent, working code samples included. EJBs,
DAO, Toplink, etc, they all have a purpose but they are all complicated to
learn, harder to use and not very fast. JDBC is cumbersome when you just
want to do simple CRUD operations. This is all where EZPersistence comes in.
It is about as easy as you can get. And it is very fast. It is not an
enterprise solution...it is not an EJB...but it is a great persistence layer
for a small, to medium sized application that needs database access from
java.
Download it for free. Try it, and, if you like it, send me a few bucks. If
you don't like it, don't buy it. I don't have complicated licenses, I don't
have complicated gui/db mapping tools, no complicated API's. No complicated
ANYTHING. I'm telling you, I wrote this for me because I wanted an EASY AS
HELL JAVA PERSISTENCE LAYER! It's called EZPersistence. Check it out please.
Download it at http://www.essayonsoft.com

-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
http://www.newsfeed.com The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----

0 new messages