Java Lobby Announcements

Subscribe to Java Lobby Announcements feed
Updated: 9 hours 31 min ago

Coursera's Scala Course

14 hours 2 min ago
Coursera run an excellent Scala course which I just had the opportunity of participating in. The course duration is seven weeks. Each week consists of about 1.5 hours of lectures and then an assignment which can take anything between an hour to about 5 hours.  The course syllabus is outlined here.  So personal opinion time... Preview Text:  ...
Categories: Java

How to Stand Out at Work: 10 Tips for Programmers (Part 2)

14 hours 54 min ago
This is the second part of the article in which I’m sharing a list of simple tips that, in my opinion, can help programmers succeed at their current workplace. You can read the first part here: How to Stand Out at Work: 10 Tips for Programmers (Part 1). We’ve already reviewed 5 items, so let’s continue with the number 6: 6) Try to give realistic estimates Giving too optimistic estimates...
Categories: Java

Understanding the concept behind ThreadLocal

15 hours 1 min ago
Intro I was aware of thread local but never had the occasion to really use it until recently. So I started digging a little bit on the subject because I needed an easy way of  propagating some user information via the different layers of my web application without changing the signature of each method called. Preview Text:  I was aware of...
Categories: Java

Links You Don't Want to Miss (May 22)

15 hours 1 min ago
Looking at Memcached 10 Years Later This week was the 10 year anniversary since the creation of Memcached.  First created for the blog-building site, LiveJournal, Memcached has remained a staple persistence technology. Preview Text:  Today: Memcached 10 years later, JS struggles, why can't testers and developers get along?; Neil...
Categories: Java

Dev of the Week: Mahdi Yusuf

15 hours 1 min ago
Every week, we feature a new developer/blogger from the DZone community here and in our newsletter, catching up to find out what they're working on now and what's coming next. This week we're talking to Mahdi Yusuf, developer at Source Metrics, active member of the Python community, and creator of Neckbeard Republic. Preview Text:  ...
Categories: Java

Algorithm of the Week: Damn Cool Cardinality Estimation

15 hours 2 min ago
Suppose you have a very large dataset - far too large to hold in memory - with duplicate entries. You want to know how many duplicate entries, but your data isn't sorted, and it's big enough that sorting and counting is impractical. How do you estimate how many unique entries the dataset contains? It's easy to see how this could be useful in many applications, such as query planning in...
Categories: Java

Solr 4.2: Index Structure Reading API

15 hours 3 min ago
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course, if one wanted to do that prior to Solr 4.2 it could be achieved by fetching the schema.xml file, parsing it and then getting the needed information. However when Solr 4.2 was released we’ve got a dedicated API which can return the information we need...
Categories: Java

A Visit to the Valley

15 hours 11 min ago
At the end of April, Leo and I went on a one week trip to the Valley. Over the years, we had built up a number of connections in the Valley and we thought that now was the time to go over there and meet face to face. We end up having 20 meetings over 6 days, which made for quite a schedule. Preview Text:  It’s one thing to know...
Categories: Java

Getting Teams to Deliver Predictably

15 hours 21 min ago
As recently as this week, I’ve been involved in conversations with customers about how we can help make their teams deliver more predictably.  How can they meet commitments on all levels of the organization, including project, program, and portfolio? Preview Text:  As recently as this week, I’ve been involved in conversations with...
Categories: Java

Escape Process’ Death Valley, or How to Tell a Cat From a Washing Machine

15 hours 31 min ago
Ken Robinson recently delivered yet another great talk on the state of American education.  He pointed out that countries that take a more organic approach (e.g. Finland) perform much better overall than those who take a mechanistic, standardized approach (e.g.  The United States with “No Child Left Behind”, emphasis on testing). Remarkably, the organic approach, one using diverse...
Categories: Java

Templating for Java Web Applications

15 hours 45 min ago
A while ago I asked the following question on stackoverflow: “Why would I use a template engine?”. I compared template engines to simple JSP includes. Preview Text:  A while ago I asked the following question on stackoverflow: “Why would I use a template engine?”. I compared template engines to simple JSP includes. ...
Categories: Java

100 Killer App Tools

15 hours 52 min ago
Here’s a roundup of tools for the developer which’ll almost certainly have something new to you: 100 Tools to Develop the Next Killer iOS or Android App Preview Text:  Here’s a roundup of tools for the developer which’ll almost certainly have something new to you. Read the comments too. There are more mentioned there. ...
Categories: Java

JSR 356, Java API for WebSocket

16 hours 2 min ago
For many Web-based client-server applications, the old HTTP request-response model has its limitations. Information has to be transmitted from the server to the client in between requests, rather than upon request only. A number of "hacks" have been used in the past to circumvent this problem, for example, long polling and Comet. However, the need for a standards-based, bidirectional and...
Categories: Java

Spocklight: Change Return Value of Mocked or Stubbed Service Based On Argument Value

16 hours 7 min ago
 My colleague Albert van Veen wrote a blog post about Using ArgumentMatchers with Mockito. The idea is to let a mocked or stubbed service return a different value based on the argument passed into the service. This is inspired me to write the same sample with Spock. Preview Text:  Spock already has built-in mock and stub support, so first...
Categories: Java

Evolving Neo4j for the Cloud

16 hours 13 min ago
Here's a video from last August that focuses on Adobe's adoption of Neo4j as their graph solution.   Preview Text:  Here's a video from last August that focuses on Adobe's adoption of Neo4j as their graph solution. Legacy Sponsored:  unsponsored ...
Categories: Java

Data Science at LinkedIn

Tue, 2013-05-21 18:05
Data scientist Monica Rogati discusses data scaling at LinkedIn and reflects on the evolving role of the data scientist: Preview Text:  Data scientist Monica Rogati discusses data scaling at LinkedIn and reflects on the evolving role of the data scientist. Legacy Sponsored:  ...
Categories: Java

The Toxic Defense of the Status Quo

Tue, 2013-05-21 08:49
It’s insidious. It lurks in damp, dark corners and often goes undetected until it is too late. The symptoms are obvious to those that have encountered it before but a lack of communication often allows it to fester for years right under the nose of upper management. It’s the status quo. Preview Text:  If you take anything away from this...
Categories: Java

Links You Don't Want To Miss (May 21)

Tue, 2013-05-21 08:30
DDoSaaS Miiiight Be a Little Sketchy Surprise! If you PayPal someone to conduct a DDoS attack, things might get a little shady. Brian Krebs investigates Ragebooter, and finds a one-man operation running out of Memphis, Tennessee, possibly with the authorities’ blessing. Preview Text:  Today: The sketchy world of DDoSaaS, Apple's taxes,...
Categories: Java

Spring and the java.lang.NoSuchFieldError: NULL Exception

Tue, 2013-05-21 08:30
 A few days ago I was going through a project's Maven dependencies, removing unused junk, checking jar file version numbers adding a little dependency management and generally tidying up (yes, I know that this isn't something we often get time to do, but even Maven dependencies can be a form of technical debt). After recompiling and running the unit tests I ran some end to end tests only to...
Categories: Java

"Say Goodbye to Anonymity"

Tue, 2013-05-21 08:10
In case you missed 60 Minutes on CBS the other night, there’s a new  Preview Text:  As CBS showed, Intel is already selling software to recognize the rough demographic of an individual in order to deliver more a targeted advertisement, and as the report stated, “Big Brother is no longer Big Government. Big Brother is Big...
Categories: Java

Pages