- This topic has 1 reply, 1 voice, and was last updated 19 years ago by Clive Stellings.
-
AuthorPosts
-
Clive StellingsMemberI am looking for some people to turn an application I developed into a public domain project. It allows anyone with the most rudimentary knowledge of Java (and I mean rudimentary) to create web based forms that work on a J2EE server.
No need to know javascript, J2EE, JSP or anything else for that matter except Java. You need only take a basic HTML page add some tags and you have full control of the page using only the server side Java code. You can read/write text fields, select fields, radio buttons, check boxes etc, etc. You can also change style info, text color, background color. All this without doing a page reload (this is not AJAX). You can add or delete items in a select box, disable/enable fields and hide/show fields and/or divisions. and lots more. The application will also allow the data to be transferred using https for security, all without intervention of the programmer.
Buttons are supported and when the user presses a button on the page the execute method for the corresponding class on the server side java code is executed. The code by way of the page name, field name and java reflection will find the correct class and method to execute. The same button can tell the page to completely load all the data on the screen to the correct classes on the server which the server side code has access to.
It also supports javascript based menus that are created completely in java from the server side java code and loaded by way of tag libraries to the html page. The menus are fully configurable and can be placed anywhere on the html page the programmer desires.
If anyone is interested I have a small demo project with a demo page and instructions how to install it and do some modifications and enough test classes with examples to give a good idea of what this project is.
One of the first things I would like to do is add the ability to put the HTML page through a HTML parser, add the tags and the create all the server side classes automatically.
Contact me at cliveste@hotmail.com if you are interested and I will send you the package. I am also very open to any criticism as anything that can help improve this would be appreciated. It does not support tables at this moment and I am in the midst of working on this, so please don’t mention that it does not support tables. I have done several tests and am deciding on the best model to support tables at this moment. If anyone has some ideas on a good way to handle tables, let me know as I would be interested.
Clive Stellings
cliveste@hotmail.com
Clive StellingsMemberThis is a working project and not just a concept. What I really need is a site to place it on and a group to start adding some advanced features such as turning it into an eclipse plugin. All that is mentioned in the above is working at this time.
-
AuthorPosts