java.blogs

Search:

 
 

Welcome to the java.blogs community!

Language Filtering: English Only | All Languages (register as a user for more options).

Recent Entries

Declarative Hyperlinking Enhancements
Java.net blogs 15 mins ago | Reads: 6
I've spent some time fleshing out the code in the experimental declarative hyperlinking module I blogged about earlier.… [read]
Groovy stacktrace folding
JetBrains IntelliJ IDEA Blog 15 mins ago | Reads: 5
When you look at a typical Groovy stack trace, you usually see something like this: This is not terribly helpful, since there are only three lines from the actual source code.… [read]
Fluxie Vacation to the Caribbean
jobscheduler.com 29 mins ago | Reads: 14
This year we have a special benefit for Flux Corporation employees. It’s an all-expense paid vacation for two anywhere in the world.… [read]
Restful Java with Jax-RS (Animal Guide)
JRoller Online Book Reviews 44 mins ago | Reads: 13
No one really enjoys reading specs, particularly not JSRs (Java Specification Requests, for those of you who are lucky enough not to have encountered these fun-filled documents).… [read]
JEE Record/Replay Debugging Tool; The First to be Hosted
Javalobby - The heart of the Java developer community 1 hour ago | Reads: 16
Reproducing a bug is one of the most problematic, "needle in a haystack"-type issues that a software development organization can face.… [read]
What's Happening in the Java World?
Raible Designs 1 hour ago | Reads: 20
This morning at TheServerSide Java Symposium I attended James Gosling's keynote. Below are my notes from his talk. The unifying principle for Java is the Network - it ties everything together.… [read]
Design, uninterrupted #2
Pushing Pixels 1 hour 43 mins ago | Reads: 21
Today’s entry highlights the design of BlackMoonDev.com. A very stylish theme that uses a consistent brown color scheme for background, header and text,… [read]
Technology Creators: Time to take responsibility
Technoticles 1 hour 44 mins ago | Reads: 25
TECHNOLOGY CREATORS… Time to take responsibility “To err is human but to really foul things up you need a computer” quotes Paul Ehrlich.… [read]
What is SOAP ?
Technoticles 1 hour 44 mins ago | Reads: 20
For all those people who find difficulty in understanding SOAP. It is also for people who want to learn about SOAP The S stands for simple [read]
Quick Tip: Unix-VI Cheat Sheets
Loiane Groner 1 hour 45 mins ago | Reads: 17
Earlier this week, I started to play around Unix/Aix. I have to confess: I was very confused with all those commands that are anything intuitive.… [read]
Create your own bit.ly using Base58
The 90th percentile 2 hours 15 mins ago | Reads: 25
Following the example of bit.ly, tinyurl, owl.ly, even coca-cola has joined the short URL bandwagon. Maybe it's because of Twitter,… [read]
Using JSF 2.x on Tomcat 6.x.
Java.net blogs 2 hours 30 mins ago | Reads: 22
If you want to use JSF 2.x on a Tomcat 6.x server you have 2 options, see this short article. [read]
Index page pake Wordpress
Mervpolis Blogging Services 2 hours 43 mins ago | Reads: 27
Lanjutan dari artikel cara install wordpress di server Linux, kali ini saya bakal ngebahas gimana cara ngeredirect wordpress kita sehingga wordpress kita jadi default page.… [read]
Cartão de Referência Unix e Vi – Linha de Comando
Loiane Groner 2 hours 45 mins ago | Reads: 31
No começo dessa semana, comecei a usar Unix/Aix no trabalho para algumas tarefas.  E tenho que confessar: fiquei muito confusa com todos aqueles comandos que não são nada intuitivos.… [read]
JRebel 3.0 M3 Released
ZeroTurnaround.com 2 hours 45 mins ago | Reads: 41
We are excited to announce the last milestone on the way to the JRebel 3.0. This release includes the following exciting new features: More EJB Support.… [read]
How to Use JPA and JDO in HBase
dzone.com: java 3 hours 15 mins ago | Reads: 43
HBase, under the Apache Hadoop project, is a distributed, column-oriented storage system that has been modeled after BigTable. There are some usage restrictions,… [read]
How to Use JPA and JDO in HBase
Javalobby - The heart of the Java developer community 3 hours 29 mins ago | Reads: 37
Thanks to Google App Engine's work with DataNucleus, the GAE users have enjoyed JPA and JDO support.  For its storage system, GAE uses the (NoSQL) Google BigTable implementation.  HBase,… [read]
Asynchronous Networking on iPhone, Thanks NSOperation!
9MMEDIA Blog 3 hours 58 mins ago | Reads: 39
With the convenience of NSURLConnection, it is rarely difficult for an app to load data from somewhere on the Internet, especially using simple GET requests. Loading large amounts of data efficiently,… [read]
Using JSF 2.x on Tomcat 6.x.
Java.net blogs 3 hours 59 mins ago | Reads: 45
If you want to use JSF 2.x on a Tomcat 6.x server you have 2 options, see this short article. [read]
Conference Week: SDC, Java Posse Roundup, TheServerSide Java Symposium
Java.net blogs 3 hours 59 mins ago | Reads: 43
The last week of winter in the northern hemisphere features three significant Java-related conferences: the Scandinavian Developer Conference (SDC) takes place on Tuesday and Wednesday in Goteborg,… [read]
Harmonizing Agile With "User-Centered Design"
InfoQ Personalized Feed for Justin Chen 4 hours ago | Reads: 51
UX specialist Anthony Colfelt presents a case for how agile, alone, might not be sufficient and a thorough and engaging look into how User-Centered Design can, and should, be merged with it.… [read]
How to Use EMF on the NetBeans Platform
dzone.com: java 4 hours 30 mins ago | Reads: 47
This is an example of how you can use the NetBeans Platform's Nodes API, Actions API, and Property Sheet API over a generated EMF model in a NetBeans Platform application. [read]
Event-Driven MVC with JSF and JBoss Seam - Common Pitfalls
Javalobby - The heart of the Java developer community 4 hours 40 mins ago | Reads: 47
Most Java web frameworks were designed with MVC in mind; however, JSF is probably one of the only few that achieved the goal. Combining JSF with JBoss Seam and Facelets,… [read]
Conference Week: SDC, Java Posse Roundup, TheServerSide Java Symposium
Java.net blogs 4 hours 41 mins ago | Reads: 39
The last week of winter in the northern hemisphere features three significant Java-related conferences: the Scandinavian Developer Conference (SDC) takes place on Tuesday and Wednesday in Goteborg,… [read]
Import and export files into Hadoop over ssh
a little something something... 5 hours ago | Reads: 42
Being at the beginning of a pipeline processing system over Hadoop, I've come into some integration issues. As not everything is stored into the cluster,… [read]
Java #06 – Exceptions and Input Validation
Java Software Development Videos and Tutorials Directory 5 hours 14 mins ago | Reads: 60
Explains Java exceptions, the try-catch block, and using a loop and try-catch to validate input. Download source code from http://java.martincarlisle.com. [read]
Automating Operations with Spring Batch and Spring Integration
Java Software Development Videos and Tutorials Directory 5 hours 14 mins ago | Reads: 54
After a quick introduction to Spring Batch and Integration,… [read]
  

Recently Added Blogs

Felipenasc-en
Details | By Felipe Nascimento | 16-Mar-10 15:38

Web Apps, Grails, Java, Spring, AJAX, GWT, .... This is my blog in english.

Pronetics
Details | By Salvatore Incandela | 16-Mar-10 06:17

Java Enterprise, system integrator

blog.codecentric.de
Details | By Mirko Novakovic | 14-Mar-10 17:14

Ein Blog von und über die codecentric GmbH

blog.codecentric.de
Details | By Mirko Novakovic | 14-Mar-10 17:12

Ein Blog von und über die codecentric GmbH

l a m b d a - c o r e
Details | By lambda-core | 13-Mar-10 11:30

"Da future already be written. Only thing to decide be your part in it, mon."

Sven Lange » Groovy
Details | By Sven Lange | 12-Mar-10 01:57

A web geek's blog

Sven Lange » Grails
Details | By Sven Lange | 12-Mar-10 01:55

A web geek's blog

java.blogs is sponsored by Atlassian Software.
java.blogs is graciously hosted by Contegix.