vote up 2 vote down star
1

I need to give a brownbag to my dev co-workers. The team is a typical Java/J2EE team, mostly using the current technologies (Grails, Spring, Hibernate, EJB, Caching, Webservices, Messaging).

I want to talk about something that we aren't using yet. Part of my reason for giving the presentation is to learn it myself too. And I don't care if its not directly useful at work, but is something worth knowing about.

Things I am looking into are: Performance Tuning a J2EE app, Scala, Erlang, XMPP, RabbitMQ, Couchdb, Git.

In other words, name a technology that you desperately want to learn or that you have learnt recently and you find yourself telling others about it?

Any preference or advice?

flag
I have absolutely no idea what you're referring to. – silky Sep 17 at 23:07
What do you mean by 'giving a brownbag'? – Robert Munteanu Sep 17 at 23:09
3  
Brownbag is a term in use here in the States meaning roughly "lunch with a lecture". – CPerkins Sep 17 at 23:12

5 Answers

vote up 1 vote down check

If you want to pay attention to performance tuning you could start by taking a look at jvmstat and jstat. These tools can give you a lot of insight into what your application actually does, as opposed to what you think it does.

link|flag
Yeah, I was thinking about the cool stuffs that come with the JDK now, and yet not many developers are used to it. – Erlanged Sep 18 at 15:00
vote up 3 vote down

A vote for scala here, I'm having great fun with it.

link|flag
vote up 2 vote down

Continuous Integration with Hudson - it's something you and your team can benefit from, as well as something new to learn.

link|flag
Nice one, but we do it already! – Erlanged Sep 17 at 23:46
Cool :-) How about Test Driven Development then? – spilth Sep 18 at 1:40
We do have TDD in place too for a long time now, but most developers still do it backwards - which beats the purpose. – Erlanged Sep 18 at 2:20
vote up 2 vote down

It depends heavily on what your team doesn't know. Using that mix of technology, concurrency issues are mostly abstracted away from you, so doing something on concurrency might be useful.

Scala is certainly a good choice.

Cloud computing is all the rage these days, so something about Memcache, Terracotta or similar technologies are certainly worth knowing about, as is Google's App Engine.

But it is a very wide open question, because it depends on what your team doesn't know directly but is interesting to them.

link|flag
Yeah, Terracotta would be a good one. – Erlanged Sep 17 at 23:55
vote up 1 vote down

Stating these topics since it hasnt been mentioned before in the discussion.

There are some technologies in the same area that your team is working with, that cropped up.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.