java.blogs

Search:

 
 

Popular Entries in the Last 24 Hours

Popular Entries

Independence Day for Java?
Java.net blogs 15 hours 35 mins ago | Reads: 111
I am on sabbatical in Vietnam right now, and today the country celebrates independence day. (On September 2, 1945, Ho Chi Minh gave his declaration of independence speech.… [read]
LinkedHashMap vs. HashMap?
dzone.com: java 13 hours 5 mins ago | Reads: 98
A HashMap has a better performance than a LinkedHashMap because a LinkedHashMap needs the expense of maintaining the linked list. The LinkedHashMap implements a normal hashtable,… [read]
Best open source Bug tracking system. Track your bugs efficiently using this opensource products.
dzone.com: java 23 hours 5 mins ago | Reads: 66
Track your bugs efficiently using this open source products. Bug tracking system is a must for any project.… [read]
PDF Generation with iText and OpenOffice
dzone.com: java 13 hours 5 mins ago | Reads: 65
A brief but complete description how you can use OpenOffice.org to create PDF templates with fields that can then be filled with the iText PDF library. [read]
MongoDB and CouchDB: vastly different queries
The Disco Blog 23 hours 4 mins ago | Reads: 59
Both MongoDB and CouchDB are document-oriented datastores. They both work with JSON documents. They both are usually thrown into the NoSQL bucket. They’re both hip.… [read]
Persistent State Machine with Apache SCXML
dzone.com: java 15 hours 35 mins ago | Reads: 59
I'm bored of reinventing the wheel. Everytime I need a state machine to ensure my states traverse only valid transitions, I find myself either not bothering,… [read]
JBehave 3.0 released!!
Learning, Thinking and Coding... 16 hours 19 mins ago | Reads: 58
JBehave 3.0 was released yesterday (finally!!). I’m thrilled to have donated the Multi-tennant Spring Security example (which has been updated to JBehave 3).… [read]
Things I Love About IntelliJ IDEA: The Impossible is Possible
dzone.com: java 8 hours 6 mins ago | Reads: 52
Grazer continues his series on "Things I Love About IntelliJ IDEA" and discusses some of the features that he feels are on the more exciting side. [read]
IDE 2.0: The Age of Intelligent IDEs
Javalobby - The heart of the Java developer community 6 hours 51 mins ago | Reads: 49
The latest innovation in the Eclipse space that I'd like to share with you is Code Recommenders. Already available as a plugin for Eclipse, Code Recommenders provides intelligent code completion.… [read]
Ext JS - From a java programmer perspective
Marc Logemann Blog 9 hours 35 mins ago | Reads: 48
Background: I am java programmer with about 10 years knowledge in the area of java development. Mainly web programming with Frameworks like Struts, Struts2, Spring-MVC,… [read]
Release your Web power with Apache Wicket - Java lightning beams KappOW!!!
Blog entries 20 hours 6 mins ago | Reads: 47
http://www.slideshare.net/dpunit/apache-wicket-a-comprehensive-introduction-presentation [read]
Scala: SwingBuilder Essentials
GroovyBlogs.org 7 hours 21 mins ago | Reads: 47
A distinguishing feature of the Groovy programming language is its builders. A Groovy builder lets you imbed hierarchical structures directly into your code.… [read]
How to get Generic Metadata from a Class at Runtime
dzone.com: java 11 hours 50 mins ago | Reads: 46
Like Annotations, Generics are also a runtime metadata that you can process at the run time. Here you can see how to traverse the runtime information to get this information. [read]
What are the differences between synchronized method and synchronized block (statement)?
Java J2ee Planet 8 hours 50 mins ago | Reads: 45
<!-- google_ad_client = "pub-4444290871954368"; /* 300x250,… [read]
Daily Dose - Release Candidate for PostgreSQL 9.0
Javalobby - The heart of the Java developer community 21 hours 51 mins ago | Reads: 44
After four months in beta, the first release candidate of the open source database, PostgreSQL, is ready for download.  PostgreSQL 9.… [read]
Sonar in the news
Sonar 23 hours 3 mins ago | Reads: 44
Welcome to the roundup of blog posts and pages that mentioned Sonar last month… 5 Java powered open source tools for your team By Alex Collins,… [read]
Book Review: Oracle JRockit - The Definitive Guide
Olaf Heimburger's Blog 22 hours 35 mins ago | Reads: 43
Since Oracle acquired BEA, the company is the among the flock of Java Virtual Machine vendors. The JRockit Virtual Machine is touted to be one of the fastest virtual machines.… [read]
How I Learned to Stop Worrying and Love the New Axis of Evil (Oracle)
dzone.com: java 5 hours 35 mins ago | Reads: 42
There’s a wide sense of lament since Oracle has taken over Sun and their intellectual property, including MySQL, Java, Solaris and their hardware sales business.… [read]
Alfresco 3 Web Services Book
Agylen 11 hours 6 mins ago | Reads: 40
If you were wondering why I wasn’t updating this blog very often (or at all) during the last few months, I have an excuse: I was too busy writing a book! Finally, Alfresco 3 Web Services,… [read]
JSF 2.0 + Tomcat : It appears the JSP version of the container is older than 2.1…
Mkyong.com 7 hours 51 mins ago | Reads: 39
Problem While deploying JSF 2.0 web application to Tomcat 6.0.26, hits the “JSP version of the container is older than 2.1” exception and failed to start the Tomcat server.… [read]
Scale-out vs Scale-up
The GigaSpaces Blog 20 hours 5 mins ago | Reads: 38
In my previous post Concurrency 101 I touched on some of the key terms that often comes up when dealing with multi-core concurrency.… [read]
Spring: the foundation for Grails
George Dawoud's Blog 22 hours 21 mins ago | Reads: 38
The Following intro is from a SpringSource Team Blog posting about Grails... "In the SpringSource training course for Groovy & Grails,… [read]
VXML and Groovy’s MarkupBuilder
thejavajar 15 hours 21 mins ago | Reads: 37
For the last ~1.5 years I have been working with IVR applications.… [read]
How open is Android?
dzone.com: java 16 hours 50 mins ago | Reads: 36
A fascinating look at the way that Google controls the pre-load (i.e. handset makers) side of Android via 8 different touch points. From the post-load (i.e.… [read]
Tim Bray · A Story of O
dzone.com: java 1 hour 51 mins ago | Reads: 36
‘Developer mindshare’... what’s that, and why would Oracle care?” [read]
Is Android Evil? Insight from Andreas Constantinou
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 35
Is Android really open?… [read]
Does NoSQL Mean No-ACID? Well, Yes...Yes it Does...
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 35
ACID is hard to scale. But isn't NoSQL/NoACID the lazy way around the problem? Why not solve the ACID scalability problem instead of just going NoSQL? It's a hard problem to solve,… [read]
VXML and Groovy’s MarkupBuilder
GroovyBlogs.org 23 hours 5 mins ago | Reads: 34
For the last ~1.5 years I have been working with IVR applications.… [read]
Walk-in Drive @ Mahindra Satyam
Java J2ee Planet 11 hours 5 mins ago | Reads: 34
Walk-in Drive @ Mahindra Satyam Venue Details Walk-in : 28th Aug 2010 & 29th Aug 2010 <?… [read]
Presentation:Reformulating the Product Delivery Process
InfoQ Personalized Feed for Justin Chen 10 hours 21 mins ago | Reads: 34
Israel Gat, Erik Huddleston and Stephen Chin present how Inovis realized a higher product throughput by using three Kanban practices – Stakeholder-based Investment Themes and Business Case Management,… [read]
Diaspora, the privacy aware & personally controlled social network, to be open-sourced on 15th September
Cogitas Blog 23 hours 3 mins ago | Reads: 34
By now, you probably know that Diaspora is a (as yet unpublished) social network where you own and control your private information.… [read]
Cleaning Up your code
Blog entries 20 hours 6 mins ago | Reads: 34
http://java.dzone.com/clean_code_videos?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+javalobby/frontpage+(Javalobby+/+Java+Zone)&utm_content=Google+Reader [read]
What is Dalvik?
dzone.com: java 6 hours 50 mins ago | Reads: 34
When it comes to the Oracle lawsuit against Google regarding Android, many sites and news outlets say that “Android applications are written in Java”. [read]
The Wonderful World Of Amazon Spam (Part 6)
Weiqi Gao's Observations 7 hours 6 mins ago | Reads: 34
This is the newest installment in my continuing series on Amazon spams (which I'm a fan of; see here, here, here, here, here). Although I have been receiving Amazon spams all the time,… [read]
ExtJS, Spring MVC 3 and Hibernate 3.5: CRUD DataGrid Example
Loiane Groner 9 hours 6 mins ago | Reads: 34
This tutorial will walk through how to implement a CRUD (Create, Read, Update, Delete) DataGrid using ExtJS, Spring MVC 3 and Hibernate 3.5. What do we usually want to do with data?… [read]
Infinispan 4.1.0.FINAL released!
dzone.com: java 4 hours 20 mins ago | Reads: 33
Infinispan is an open source data grid platform, providing a highly scalable, low-latency in-memory key/value store which can act as a cloud-ready NoSQL database. 4.1.0.… [read]
No Google Sessions for JavaOne
About.com Focus on Java 20 hours 51 mins ago | Reads: 33
Infoworld are reporting that Google has pulled out of presenting sessions at JavaOne. Which is probably not that big of a surprise considering Oracle decided to sue Google last month.… [read]
Scroll FlowCover to a specified panel.
Development Chaos Theory 4 hours 36 mins ago | Reads: 33
I thought for some reason this code was in FlowCover. It’s not, so here it is. The following routine, if added below -startAnimation: will cause the tiles to scroll to the specified tile,… [read]
Context Matters When Discussing Frameworks
Javalobby - The heart of the Java developer community 13 hours 6 mins ago | Reads: 33
As if web framework religious discussions weren’t annoying enough, one thing that I always think is missing from such debates is context regarding the type of application being developed.… [read]
Spring: the foundation for Grails
GroovyBlogs.org 18 hours 36 mins ago | Reads: 33
The Following intro is from a SpringSource Team Blog posting about Grails... "In the SpringSource training course for Groovy & Grails, we highlight that Grails stands on the shoulders of giant.… [read]
Nuxeo Introduces fise Semantic Engine
InfoQ Personalized Feed for Java Blogs.com 2 hours 20 mins ago | Reads: 32
Nuxeo introduces fise - an open source RESTful semantic engine to which NUXEO has made contributions.… [read]
Daily Dose - Release Candidate for PostgreSQL 9.0
GroovyBlogs.org 18 hours 36 mins ago | Reads: 32
After four months in beta, the first release candidate of the open source database, PostgreSQL, is ready for download.�� PostgreSQL 9.… [read]
The Joy of Clojure: Thinking the Clojure Way - Book Review
dzone.com: java 5 hours 35 mins ago | Reads: 32
This review is based on an MEAP version of the book, which means that it is a work in progress and not all of the chapters are available yet. So, my remarks might not be relevant to the final version.… [read]
A Drumbeat for the Open Web
Ajaxian » Front Page 9 hours 5 mins ago | Reads: 31
I stumbled on the Mozilla Foundation’s Drumbeat project recently: Drumbeat gathers smart, creative people like you around big ideas,… [read]
JVM Language Summit Sessions Online
About.com Focus on Java 20 hours 51 mins ago | Reads: 31
If you wanted to check out some of the talks at the recent 2010 JVM Language Summit most of the sessions are now available to watch on the Oracle Media Network: Gathering the Threads -- JVM… [read]
It´s here! The 2010 Red Hat Road Tour
Blog entries 22 hours 21 mins ago | Reads: 31
Coming to your area: the 2010 Red Hat Road Tour. What makes this tour interesting? It's a half-day professional business conference about IT infrastructure: focusing on cloud computing,… [read]
A new direction for bindings?
fireChangeEvent() 9 hours 6 mins ago | Reads: 31
I'm happy to report that I've been given company approval to port the relevant components of our Flex data binding library back to Eclipse Data Binding.… [read]
What's Oracle-Google Lawsuit All About?
dzone.com: java 4 hours 20 mins ago | Reads: 31
Does an in depth analysis of the lawsuit.… [read]
IceCube Builder on the NetBeans Platform
dzone.com: java 1 hour 51 mins ago | Reads: 31
IceCube is a complete integrated environment for the simple authoring and publishing of complex and fully interactive 3D animations enriched by customizable and dynamic 2D interfaces.… [read]
Update of TortoiseSVN must be done twice.
AMIS Technology blog 8 hours 5 mins ago | Reads: 30
The installer of version 1.6.10 (and 1.6.8) of TortoiseSVN has a bug that leads to an incomplete update.… [read]
Using the Common Information Model for Building Semantic Services
InfoQ Personalized Feed for Justin Chen 17 hours 6 mins ago | Reads: 30
Despite multiple articles on the importance of semantic messaging for services interoperability, there is very little practical guidance on using the industry specific common information models.… [read]
Springing into Tcat
From the Mule’s Mouth 4 hours 36 mins ago | Reads: 30
Spring has become a highly popular framework for the development of web applications, thanks to a compelling support for web features, both at its core and within extensions modules.… [read]
Wicket, Hibernate and Filters
dzone.com: java 23 hours 5 mins ago | Reads: 30
If Hibernate has been blocking your wicket app (or the other way around), check your web.xml [read]
Linux Tip: What is sequential command history?
Learning by examples 11 hours 36 mins ago | Reads: 29
Apparently computers are here to make life easier, but that’s news to us – all too often we find people executing the same boring repetitive sequence of commands to get a job done,… [read]
BPMN2 Authoring in Drools Guvnor
Drools - Business Logic integration Platform 23 hours 6 mins ago | Reads: 28
Drools Guvnor supports editable BPMN2 process in the browser via Oryx. Oryx is a web-based editor for modeling business processes hosted at Google Code. Oryx is also backed by Signavio,… [read]
Don’t TOUCH that debugger, you moron, READ the exception stack
dzone.com: java 18 hours 5 mins ago | Reads: 28
There is a tendency to reach the debugger for every error that you run, but in most cases, it is the exception (and the exception stack) that provides enough to solve the problem in 99% of the cases. [read]
Weld Chugging Along
dzone.com: java 15 hours 35 mins ago | Reads: 28
The first beta for the next version of JBoss' Weld is here. It has been approximately six months since JBoss released Weld 1.0.1, which added support for running on Google AppEngine.… [read]
Implementing a Tag-Cloud App on Google App Engine with JDO + Security + Groovy Server Pages
Javalobby - The heart of the Java developer community 13 hours 6 mins ago | Reads: 28
This article introduces the steps involved in making a web application for Google App Engine platform that uses Google’s persistence and security infrastructure.… [read]
A green idea
JD Tangney & Associates 12 hours 51 mins ago | Reads: 28
One of the kids in my kids' school has applied for a grant to buy a bus and convert it to run on biodiesel. Please support this endeavor by going to http://pep.si/9UBUgZ and voting. Vote every day!… [read]
Drools 5.1 Released
Drools - Business Logic integration Platform 10 hours 36 mins ago | Reads: 28
Drools 5.1 has been released. The main focus for this release has been around improved consumerability for users with declarative services based on Spring,… [read]
How to improve modularity and extensibility of web-apps using OSGi
dzone.com: java 6 hours 50 mins ago | Reads: 28
This blog deals about why and how to use OSGi in web applications [read]
OSGi Readiness — Loading Classes
dzone.com: java 6 hours 50 mins ago | Reads: 28
In my previous post on “OSGi Compliance”, I discussed the idea of making libraries ready for OSGi without depending on OSGi directly.… [read]
JavaOne 2010 approaching fast
Java.net blogs 6 hours 35 mins ago | Reads: 27
Entry posted to my new blog. [read]
How to Use Google Plugin for Eclipse with Maven
dzone.com: java 18 hours 5 mins ago | Reads: 27
As part of the GWT team's ongoing effort to address the needs of the Maven community, the Google Plugin for Eclipse (GPE) team is working to improve interoperability with Maven in future releases.… [read]
Design, uninterrupted #65
Pushing Pixels 18 hours 4 mins ago | Reads: 27
Today’s post highlights the design of SweetSallies.com. With a soothing background palette of teal and light aquamarine, and splashes of olive brown for the texts,… [read]
Linux Tip: How to get Auto-correct typos
Learning by examples 16 hours 51 mins ago | Reads: 27
Typing on the command line isn’t easy. First, it takes a lot of time to learn how all the commands work, but then even after that you need to be very precise with your file and directory names,… [read]
The Email and P Myth
Symphonious 4 hours 35 mins ago | Reads: 27
One of the greatest frustrations for anyone who develops an HTML editor is the constant supply of people who are convinced they want to use BR tags instead of P tags.… [read]
Build Android apps using XML and JavaScript Object Notation
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 26
Explore the benefits of JSON and XML in Android applications JavaScript - XML - Data Formats - Markup Languages - … [read]
The Importance of Nurturing Community
Agile Pain Relief » Blog 23 hours 5 mins ago | Reads: 26
According to Dictionary.com, a community is: 1. a social group of any size whose members reside in a specific locality, share government, and often have a common cultural and historical heritage. 2.… [read]
Clojure: Mocking
Javalobby - The heart of the Java developer community 13 hours 6 mins ago | Reads: 26
An introduction to clojure.test is easy, but it doesn't take long before you feel like you need a mocking framework. As far as I know, you have 3 options.… [read]
No time for monitoring?
blog.codecentric.de 4 hours 35 mins ago | Reads: 26
Monitoring big, distributed Java landscapes helps tremendously to keep complex applications under control. But many administrators spare the effort to set up monitoring: No time.… [read]
Enterprise Integration Patterns: Request Reply Hello World example
dzone.com: java 4 hours 20 mins ago | Reads: 26
How to implement Request Reply Pattern [read]
Java Garbage Collection
dzone.com: java 6 hours 50 mins ago | Reads: 25
It deals with identifying and freeing the memory of java application that are not used for a long time. There are two type garbage collection techniques, namely explicit and implicit methods. [read]
Linux Tip: Make working as root safer
Learning by examples 6 hours 21 mins ago | Reads: 25
Working with root is either great fun or extremely dangerous, depending on how much you like the feeling of supreme executive power.… [read]
java.lang.IllegalArgumentException: javax.faces.context.ExceptionHandlerFactory
Mkyong.com 19 hours 6 mins ago | Reads: 25
Problem In Eclipse IDE, while deploying a JSF 2.0 web application to Tomcat 6.0.26, hits the following exception and failed to start the Tomcat server. P.S Both jsf-api-2.1.0-b03.jar and jsf-impl-2.1.… [read]
‘The Good Things’ in retrospectives
Xebia Blog 5 hours 3 mins ago | Reads: 24
In Agile, everyone agrees on the concept that continuous improvement is a good thing. In Scrum and also in most Kanban practices we even have a ceremony to support this, namely The Retrospective.… [read]
How to use Directory List Control in Win32?
Learning by examples 6 hours 21 mins ago | Reads: 24
Does anyone else miss the old style Windows 3.1 directory list boxes? I find the new Windows 95 directory tree view controls pretty cumbersome to navigate around.… [read]
Klaros-Testmanagement 3.1 released – including Mantis integration
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 24
Klaros-Testmanagement is an Ajax-based web application to support test managers in controlling and managing the entire testing process in software development projects.… [read]
Presentation:Enterprise Mashups: Why Do I Care?
InfoQ Personalized Feed for Justin Chen 10 hours 21 mins ago | Reads: 24
Ross Mason discusses enterprise mashups, what they are and how to use them by applying a number of patterns, such as FeedFactory, Super Search, and Pipeline,… [read]
special cases overloading V
Blog about Java and SCJP-certification 17 hours 36 mins ago | Reads: 24
Objects can also be expanded in relation to polymorphism since every subclass is also it’s own upper class.… [read]
NHibernate presentations at DNUG Bern
assumption of advancement 8 hours 36 mins ago | Reads: 24
I hold in august two presentations at the .Net User Group Bern together with René Leupold.  In both presentations the topic was object relational mapping in the .Net world.… [read]
java.lang.ClassNotFoundException: javax.servlet.jsp.jstl.core.Config
Mkyong.com 7 hours 51 mins ago | Reads: 24
Problem While deploying JSF 2.0 web application to Tomcat 6.0.26, hits the jstl class not found error. java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config ... Caused by: java.lang.… [read]
Remotely Back-up Subversion Repository
Object Partners Inc » Blog 4 hours 36 mins ago | Reads: 24
It happens from time-to-time and for a variety of reasons that one might want to have a back-up of a Subversion repository. This includes the normal back-up reasons for disaster recovery,… [read]
Build Android apps using XML and JavaScript Object Notation
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 23
Explore the benefits of JSON and XML in Android applications JavaScript - XML - Data Formats - Markup Languages - … [read]
Independence Day for Java?
Java.net blogs 15 hours 35 mins ago | Reads: 23
I am on sabbatical in Vietnam right now, and today the country celebrates independence day. (On September 2, 1945, Ho Chi Minh gave his declaration of independence speech.… [read]
Gorkem Ercan: Oracle's dislike of MIDP 3.0
dzone.com: java 8 hours 6 mins ago | Reads: 23
The final release of the JSR 271 Mobile Information Device Profile 3 (MIDP 3.0) specification was done on December 9 2009. Unlike the earlier specifications, Oracle,… [read]
Interview with Ken Schwaber, Part 2
InfoQ Personalized Feed for Justin Chen 1 hour 21 mins ago | Reads: 23
Ken Schwaber is the co-creator of Scrum with Jeff Sutherland. This is Part 2 of a multi-part interview with Ken, covering Scrum credentialing and testing, Scrum coaching,… [read]
Blog is back
Agylen 11 hours 6 mins ago | Reads: 23
This is mostly a test post to verify that this blog actually works again. I’ve made the switch from hosting it on a dedicated Linux machine to wordpress.… [read]
How to serialize Objects to a File in C# – Examples and Explanation
Learning by examples 11 hours 36 mins ago | Reads: 23
While storing information in memory is great, there comes a time your users will have to shut your application down.… [read]
Visual C++: How to dump the call stack?
Learning by examples 11 hours 36 mins ago | Reads: 23
While debugging you can see the call stack at any time you wish by pressing Alt+7. But what to see the callstack when your executable is running without a debugger?… [read]
Linux Tip: How to get LILO to boot Windows (by default)?
Learning by examples 6 hours 21 mins ago | Reads: 23
LILO stands for Linux Loader. The contents of the /etc/lilo.conf file (in RedHat Linux 6) decide what LILO does during booting. [...] [read]
PHP Tutorial 5 – Array in PHP
Learning by examples 6 hours 21 mins ago | Reads: 22
Luigi Arlotta concludes his series ‘A PHP Tutorial for Beginners’ with a discussion on Arrays. He also [...] [read]
Open Source Android Apps for Developers: Android-sms
dzone.com: java 6 hours 50 mins ago | Reads: 22
Android-sms is an open source project which aims to create an Android application that automatically backs up SMS messages to Gmail. For using this Android application,… [read]
Is Android Evil? Insight from Andreas Constantinou
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 21
Is Android really open?… [read]
JetBrains TV: Watch with Pleasure!
JetBrains IntelliJ IDEA Blog 1 hour 51 mins ago | Reads: 21
For some time now, we’ve had requests from the community to have a central point where people could have access to Screencasts and other Video related material that we provide. In response to that,… [read]
What does 'strictfp' mean?
Java J2ee Planet 8 hours 50 mins ago | Reads: 21
<!-- google_ad_client = "pub-4444290871954368"; /* 300x250, created 8/27/10 */ google_ad_slot = "0769129633"; google_ad_width = 300; google_ad_height = 250; //--> --<!… [read]
Video: NetBeans Visual Library in Afrikaans!
Geertjan's Blog 8 hours 6 mins ago | Reads: 21
Here's a video of Ernest Lötter from ISS International (world leader in microseismological services and software for monitoring of mines) in Stellenbosch,… [read]
Exploring Google Analytics Api - Client Login, Account Feeds
dzone.com: java 10 hours 36 mins ago | Reads: 21
Blogger dosen't have a "popular posts" widget, and since I am using Google Analytics and there is a popluar posts metric, i decided to roll my own and host it using App Engine.… [read]
Does NoSQL Mean No-ACID? Well, Yes...Yes it Does...
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 21
ACID is hard to scale. But isn't NoSQL/NoACID the lazy way around the problem? Why not solve the ACID scalability problem instead of just going NoSQL? It's a hard problem to solve,… [read]
Change in Maintenance Releases
Jivespace Blogs 17 hours 51 mins ago | Reads: 20
Based on feedback from many of you, we are changing the way we handle Jive maintenance releases. These changes will provide you with higher quality maintenance releases on a more predictable timeline.… [read]
JavaOne 2010 approaching fast
Java.net blogs 6 hours 35 mins ago | Reads: 19
Entry posted to my new blog. [read]
Klaros-Testmanagement 3.1 released – including Mantis integration
TheServerSide : Thread List - News 4 hours 21 mins ago | Reads: 19
Klaros-Testmanagement is an Ajax-based web application to support test managers in controlling and managing the entire testing process in software development projects.… [read]
Share Your IntelliJ IDEA Passion to Win a Free JAX London Pass!
JetBrains IntelliJ IDEA Blog 1 hour 51 mins ago | Reads: 17
Do you like IntelliJ IDEA? Do you enjoy attending developer conferences? Do you live in the UK? We’re not asking that without a reason.… [read]
Linux Tip: What is Selective deletion?
Learning by examples 1 hour 6 mins ago | Reads: 16
If you have a directory that contains ten subdirectories and you want to delete three of them,… [read]
Nuxeo Introduces fise Semantic Engine
InfoQ Personalized Feed for Justin Chen 1 hour 21 mins ago | Reads: 14
Nuxeo introduces fise - an open source RESTful semantic engine to which NUXEO has made contributions.… [read]
Java : Replace/remove character in a String
Real's HowTo 35 mins ago | Reads: 11
More examples [read]
Java : Join a List as a String
Real's HowTo 35 mins ago | Reads: 9
New code. Now join with a delimiter or not. [read]
Java : Split a string using String.split()
Real's HowTo 35 mins ago | Reads: 8
More examples [read]
java.blogs is sponsored by Atlassian Software.
java.blogs is graciously hosted by Contegix.