Showing 236 open source projects for "java code generator plug-in"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Laja
    Laja is a combined code generator and parser generator written in Java. Focus has been on easy of use. It runs on most Windows and Unix/Linux plattforms. The parser generator generate parsers for Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Hybris Designer

    Hybris Designer

    Design Custom Hybris Applications and extend Core Model

    The objective of this project is to create a hybris accelerator for design and development of projects in an ecommerce suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Sql Serializable Java Object Generator

    Program used to generate Java objects which serialize to MySQL

    This is an application that is used to graphically create a collection of objects which can reference each other. Once objects and their relationships are defined, you can serialize them into java classes which automatically serialize and deserialize to MySQL. This output can be used to speed up development of programs where data is persisted within a database. This program may one day be expanded to cover other languages and databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JPlex

    Java lexical analyzer generator

    JPlex is an unconventional lexical analyzer generator for Java. JPlex lexers are NIO-based, DFA-powered, push-driven, and fully decoupled and reusable. Their state machines are precompiled and serialized, so run time initialization is fast no matter how large the rule set. JPlex is not a parser generator; it only generates an interface for its parsers, and it does not build a parse tree. When the lexer identifies a token that has a named event associated with it, it passes the token...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MSCTIME is a streamlined online timesheet platform tailored for the construction industry. Icon
    MSCTIME is a streamlined online timesheet platform tailored for the construction industry.

    Built for contractors and trades people working in the construction industry

    Our customizable online timesheets adapt to diverse contractor and project needs. From intricate, large-scale endeavors to smaller projects, MSCTIME ensures precise time recording.
    Learn More
  • 5
    JTools provides some useful tools and utilities for Java 5.0 development. Beneath some smaller utilities we have: a (Ant like) DAO framework (also including XML Repository) and a (JSP like) general purpose template generator and execution framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PHP Class Generator Eclipse plug-in

    PHP Class Generator Eclipse plug-in

    Eclipse Plugin to generated PHP classes from existing database schema

    PHP Class Generator Eclipse plug-in creates multiple PHP classes based on an XML template and a MySQL database table. Each generated class represents an access object for one database table, offering getters and setters for each database table field.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    j4o-generator

    The JUnit4OSGi eclipse plug-in generator.

    The JUnit4OSGi plug-in will generate a new project containing the selected test cases with selected methods, suite and manifest with respect to the junit4osgi-framework conditions. This project can be later tested using SwingGUI runner directly in Eclipse IDE. This project originated as part of diploma thesis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    daogenerator

    DAOGenerator automatically generates dao classes for Jee web apps

    DAOgenerator is pure Java, open source application, generates DAO classes for Jee applications. Additionally you can use auto generated mapping.xml on your Spring projects. Fully compatible with eclipse/JPA POJO generator DAO Generator currently supports below ORM frameworks: Hibernate JPA Application is platform free, you can run via console: java -jar daogenerator.jar OR right click -> open with -> Java SE Binary (Windows) Application requeries Java 1.6+ You can check...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, Javascript, Python, Ruby and Scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    JCRCGen

    JCRCGen

    Generates Java source code for the CRC algorithm.

    JCRCGen is a tool written completely in Java that will output public domain Java source code containing both the simple and table-driven implementations of the Rocksoft Model CRC algorithm. Generator polynomials may be any 8-bit multiple between 8 and 64 bits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Machi code generator is automation tool that can generate PHP code for displaying/editing MySQL tables in HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DataScript is a formal language for modelling binary datatypes, bitstreams or file formats. This project provides a parser and code generator for generating Java codec classes from a DataScript specification.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Commons4E is an Eclipse plug-in for making using the Java components from Jakarta Commons more convenient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java Server Faces (JSF) CRUD generator plugin for Eclipse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a code generator program for PHP. It will read all the tables from the given DB, generate Entity classes in PHP. This is Written in Java. You need JRE to execute this. See wiki for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JAXBBuilder is an eclipse plugin for generating Java classes directly from XML schema, XML or JSON files. The plugin detects document changes and re-generates Java code via Castor or XJC. It includes a JAXB project wizard, and configuration pages
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17
    Lapg is the combined lexical analyzer and parser generator, which converts a description for a context-free LALR grammar into source file to parse the grammar. Generates code for Java, Javascript, C, C++ and C#.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Java command-line option parser generator, providing function similar to GNU Getopt, but much richer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This java based application translates an entity-relationship-model into code. Currently implemented are generators for: PHP5 classes, PHP5 data access objects (interfaces and implementations), MySQL5 tables and HTML forms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project aims to provide a Eclipse plug-in (ch.sahits.codegen) for Java code generation (Wizard). Get up to date with the Update Site for Eclipse: http://www.sahits.ch/project/javacodegen/update/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Jalopy is a source code formatter/beautifier/pretty printer for the Java programming language. It is aimed to provide a full-featured, yet free alternative to the well-known Jindent. Plug-ins for Ant, Eclipse, IDEA, JBuilder, JDeveloper, jEdit, NetBeans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The BeanExaminer is a framework to present any java objects in an interactive surface to browse and edit them. A generator is included to create the desired pojo's through a given db connection. In this impl. the Beanexaminer uses hibernate + swing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Generator of PHP classes from PostgreSql database. There are model, view, controller (MVC) classes generated by this tool. It is easy tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    metaDSL provides a framework which eases creation of BNF grammars, parser generators and code generators. Executes as a Maven plugin or from the command line via a lightweight launcher powered by Maven runtime. See also: http://www.metadsl.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A eclipse plugin code generator for liferay with spring MVC in web layer and using spring as business layer. This is a simple tool which would reduce the redundant effort of liferay portlet XML updation, controller and preference JSP page generation.
    Downloads: 0 This Week
    Last Update:
    See Project