A point that made me smile

"This is comparible to writing something like phpMyAdmin or a similar MySQL type of interface?"
To Clarify Steuben's point - the Webclient formulates SQL queries for you currently, and adds revision information into the SVN? The Webclient directly alters the tables or you upload the SQL queries manually into MySQL?
The webconsole then seems to be many things? A GM tool, a character editing software for NPCs, a quest configuration tool. In fact a wrapper for all that is linked to the Database game wise? Its a tall order, and would need to be cut into pieces that could be worked on, by a head developer on PS.
I'm a Newb with capital 'N' @ PHP. But it looks like a Servlet-esque server side scripting language. I can figure out whats going on I guess.
I have started writing and re-writing this response * 10. I scanned through 'Aerig' docs. Though a login @ browse only or screenshots would help.
1. Taking ACraigs earlier point - Do you want the webconcole re-written in-whole or in-part with a client-side Java GUI? *EDIT* I notice as I scan the PHP. That PHP uses specific commands to interact with MySQL, so it may offer limited 'lifting' of queries.
2. Or do you want a re-write of the PHP code in Serverside Java. I don't know about the limitations of PHP vrs Servlets.
I need to know if you a proposing a re-write of the PHP existing console or a new Client side tool?
I worked on a help-desk solution some years ago that attempted to replicate a large Java GUI for 'emergency' work by employees when at home. The content was all Scripted in --Java Servlets and JSP server side-- and piped back in HTML, with the usual splattering of Javascript on the client side. it got really complicated and the s/house eventually gave it up for lost. But I can see the advantages that non-tech. users can just login and forget about trying to compile are install any programs to adjust in-game settings. I have experience at this. Problems were always HTML layout making the HTML experience feel like a GUI. IMO HTML=HTML dont try.
I'll carry on looking over this material as free-time permits.
Best regards
PR