Java

Posts related to java

Showing 6 of 322 posts

Learning valuable lessons in the trenches of production

A key turning point in my career was when I was able to take over a non-functional Java Swing app. I had worked for years on a mission criti

#software
#java

Having a ton of fun with Spring Data REST + Javascript

Today has been 100% fun coding with Spring Data #REST, javascript, and pics of cats. :) --https://twitter.com/gregturn/status/44821984205605

#spring
#jquery
#java
#javascript

What is the best testing tool?

Someone posted to me a question through meetupcom, "Greg, what is the best testing tool?" I didn't have room to reply. I posted my response

#testing
#njug
#java
#pythontestingcookbook

Creating SSL sockets in Java using out-of-the-box APIs isn't good enough

Lately, I have had to work on a Java solution that involved locking down SSL. What do I mean by this? Quite simply, the list of default ciph

#java
#ssl

Please don't say "don't do that"

I have been digging for a couple of days on how to build a Scala List inside Java. The blog entries are hard to find. Most talk about conver

#scala
#java
#compiler

See how Spring Python works with Jython

I recently completed a patch that replaces the amara library with python's default elementTree library. As much as I like amara's API, its C

#java
#springpython
#python
#jython