Skip navigation links
Packages 
Package Description
com.goldencode.asm
Tools, utilities, helpers for generating and loading Java classes by assembling bytecode directly, using the ObjectWeb ASM library.
com.goldencode.ast  
com.goldencode.cache  
com.goldencode.expr
Provides a cached, high performance (dynamically compiled) expression processing engine for the generic processing of expressions that can return objects or perform assignment operations.
com.goldencode.graphdb  
com.goldencode.html
Classes used to simplify creation of HTML output.
com.goldencode.p2j
Global classes related to conversion of Progress 4GL applications or the subsequent runtime processing of the converted application.
com.goldencode.p2j.admin
Provides an administration server and a browser-based GUI applet that works as an admin client to offer an easy remote GUI for various P2J administration tasks.
com.goldencode.p2j.admin.client  
com.goldencode.p2j.admin.client.application  
com.goldencode.p2j.admin.client.application.home  
com.goldencode.p2j.admin.client.application.home.accounts  
com.goldencode.p2j.admin.client.application.home.accounts.certificates  
com.goldencode.p2j.admin.client.application.home.accounts.groups  
com.goldencode.p2j.admin.client.application.home.accounts.processes  
com.goldencode.p2j.admin.client.application.home.accounts.users  
com.goldencode.p2j.admin.client.application.home.acl  
com.goldencode.p2j.admin.client.application.home.acl.model  
com.goldencode.p2j.admin.client.application.home.console  
com.goldencode.p2j.admin.client.application.home.console.acquiredlocks  
com.goldencode.p2j.admin.client.application.home.console.recordlocks  
com.goldencode.p2j.admin.client.application.home.console.sessions  
com.goldencode.p2j.admin.client.application.home.help  
com.goldencode.p2j.admin.client.application.home.print  
com.goldencode.p2j.admin.client.application.home.runtime.customlib  
com.goldencode.p2j.admin.client.application.login  
com.goldencode.p2j.admin.client.editors  
com.goldencode.p2j.admin.client.widget  
com.goldencode.p2j.admin.client.widget.dialog  
com.goldencode.p2j.admin.server  
com.goldencode.p2j.admin.server.reports  
com.goldencode.p2j.admin.shared  
com.goldencode.p2j.aspects.ui  
com.goldencode.p2j.cfg
Provides a way of finding pieces of initial (bootstrap) configuration.
com.goldencode.p2j.classloader  
com.goldencode.p2j.comauto  
com.goldencode.p2j.convert
Provides specialized Progress 4GL intermediate form representation (abstract syntax tree or AST) to Java AST conversion services.
com.goldencode.p2j.directory
Implements a set of classes  that manage a hierarchy of directory objects and provide retrieval and editing capabilities for the objects and their attributes.
com.goldencode.p2j.e4gl
Classes used to provide a WebSpeed compatible embedded 4GL (E4GL) preprocessor.
com.goldencode.p2j.extension  
com.goldencode.p2j.io
Provides a new useful extension to input streams.
com.goldencode.p2j.library  
com.goldencode.p2j.main
Generalized command line driver classes used to launch specific P2J clients and servers based on information from command line parameters and bootstrap configuration files.
com.goldencode.p2j.net
Provides a multiplexed, symmetric low level network transport, transaction requester/server support and all necessary queuing, addressing, naming, routing and security integration needed to create a logical network of leaf and router nodes that can implement a flexible distributed application system.
com.goldencode.p2j.pattern
A framework to post-process abstract syntax trees (ASTs) using pattern-matching techniques, for the purpose of examination, analysis, transformation, and ultimately conversion from one programming language's syntax to another's.
com.goldencode.p2j.persist
Runtime services which support persistence of an application's business domain Data Model Objects using the Hibernate ORM framework.
com.goldencode.p2j.persist.dialect  
com.goldencode.p2j.persist.dirty  
com.goldencode.p2j.persist.event  
com.goldencode.p2j.persist.hql  
com.goldencode.p2j.persist.id  
com.goldencode.p2j.persist.lock  
com.goldencode.p2j.persist.meta  
com.goldencode.p2j.persist.pl
Classes required by user defined, server-side, database functions implemented in Java using the PL/Java framework.
com.goldencode.p2j.persist.remote  
com.goldencode.p2j.persist.sequence  
com.goldencode.p2j.persist.trigger  
com.goldencode.p2j.persist.type  
com.goldencode.p2j.preproc
Implements a full set of classes including lexers, parsers, utility classes and command line driver code that constitute a stand alone Progress 4GL compatible language preprocessor.
com.goldencode.p2j.report  
com.goldencode.p2j.report.server  
com.goldencode.p2j.scheduler  
com.goldencode.p2j.schema
Provides services to extract database schema information from a Progress schema dump file (*.df) for the purposes of inspection and analysis; combines this data with programmatically and manually generated conversion hints in order to create an analogous relational database schema and a skeleton mapping of data-aware Java objects to the resulting schema.
com.goldencode.p2j.security
Implements a set of classes  that control application access to abstract resources and manage security credentials.
com.goldencode.p2j.spi  
com.goldencode.p2j.test
Collection of testcases that provides classes for creating and printing a testcase P2J XML directory, and a test server with a suite of  clients that use the directory and test various aspects of the P2J functioning.
com.goldencode.p2j.uast
rovides a lexer, parser, call tree processing and symbol resolution to create an intermediate form representation (unified abstract syntax tree or UAST) of a Progress 4GL source tree in a manner that allows easy programmatic tree walking and manipulation for the purposes of inspection, analysis, interpretation, translation and conversion.
com.goldencode.p2j.ui  
com.goldencode.p2j.ui.chui
Experimental implementations of CHARVA-based controls designed to replace Progress widgets.
com.goldencode.p2j.ui.client  
com.goldencode.p2j.ui.client.border  
com.goldencode.p2j.ui.client.chui  
com.goldencode.p2j.ui.client.chui.driver  
com.goldencode.p2j.ui.client.chui.driver.batch  
com.goldencode.p2j.ui.client.chui.driver.console  
com.goldencode.p2j.ui.client.chui.driver.swing  
com.goldencode.p2j.ui.client.chui.driver.web
Provides classes to implements the Ajax ScreenDriver based on WebSockets.
com.goldencode.p2j.ui.client.driver  
com.goldencode.p2j.ui.client.driver.swing  
com.goldencode.p2j.ui.client.driver.web  
com.goldencode.p2j.ui.client.event  
com.goldencode.p2j.ui.client.event.listener  
com.goldencode.p2j.ui.client.format  
com.goldencode.p2j.ui.client.gui  
com.goldencode.p2j.ui.client.gui.driver  
com.goldencode.p2j.ui.client.gui.driver.swing  
com.goldencode.p2j.ui.client.gui.driver.web  
com.goldencode.p2j.ui.client.gui.theme  
com.goldencode.p2j.ui.client.layout  
com.goldencode.p2j.ui.client.model  
com.goldencode.p2j.ui.client.widget  
com.goldencode.p2j.ui.client.widgetbrowser  
com.goldencode.p2j.util
Provides various helper classes to handle standard tasks related to strings, XML files, symbol resolution, tree walking and more.
com.goldencode.p2j.web
Provides classes to implements jetty Web Socket's embedded server.
com.goldencode.p2j.xml
Classes used to simplify manipulation of XML documents, including parsing, programmatic creation, and serialization.
com.goldencode.proxy  
com.goldencode.terminal

Interactive client implementation for Swing and Web clients.
com.goldencode.trace  
com.goldencode.trpl  
com.goldencode.util  
Skip navigation links
Copyright (c) 2004-2017, Golden Code Development Corporation.
ALL RIGHTS RESERVED. Use is subject to license terms.