Search:

Type: Posts; User: sproket

Search: Search took 0.14 seconds.

  1. Persism 2.2.0 Released - A Lightweight ORM for Java

    Persism is a light weight, auto discovery, autoconfiguration, and convention over configuration ORM (Object Relational Mapping) library for Java 17 or later.

    By the numbers
    * 100k jar
    * 400+...
  2. Re: Persism ORM Release 2.1.0 - with support for Table Joins!

    Yeah I post it around for anyone who is interested.
  3. Persism ORM Release 2.1.0 - with support for Table Joins!

    Persism is a zero ceremony ORM for Java

    https://github.com/sproket/Persism

    Release Notes
    2.1.0
    Implemented table joins!
    Update log4j2 reference in POM to 2.17.1
    Added warning if using a...
  4. Persism 2.0.0 Released - A zero ceremony ORM for Java

    https://github.com/sproket/Persism

    Set baseline to be Java 17 (see the 1.x branch for Java 8+)

    Added SQL type wrapper for String

    Added Parameters type wrapper for parameters array

    Added...
  5. Persism 1.2.0 Released - a zero ceremony ORM for Java

    ### 1.2.0
    * Added support for Views
    * Added query 'select *' method to session
    * Finalized support for Informix (Tests added)
    * Changed query statements to make explicit forward only and read...
  6. Replies
    3
    Views
    1,109

    Re: Websites to learn Java for beginners

    JavaRanch :)
  7. Persism 1.1.0 Released - with support for Records!

    Persism is a zero ceremony ORM for Java

    https://sproket.github.io/Persism/


    What's new:

    Added support for Records! (Java 16)
    Added preliminary support for Informix (looking for help to set...
  8. Persism 1.0.1 Released - a zero ceremony ORM for Java

    Version 1.0.1 is available on Maven.

    * Added support for UUID as generated key for PostgreSQL
    * Added support for UUID for other supported DBs (mapping to String or byte array)
    * Added support...
  9. Announcing Persism 1.0.0 - A no nonsense ORM for Java (self.java)

    Hi everybody!

    Persism is a wood simple, auto discovery, auto configuration, and convention over configuration ORM (Object Relational Mapping) library for Java.

    Grab it from here:...
  10. Re: Can't figure out why my program isn't outputting.

    Hi,

    Well first showInputDialog returns a String, not an int. It returns the value you entered.

    Also, you need the guestsString value in more than one method so you need to move to the...
Results 1 to 10 of 10