Occasionally I come up with a 'wow, wouldn't it be good if you had an
application that could do xyz' idea. I log all these ideas and
some I implement, others I never get round to starting.
Heres a few applications and projects I currently have bubbling on the
stove:
| JBoss Nukes CMS for this website |
Reworking of this website to use Nukes on JBoss for
Content Management. I am planning/hoping that this will allow me to
add new tech articles and hints/tips etc to the website without having
to edit/modify new JSP/HTML pages and keep reploying/uploading to
the server. This sounds like an interesting project, and something
I am keen to get going as soon as I have some spare time :-) |
| Garden design app |
Swing based application using MySQL db for plant catalog
and garden layout. Has drag n drop plan layout, and different views
by color, season etc. |
| Value Object class code generator |
Generates source code for value objects. I have a preliminary
version of this in my downloads
area, but currently it just generates getter and setter methods
for an existing Class source file. |
| Template based code generator |
Generates Class files from parameterized template files,
for example for Value Objects, Struts Action subclasses, Struts ActionForm
subclasses, servlets, EJBs. I am planning on using Jakarta Velocity
templating engine for this and to make the app extensible so anyone
can add their own custom templates. |
| J2ME Address book |
An Address Book application for J2ME devices |
| Dynamic RSS content transformation for webpages |
This will be a component to be used in a JSP page where
the user will select (or enter) a URL to an RSS XML datafeed, and
then select the fields from the feed they want displayed. The transformed
results will be output into the page. |
| |
|