Web Development Tools
  Eden Logo   About   Products   Resources  


Web Development Tools

These tools relate to building and customizing web sites and web applications.
screen shot
Info 

aCalendarForge: Lets you quickly build HTML web pages to display events.

These may have
  • Different calendar formats
  • Cover different time periods
  • Have different styles and layouts
  • Show different events

aCalendarForge can be particularly helpful if you

  • Frequently update calendars events
  • Need to show the same events in different formats
  • Need to handle different event lists
  • Need to handle a large number of events

screen shot
Info 

com.edenllc.util: Java package to manage dynamic web application.

Classes factor out much of the standard overhead of operations so that one may concentrate on the specifics. Classes provide the following functionality
  • Display of forms for objects.
  • Manage request context.
  • Time display and conversion.
  • Manage selection lists.
  • Generate dynamic SQL.
  • Read flat files.
  • Access database connections and query management.
  • Connection pools
  • Generate calendars

screen shot
Info 

zCFac: Generate Java, SQL, and documentation for web applications

Generates java, SQL, and documentation for managing "flat" objects in web applications. Provides for display, editing, and complex searches.

Generates the following for each object.

  • Java container class.
  • Java edit and display management class.
  • Table creation sql.
  • html to describe the database schema.
  • miscellaneous sql and jsp.

Info 

zcListFac: Generate dropdown list items for web applications

Takes a summary descriptions of value lists and generates SQL inserts and Java code for use in Web apps using the edenllc utillities. These include the following.
  • SQL insert statements to load the lists into the data base.
  • id and display arrays for AxNVListMgr.
  • Java Statements defining the codes for the lists in the AxNVListMgr and App classes.

Info 

qs_menu: JavaScipt for hierarchic popup menus

Use to generate popup menus in web pages. Menus may have submenus. Supports the following features.
  • Font.
  • color.
  • Horizontal/Vertical.
  • Delay time.