DEV Community

Discussion on: Java Developers, What's in Your Toolkit?

Collapse
 
robm99x profile image
Rob Mitchell

Language(s): Java, JavaScript, XML, XSL, JSON, bash

Project Management: Ant (yup, old school)

Version Control: GitLab

Database: PostgreSQL

IDEs / Editors: long time Eclipse user (VSCode pretty awesome too) and BBEdit (Mac OS-based)

Front-End: jQuery, JavaScript, CSS, HTML, JSP, XML/XSL

Other: requests come through custom, homegrown MVC framework, hits Java code, queries db, results transformed into XML, passed as request attribute to JSP, calls Java code to transform with XSL, producing more HTML and JS code, JSP converts to HTML, presented to browser. Ouch!