Hi there, I'm working on a project which takes use of several technologies:
- Java
- JDBC Transaction Isolation Level
- Java Service Wrapper
- Log4j
- Apache Tomcat Webserver
- BIRT
- Apache Version Numbering System
- Apache ANT Build System
- SOAP
The software supports well known databases, such as MSSQL, MySQL, Oracle and DB2. The environment is subdivided in modules:
- A WebGUI to interact with the database
- A service to interact with the database through HTTP (create own forms and get a plain of formatted output of the result)
- A service to interact with the database though SOAP
Almost all services are offered in Tomcat via webapps. I'm pretty sure that we don't have the newest versions from those technologies. But I still wonder, if we could achieve the same with less dependancies. Anything new that could make our productivity more efficient?----