This post originated from an RSS feed registered with Java Buzz
by Anthony Eden.
Original Post: Projects On The Wayside
Feed Title: All Things
Feed URL: http://allthings.mp/
Feed Description: Blogging about Java, Python, technology and generally anything which is of interest to me.
I was looking through my CVS repository the other day and noticed some projects which were simple and either fully complete or partially completed yet I have not released them. Thw following list represents projects which may be useful to others with a brief description. Please let me know if any are of interest:
WebIDE - A web based IDE. This may be useful for conferences where code is shared amongst conference attendees. Perhaps it would be useful for educational purposes as well. WebIDE is an applet which includes syntax-highlighting as well as storing of files on the originating server. It also includes a pluggable command API so that compilers and build tools can be triggered by the client to run on the server.
Enterprise Scripting Engine - An EJB session bean which provides an environment for executing scripts for business logic (i.e. you can use BeanShell for implementing business logic in any J2EE application server). ESE includes a tool for uploading new scripts and stores scripts in a database using an entity bean. This one is pretty much done including documentation.
O - This one is pretty far from anything useful, but I thought I would add it anyhow. O is a designer and runtime for building applications using drag and drop components. I spoke about this quite some time ago and this is the resulting "toy". I still think we need Augmented Reality for this type of stuff to work.