Next-Gen Work Projects post
We are contemplating the next generation of our XML feed processing applicatioin and discussing what technologies we want to use. Personally, I was pushing for Twisted because of it's support for concurrency and, well, it's Python. The main dev on the project (it is currently a Perl application) likes Java, as does our sysadmin (who also updated some existing infrastructure to use Java). At one time I thought that we could replace some existing Ruby code in our system with some Jython code, but like many things I have not been able to free up the time to work on it.
Since we seemed determined to use Java, I decided to see if I could pique the Java boyz interests and suggested that we take a look at Scala. It's terse, totally object-oriented and has full interoperability with Java itself. Which, hopefully, means that some of the libraries available for Java that would be of use to our project could be used within Scala as well.
See, I'm stuck between a rock and a hard place here: I'd love to be involved in this project because Scala seems cool, and I've never done any work with Java before. But will I ever get the chance, being the main web-app guy at work now? *sigh*
I guess I could always go into stealth mode and see if I could whip together a quick prototype using Twisted, just to see if it could connect to our systems and pull down documents. Hrm...HRM....MUAHAHAHAHAHAHAHAHAHAH. Time to see if all the comments people made in my Twisted (web) vs. Tornado post are true, and that Twisted is a viable option for pulling in XML documents and parsing them so they fit into a relational database, like our existing product. It could also be a good excuse to stretch out the use of eXist and store documents in that.