JClockWork 0.9.6

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
Login or register to tag items

This eclipse plugin project was created to reduce the time-consuming process of creating code manually to assign property values of one java bean to another. Using a simple interface this plugin will allow users to add mappings between the two beans. On a click of a button code will be generated that maps properties to each other based on the user's selections.

Supported features

  • Nested bean support and collections/array of beans
  • Mappings can vary between array to collection or vice versa, array or collection to
    nested bean and nested bean to array or collection.

  • Type conversions(supported conversions are)
  • String to date, Date to String, String to char, Char to string, String to int,
    Int to string

  • Custom converter
  • Converts a bean type to a user specified type using a pattern.

  • Bean property merge
  • Merge any number of bean properties into one property located in the target Java bean.

  • Create your own converter classes
  • Since this project is open-source one can easily write converter classes in Java.

  • Checks for nulls and empty strings
  • Places conditionals in the generated code that skips mapping of empty strings or null values.

    Features for future versions

  • XMLBeans mapping
  • The possibility of generating Java code mapping bean properties from XMLBeans sources.

    Project news

  • Released version 0.9.6. Click here for more details
  • Released version 0.9.5. Click here for more details
  • Released version 0.9.4. Click here for more details
  • Released version 0.9.3. Click here for more details
  • Released version 0.9.2. Click here for more details
  • Additional Details

    • Version Number: 0.9.6
    • Eclipse Versions: 3.6
    • Organization: SouthEdge Software and Consultancy
    • Date Created: 09/03/2011
    • Date Updated: 15/09/2011
    • Development Status: Production/Stable
    • License: EPL
    • Submitted by: Carl Frendo
    • This listing has been installed 3 times in the last 30 days.

    Reviews

    Add a Review