- All
- Personal
- Programming
- Sun
CJ2007
This past friday and saturday I was fortunate enough to a attend a great event thrown by the brazilian Java community. It is called "Conexão Java" (in english, "Java Connection"). As usual, the best part was the chance to meet friends and get to know new people. I didn't know Sun was sponsoring the event until I got there, but I did spend a little time hanging out with colleagues in our booth. The sessions were interesting as well, reflecting a certain "zeitgeist" in the Java development world that I've tried to capture in the descriptions below. I missed all of friday afternoon, but attended most of the rest of the event:- Java ME, by Thadeu Russo. It was an introductory talk, and I can't really comment much because mobile dev isn't my cup of tea.
- Scrum, by Alexandre Magno. Great talk. He focused a lot on agile principles, the manifesto, etc., and that left little time for the specifics of Scrum. But it was probably the right choice given the low level of adoption of Agile practices in Brazil.
- Java performance, by Claudio Miranda. This one I missed as it conflicted with an important algebra class. I'm mentioning it because everyone I talked to really liked the session.
- Keynote: "End of the one note architect", by Carlos Villela. The name is a pun on a brazilian song called "one note samba". CV, an architect with Thoughtworks, talked about the malady of technologists that limit themselves to one single technology as if it were the solution to every problem under the sun. He didn't miss the opportunity to take a few jabs at Java, the language, but highlighted the importance of Java, the platform. I'm on board with the overall message, but I'll take this chance to hammer on a pet peeve of mine. I often hear variations of the "toolbox argument", it goes something like this: "There is no reason to use the same programming language for everything, you should pick the right tool for the right job. A good carpenter would never use a chisel to insert a nail", and so on... You've probably heard this kind of analogy before. My beef with it is that a Java is not a hammer! General purpose programming languages and platforms are sophisticated beasts and hardly ever do we find ourselves in a situation where there is a clear cut option: "to secure this screw we need the phillips screwdriver over there" is so different than "for the new kiosk system we'll use JavaFX communicating with an Active Resource based backend" that the whole analogy becomes meaningless or even harmful. Anyway, Carlos did not use the toolbox argument and everything he said was very sensible, so this whole rant is just me stepping in my personal soapbox. My point? Software development is not an easy chore, period.
- Agile Methods for the Traditional Guy, by Danilo Sato. More beating of the Agile drum by another Thoughtworker; great stuff. Danilo is a gifted speaker and really engaged the audience. I do have some issues with the characterization of a "traditional guy", though. I think it risks portraying agility, by opposition, as some newfangled über-vanguard concept, when it really is the product of years of experience developing software. Of course, anyone who actually heard what Danilo had to say learned this fact, along with a plethora of interesting data. This line of criticism also applies to the "eXtreme Programming" name, by the way.
- Java Architecture, 2007, by Phillip Calçado. Phillip is well known in the Java community, as are the other speakers BTW, having recently ended a stint with Globo.com to embark on a career with Thoughtworks in Australia. This is the third Fowler minion in a row, for those keeping score. One attempt to summarize the main message of the talk would be: wake up and smell the beans, the days of J2EE 1.4 and EJB 2 are over. Phillip focused on many issues that are frequently raised in internet forums, such as the extremely limited applicability of the Data Transfer Object (née Value Object) pattern and Fowler's first law of distributed objects — do not distribute your objects! He mentioned DDD and MDD, though there wasn't enough time to elaborate more deeply. Overall it was another great talk, accompanied by an awesome set of slides. The most valuable takeaway for me was the discussion of caching architectures, an area I haven't delved into so far. Shoes (Phillip's online alias) also ran a little architectural workshop which was great fun, if a little too short. I almost forgot, in case he is reading this, best of luck in aussie-land!
- Creating Domain Specific Languages with ANTLR, by Fernando Meyer. I got to know Fernando in this event and he is a great guy. He works for JBoss as a core developer of the Drools rules engine. The talk was pretty cool, giving an overview of core concepts in compiler development — lexer, parser, AST, the whole enchilada — and demonstrating them with ANTLR. I have some (not much) experience playing with parser generators, so I was mostly looking forward to hearing more about Drools, but again, there wasn't enough time to talk about it.
I have some more stuff to say about the conference in general (what a loudmouth!), but it will have to wait until tomorrow.
Posted by rafaeldff [Personal] ( November 14, 2007 03:27 AM ) Permalink | Comments[0]
Comments:

