Home Featured Top 40 Software Reviews Link To Us Advertise




  • recover rar online
  • recover zip online
  • 3d engine
  • Useful Resources:

    C: \ Development \ Components & Libraries \ Easy Java Persistence EJP 2.6


    Opens in new window

    Easy Java Persistence EJP 2.6 - Detailed Description Page

    Screenshot not available

    Program ID:

    66366

    Author:

    dabuTech     All programs by this author

    Downloads:

    240

    License:

    Freeware [?]

    Cost:

    $0.00 US

    Operating Systems:

    win9xme win2000 winxp winvista winvistax64 win7x32 win7x64 winserver

    Size:

    2822K

    Release Status:

    new

    Last Updated:

    2011-11-06

    Our Rating:

    Not rated yet...

    Users Rating:

    not rated yet     (total votes: 0)

    Feedback:

    Report broken download     Report spyware [?]

    Free download Easy Java Persistence EJP 2.6

    Download Easy Java Persistence EJP 2.6

    Share |


    Easy Java Persistence EJP iconEasy Java Persistence (EJP) is a powerful and easy to use relational database persistence API for Java. EJP's main features include:

    - automatic object-relational mapping (A-O/RM)
    - objects are isolated from database changes, and vice versa
    - similar functionality to JPA (only easier)
    - performance is equal to or better then any JPA implementation
    - a footprint a fraction the size of any other (less than 300k)
    - object-oriented queries, inserts, updates, deletes, etc.
    - automatic object/relational mapping (A-O/RM)
    - automatic handling of all associations
    - automatic persistence tracking
    - commercially supported software
    - and a lot more (see web site)

    EJP has no need for mapping annotations or XML configuration, and there is no need to extend any classes or implement any interfaces. You truly do use your Plain Old Java Objects (POJOs). EJP is, by far, the easiest persistence API available for Java. And it can handle anything you need to do!

    EJP is this easy (no annotations or configuration):

    public static void main(String[] args)
    {
    // One of many ways to connect to your database
    DatabaseManager dbm = DatabaseManager.getDatabaseManager("com.mysql.jdbc.Driver",
    "jdbc:mysql://localhost/ejp_example");

    dbm.saveObject(new Customer("Smith", "John"));

    Customer customer;

    if ((customer = dbm.loadObject(new Customer("Smith"))) != null)
    {
    customer.getSupport().add(new Support(...));

    dbm.saveObject(customer);
    }

    Collection<Customer> list = dbm.loadObjects(new ArrayList<Customer>(), Customer.class);
    ...
    }


    And, it's used with normal unadorned (no annotations) class definitions.

    Easy Java Persistence EJP 2.6 development, components & libraries software developed by dabuTech. The license of this development, components & libraries software is freeware, the price is 0.00, you can free download and get a free trial before you buy a license or registration. All Easy Java Persistence EJP 2.6 download links are direct Easy Java Persistence EJP full download from dabuTech site or their selected mirrors.

    Keywords: persistence, ORM, object-relational, relational, relational database, object database, RDBM, RDBMS, Java, JPA, hibernate, JDBC, database, oracle, mysql, db2, hsqldb, postgresql, jsp, servlet, java web development, java persistence, Freeware, Development, Components & Libraries, dabuTech, Easy Java Persistence EJP

    Recent Changes: This release contains major performance enhancements that bring EJP to the top of the list in terms of features and speed across the board. EJP now out-performs the leading database access software in queries, inserts, updates and deletes. And it's far easier!

    Install Support: Install Only

    Supported Languages: English

    Additional Requirements: It's a Java based API that is built over JDBC



    Latest Releases in Development - Components & Libraries

    Mgosoft PS To PDF SDK iconMgosoft PS To PDF SDK 9.1.2   (2018-08-18)   update
    Convert PS to PDF Documents

    Mgosoft PCL Converter SDK iconMgosoft PCL Converter SDK 8.8.1   (2018-07-20)   update
    Convert PCL (pcl, pxl, px3) to PDF, XPS, Text, PS and dozens of image formats

    Mgosoft XPS Converter SDK iconMgosoft XPS Converter SDK 9.0.1   (2018-06-26)   update
    Convert XPS files to PDF, PS format and dozens of image formats

    TextPipe Engine iconTextPipe Engine 10.7   (2018-05-16)   update
    Industrial strength text transformation engine DLL data conversion and mining

    Mgosoft XPS To PDF SDK iconMgosoft XPS To PDF SDK 11.7.3   (2018-04-30)   update
    XPS Converter, XPS to PDF, XPS Tools

    Mgosoft PDF Stamp SDK iconMgosoft PDF Stamp SDK 7.3.3   (2018-03-14)   update
    Stamp PDF with images, text, graphic lines and rectangles.

    RTSP/RTMP/HTTP/ONVIF DirectShow Source iconRTSP/RTMP/HTTP/ONVIF DirectShow Source 7.1.4.4   (2018-03-14)   update
    Directshow filter SDK captures ONVIF PTZ, RTSP, RTMP, RTP, HTTP, UDP, RTP, MMS

    Mgosoft PDF Security SDK iconMgosoft PDF Security SDK 9.7.4   (2018-03-13)   update
    Decrypt password-protected pdf files, Encrypt pdf files.

    Mgosoft PDF Password Remover SDK iconMgosoft PDF Password Remover SDK 9.7.4   (2018-03-13)   update
    Mgosoft PDF Password Remover can help you decrypt password-protected PDF files.

    Mgosoft PDF Encrypt SDK iconMgosoft PDF Encrypt SDK 9.7.4   (2018-03-13)   update
    Mgosoft PDF Encrypt can help you encrypt your PDF files.






    All Programs:

    0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @


    All Authors:

    0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z # . ! @


    RSS Feeds:
    (Current Category)

    RSS Feed for New Releases and Updates New releases & updates

    RSS Feed for New Shareware Releases New shareware releases

    RSS Feed for New Freeware Releases New freeware releases

    RSS Feed for Most Popular Software Most popular software

    RSS Feed for Top Rated Software Top rated software

    Feeds List in OPML Feeds list in OPML


    Useful Resources:

    AbleFTP iconAbleFTP 11.10: AbleFtp - FTP client designed to automate and run 1000+ FTP tasks a day.

    Domain Quester iconDomain Quester 6.02: Search for domains by unlimited number of keywords

    Domain Quester Pro iconDomain Quester Pro 6.02: Search for domains by unlimited number of keywords

    Advanced XLS Converter iconAdvanced XLS Converter 2.55: With XLS Converter you can convert Excel (XLS) files into dozens of formats!

    Home | Featured | Submit | Link To Us | Contact Us | FAQ | About Us