java.blogs

Search:

 
 

Popular Entries in the Last 24 Hours

Popular Entries

Memory leak in Java
400+ Java Interview Questions and Answers blog 14 hours 3 mins ago | Reads: 92
Q. How will you go about creating a memory leak in Java? A. In Java, memory leaks are possible under a number of scenarios.… [read]
Choosing a Web Development Framework: Options and Criteria
dzone.com: java 20 hours 4 mins ago | Reads: 75
In this post I’ll present you with our candidates and the criteria we are evaluating each framework with.… [read]
How to create an API for users who don’t want to depend on your code?
Javalobby - The heart of the Java developer community 16 hours 18 mins ago | Reads: 58
First of all, how would you ever end up asking yourself that question? Well, if you’re the implementer of a class reloading system (e.g. www.javeleon.org) then this question makes perfect sense.… [read]
High CPU Troubleshooting Guide
Javalobby - The heart of the Java developer community 11 hours 18 mins ago | Reads: 57
This article is part 1 of a series that will provide you with a comprehensive guide on how you can troubleshoot and identify root cause of Java high CPU problems.… [read]
Devops: How NOT to Collect Configuration Management Data
Javalobby - The heart of the Java developer community 12 hours 33 mins ago | Reads: 52
Hi all, Willie here. This time we’re going to step away from the keyboard and get architectural. But no ivory towers here. In my next two blog posts,… [read]
Java interpreter vs Java Compiler
Extreme Java 9 hours 19 mins ago | Reads: 48
There are many languages which either makes use of interpreter or Compiler but not both. Java uses both and because of that only it is able to provide platform independence for applications.… [read]
OSGi vs. Jigsaw: Kirk Knoernschild on Modularity
dzone.com: java 10 hours 4 mins ago | Reads: 47
Kirk Knoernschild is one of the leading experts when it comes to the OSGi community.… [read]
Virtual Extension (or Defender) Methods in Java 8
JavaBeat 13 hours 49 mins ago | Reads: 43
As part of the JSR-335 (Project Lambda) which adds closure support to Java language,… [read]
Algorithm of the Week: Karatsuba Fast Multiplication
Javalobby - The heart of the Java developer community 12 hours 33 mins ago | Reads: 42
Introduction Typically multiplying two n-digit numbers require n2 multiplications. That is actually how we, humans, multiply numbers.… [read]
Finite State Automata in Lucene
Javalobby - The heart of the Java developer community 12 hours 33 mins ago | Reads: 42
Lucene Revolution 2012 is now done, and the talk Robert and I gave went well! We showed how we are using automata (FSAs and FSTs) to make great improvements throughout Lucene.… [read]
Learning to Code
Brian's Waste of Time 20 hours 48 mins ago | Reads: 42 [read]
This Week in Spring, May 15th, 2012
SpringSource.org 14 hours 4 mins ago | Reads: 40
Welcome back to another installment of This week in Spring!. We've got a lot to cover this week, as usual. So, onward!… [read]
Developer Productivity Report 2012: Java Tools, Tech, Devs and Data
Support Forums : Thread List - News 21 hours 2 mins ago | Reads: 39
Fresh results from ZeroTurnaround's Developer Productivity Report 2012 - 30 pages of stats, analysis and interviews with industry experts.… [read]
Creating a Custom Camel Component
Javalobby - The heart of the Java developer community 12 hours 33 mins ago | Reads: 39
While Camel supports an ever growing number of components, you might have a need to create a custom component. This could be to either promote reuse across projects,… [read]
Developer Productivity Report 2012: Java Tools, Tech, Devs and Data
Support Forums : Thread List - News 21 hours 2 mins ago | Reads: 37
Fresh results from ZeroTurnaround's Developer Productivity Report 2012 - 30 pages of stats, analysis and interviews with industry experts.… [read]
Performance Best Practice: How to repurpose your Functional Tests for Dynamic Architecture Validation
dzone.com: java 2 hours 33 mins ago | Reads: 36
"A component must not execute more than 20 SQL statements". A relative new discipline to enforce these types of architectural rules is Dynamic Architectural Validation.… [read]
Top 15 Java Interview Questions
Java Stuff 20 hours 48 mins ago | Reads: 35 [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 17 hours 4 mins ago | Reads: 34
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS. The biggest advantage of using...… [read]
Growing a Team By Investing in Tools
Symphonious 16 hours 18 mins ago | Reads: 34
It’s widely recognised that adding people to a team often doesn’t result in increases in velocity and can even reduce the velocity of the team due to the extra communication overhead.… [read]
Java Magazine, May/June 2012 Issue
Java Fun 9 hours 47 mins ago | Reads: 34 [read]
Writing Portable HTML5 Server Side Events Applications using the Atmosphere Framework
dzone.com: java 2 hours 33 mins ago | Reads: 33
This blog demonstrates how simple Server Side Events can be added to any Servlet based application via the Atmosphere Framework. [read]
Achieving Decoupling: Dependency Injection v/s Event driven design
Nirav's Contemplations 12 hours 3 mins ago | Reads: 33
Coupling is considered to be a bad sign in a software design, having seen enough of it in practice I agree with this belief.… [read]
Specifying Appropriate NetBeans JDK Source Release
Javalobby - The heart of the Java developer community 11 hours 18 mins ago | Reads: 32
NetBeans uses its projects' settings for javac.source (and javac.target) in more ways than simply enforcing javac's use of the -source and -target.… [read]
The Pitfalls of Naming Classes
Javalobby - The heart of the Java developer community 3 hours 48 mins ago | Reads: 32
One of the things that we all do on a daily basis in our work is to name objects. It’s an activity that we take for granted without ever giving it much thought.… [read]
On Project Transparency
United Thoughts of a Distributed Mind 18 hours 45 mins ago | Reads: 31
One of the main agile values is “transparency”. We expect it of teams, when it comes to reporting progress. We expect the individual developer to be transparent, when he is doing his work.… [read]
Is VM size an architectural smell?
Coding the Architecture 7 hours 33 mins ago | Reads: 30
A couple of months ago I went to an excellent set of talks at LJC night at QCon. This not only inspired my entry on staleness but also made me think about some more architectural smells.… [read]
Nokia Lumia 800 Review
Veerasundar » Tech 9 hours 32 mins ago | Reads: 30
It’s been a week since I bought my Nokia Lumia 800 and I think I’ve got enough experience to review it. Rather than writing it in the technical perspective,… [read]
How To Resize/Convert Images In Java
FactoryPattern.com 4 hours 47 mins ago | Reads: 30
Java comes by default with some classes to manipulate images. Those classes are located in java.awt package and are intended to be used for awt applications.… [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 17 hours 4 mins ago | Reads: 30
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS.… [read]
Painless TDD – Strip away your dependencies!
dzone.com: java 6 hours 18 mins ago | Reads: 30
This section in the Painless TDD series looks at object dependencies; when you ask for more than you need, and why the "natural" choices may not always be the best ones. [read]
HTML to PDF API - DocRaptor
dzone.com: java 2 hours 33 mins ago | Reads: 29
DocRaptor is an HTML to PDF API that uses Prince XML to create PDF files from HTML. DocRaptor has better CSS support and produces higher quality documents than comparable applications.… [read]
Virtual Extension (or Defender) Methods in Java 8
JavaBeat 13 hours 49 mins ago | Reads: 28
As part of the JSR-335 (Project Lambda) which adds closure support to Java language,… [read]
Testing the Coherence Simple Partition Assignment Strategy
Oracle Coherence Feed 16 hours 2 mins ago | Reads: 27
The Simple Partition Assignment Strategy introduced with Coherence 3.7.… [read]
Stackless Scala with Free Monads
Apocalisp 12 hours 2 mins ago | Reads: 25
Scala Days 2012 was held in London in April. I presented a paper “Stackless Scala with Free Monads” at the conference. You can read it here: http://days2012.scala-lang.… [read]
FaceBook Birebir Sesli Sohbet Odaları
Sesli Chat | Sesli Sohbet | Kameralı Sohbet Sitesi - ALeyram.Com 6 hours 4 mins ago | Reads: 25
Facebook Çoklu olarak arkadaşlarınızla ( yeni tanışacağınız kişilerle ) çoklu görüntülü konuşmalar. Sesli şekilde konuşurken aynı zamanda yazılı olarakta muhabbetler edebilirsiniz.… [read]
What is multiple inheritance and how Java avoids it
Extreme Java 11 hours 34 mins ago | Reads: 25
The diamond problem with multiple inheritance is that when a variable/method of a class is accessed which is inherited from two (or more than two) classes which declare the same variable/method then… [read]
Using Properties and Bindings in JavaFX 2
Jim Weaver’s Rich-Client Java Blog 2 hours 34 mins ago | Reads: 25
Just a quick note that Part One of the Using Properties and Bindings in JavaFX 2 article that I wrote for Java Magazine is now available. It is written in tutorial-style,… [read]
Web Development Frameworks: Play Framework 2.0
Javalobby - The heart of the Java developer community 11 hours 18 mins ago | Reads: 25
As the first candidate of our evaluation series we reviewed the Play Framework v2.0. The tutorial and reference documentation used for this article is all available from the Play documentation site.… [read]
Oracle Declares War On Cloud and Open Source
dzone.com: java 2 hours 33 mins ago | Reads: 24
Even Oracle might not have known what it had when it brought Google to trial, but when the trial began to turn around the idea of copyrighting APIs,… [read]
Programs and Technical Debt
Java Code Geeks 7 hours 4 mins ago | Reads: 24 [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 15 hours 19 mins ago | Reads: 24
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS.… [read]
jCardSim
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 24
jCardSim is an implementation of the Java Card API. It fully emulates NXP-chip JavaCard. It features virtual JavaCard terminal emulation, rapid... [read]
JCommander – parsing command line parameters with ease
dzone.com: java 2 hours 33 mins ago | Reads: 24
Every time I had to build such an app I struggled with passing options via command line parameters. Instead of concentrating on implementing logic, I had to create a parser, validator and so on.… [read]
Polls: Do You Read Java Magazine? And the Java 7/8 "Plan B" Decision (in Retrospect)
Java.net blogs 15 hours 19 mins ago | Reads: 24
Our most recently completed poll suggests that, while the new Java Magazine is starting to find a regular readership, there is still plenty of room for more growth.… [read]
Load Tester
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 23
Load Tester is a Web stress tool that measures how many users your site can handle. It allows you to generate up to a million virtual users from the... [read]
Job: Opening at ADI Tech for 2010/2011 passed out B.E/B.Tech/MCA candidates
searchcrone.com 23 hours 18 mins ago | Reads: 23
Title Opening at ADI Tech for 2010/2011 passed out B.E/B.… [read]
Job: Urgent: Excellent opening for ASE-Java/ J2EE at Torry Harris Business Solutions!
searchcrone.com 23 hours 18 mins ago | Reads: 23
Title Urgent: Excellent opening for ASE-Java/ J2EE at Torry Harris Business Solutions!… [read]
This Week in Grails (2012-19)
GroovyBlogs.org 23 hours 17 mins ago | Reads: 23
We’re getting ready to release Grails 2.1, with a release candidate hopefully this week. The cache plugins I mentioned last week will be released around the same time,… [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 16 hours 4 mins ago | Reads: 22
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS.… [read]
adding set methods in JAXB for collections
Nutpan 7 hours 33 mins ago | Reads: 21
Normally the JAXB generated classes will not contain set methods for collections.… [read]
Do you have any questions for us?-HR Interview
searchcrone.com 21 hours 3 mins ago | Reads: 20
[Tips] This is usually the last question you can expect during an interview.… [read]
Optimal Application Performance and (Thread) Capacity Management via QoS for Apps
Support Forums : Thread List - News 21 hours 2 mins ago | Reads: 20
How to apply QoS techniques in the managing of application performance by way of service classification of workloads and associating such services with virtual resource capacity pools.… [read]
JSch 0.1.48
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 20
JSch is a pure Java implementation of SSH2. It allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc.... [read]
Memory leak in Java
400+ Java Interview Questions and Answers blog 6 hours 34 mins ago | Reads: 19
Q. How will you go about creating a memory leak in Java? A. In Java, memory leaks are possible under a number of scenarios.… [read]
Vaadin 6.7.8
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 19
Vaadin is a Web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it... [read]
Imperialism Remake
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 19
The aim of this project is to create a free (open source, OS independent) remake of the classic SSI game Imperialism. While the spirit and many... [read]
Filtering FindBugs Reports by Rank
Javalobby - The heart of the Java developer community 11 hours 18 mins ago | Reads: 19
I’ve been messing with the FindBugs Ant task today to incorporate it into my company’s automated build for a JEE application. One task I wanted to do was filter the bug report by rank.… [read]
ColdFusion Railo deployment in Jelastic
Jelastic — Rock-Solid Java in the Cloud, Java Server Hosting, Java Cloud Computing 23 hours 3 mins ago | Reads: 19
This post was originally written by James Solo over at his blog, web developer padawan. We just had to repost it!… [read]
How do you rate your communication skills?-HR Interview
searchcrone.com 21 hours 3 mins ago | Reads: 19
[Tips] IT is about dealing with people within and out of the company. So,… [read]
JLokalize
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 19
JLokalize is an editor for supporting the internationalization (i18n) of Java applications. Java programms usually store translatable text in... [read]
J2ME (Java Micro Edition) : Arava Discount Fedex No Prescription, Order Arav
itGalary : J2ME (Java Micro Edition) 7 hours 32 mins ago | Reads: 18
Author: jummaikoSubject: Arava Discount Fedex No Prescription, Order AravPosted: 15 May 12 at 11:41pmcoach outlet handbags You can not just save your cash,… [read]
Java – Convert JSON to MongoDB Object
javac - Java Examples Source Code 7 hours 18 mins ago | Reads: 18
JSON Data to Convert: { ‘name’ : ‘javac’, ‘age’ : 6 } Conversion Code: import java.net.UnknownHostException; import com.mongodb.DB; import com.mongodb.… [read]
Next Gig: LinuxTag on May 23rd & 24th
burek for breakfast 4 hours 48 mins ago | Reads: 18
I'll be speaking at LinuxTag in Berlin, Germany on JDK 7 Updates in OpenJDK. When I'm not speaking, I'll be mostly be around at the Oracle booth on Wednesday & Thursday.See you there! [read]
Presentation: Deliver Early - There Is No Excuse!
InfoQ Personalized Feed for Justin Chen 23 hours 16 mins ago | Reads: 18
Jesper Boeg discusses why it is important to deliver software early, why it is difficult to do so, along with tools/tips/practices: shared vision, story maps, coaching, and others. By Jesper Boeg [read]
This Week in Grails (2012-19)
An Army of Solipsists » java 23 hours 3 mins ago | Reads: 18
We’re getting ready to release Grails 2.1, with a release candidate hopefully this week. The cache plugins I mentioned last week will be released around the same time,… [read]
mxHero 1.5.0
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 17
mxHero is a platform for email enhancing plugins. It features attractive real-time stats, security, policy, and monitoring capabilities. Email... [read]
UMLet 11.5
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 17
UMLet is a lightweight tool for rapidly drawing UML diagrams, with a sound and pop-up-free user interface. UMLet lets you draw diagram sketches... [read]
Java Tech Journal - PaaS above the Cloud hype
dzone.com: java 2 hours 33 mins ago | Reads: 17
There doesn’t seem to be a day that goes by without another development in the entire Java ecosystem in regards to Cloud. In this issue of Java Tech Journal,… [read]
Java EE and How to Specify The Unconventional With Convention Over Configuration [Free Article]
Adam Bien 11 hours 32 mins ago | Reads: 17
The free (registration is required) Java Magazine article Convention Over Configuration in Java EE 6 focuses on the implementation of project and stage dependent configuration with JSF, EJB, JMX,… [read]
On Domain Modeling with Spring Data Neo4j
dzone.com: java 10 hours 4 mins ago | Reads: 17
This post describes how to build out the person configuration item in Skybase using Spring Data Neo4j. [read]
Can you perform under pressure?-HR Interview
searchcrone.com 21 hours 3 mins ago | Reads: 17
[Tips] Most of the times, the job of software development is that of working under pressure. Sometimes,… [read]
NetBeans Usability Tips
Java Code Geeks 7 hours 4 mins ago | Reads: 17 [read]
QotD: Donald Smith on Community Stars in OpenJDK
burek for breakfast 4 hours 48 mins ago | Reads: 17
Luckily, we are getting help. The London Java Community has done a great job of pushing along information about how to do builds and providing very constructive and timely feedback on these topics.… [read]
Optimal Application Performance and (Thread) Capacity Management via QoS for Apps
Support Forums : Thread List - News 21 hours 2 mins ago | Reads: 16
How to apply QoS techniques in the managing of application performance by way of service classification of workloads and associating such services with virtual resource capacity pools.… [read]
Expense Submittal System (ESS) 7.2
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 16
The Expense Submittal System (ESS) is a Web-based solution for the creation of expense reports, expense report approval, payment, and accounting. The... [read]
Job: Opportunity with TEKsystems for JAVA Developer (Software Engineer) – Bangalore
searchcrone.com 21 hours 3 mins ago | Reads: 16
Title Opportunity with TEKsystems for JAVA Developer (Software Engineer) – Bangalore Categories IT JOBS Designation Software Engineer Location Bengaluru/Bangalore Experience… … [read]
Java Gearman Service 0.6
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 16
Java Gearman Service is a Java implementation of the gearman service, which provides a generic application framework that farms work out to other... [read]
Article: Swarming Across Distance
InfoQ Personalized Feed for Justin Chen 5 hours 18 mins ago | Reads: 16
"Swarming" is a technique whereby many members of a team work together to deliver a User Story, taking advantage of the skills of many team members working together at the same time.… [read]
Presentation: Glu-ing The Last Mile
InfoQ Personalized Feed for Justin Chen 23 hours 16 mins ago | Reads: 15
Ken Sipe introduces Glu, an open source deployment automation tool coming from LinkedIn, showing how to perform Glu configuration along with a demo of using it. By Ken Sipe [read]
Aspose.Cells is a .NET 7.2.0
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 15
Aspose.Cells is a .NET component for spreadsheet reporting without using Microsoft Excel. It supports a robust formula calculation engine, pivot... [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 16 hours 31 mins ago | Reads: 15
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS. The biggest advantage of using...… [read]
Java EE in the cloud | Java Entreprise in the cloud | Video Tutorial
dzone.com: java 2 hours 33 mins ago | Reads: 15
Developers are now being tasked with writing applications for the cloud. Although that is a simple buzzword, what does it mean to me, the developer?… [read]
Pykka – Apache-licensed Actors in Python
AMT Blog 10 hours 48 mins ago | Reads: 15
Pykka aims to provide easy to use concurrency abstractions for Python by using the actor model.… [read]
Polls: Do You Read Java Magazine? And the Java 7/8 "Plan B" Decision (in Retrospect)
Java.net blogs 15 hours 19 mins ago | Reads: 15
Our most recently completed poll suggests that, while the new Java Magazine is starting to find a regular readership, there is still plenty of room for more growth.… [read]
Gaudi
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 15
Gaudi is a platform-agnostic build tool written (mostly) in Scala which runs on a Java virtual machine (JVM). ... [read]
How do you determine or evaluate success?-HR Interview
searchcrone.com 21 hours 3 mins ago | Reads: 15
[tips] Here the interviewer simply wants to know what success means to you in your professional and personal life.… [read]
Fransa Chat Sohbet Odaları
Sesli Chat | Sesli Sohbet | Kameralı Sohbet Sitesi - ALeyram.Com 6 hours 4 mins ago | Reads: 14
Fransa Gurbetçi ziyaretçilerle görüntülü olarak Chat Sohbet arkadaşlık kuracak diğer yandan’da yurt dışında yaşayan tanıdıklarınızla ücretsiz görüşebileceksiniz.… [read]
WHAT HAVE YOU LEARNT FROM YOUR FAILURES?-HR Interview
searchcrone.com 21 hours 3 mins ago | Reads: 14
[Tips] From my failures I have learnt to analyze myself and find out my shortcomings.… [read]
Open Transactions 0.80c
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 14
Open Transactions is a solid, easy-to-use, financial crypto and digital cash library, including an API, server, and test client. It features... [read]
Maven and Activiti users: repository url has changed!
Small steps with big feet 2 hours 33 mins ago | Reads: 14
If you are an Activiti and maven user, this will most definitely concern you. As of this morning, the Powers That Be have decided to upgrade our maven repository. As such,… [read]
Personal Server 1.0
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 14
Personal Server is a simple and easy-to-use Android HTTP server for sharing files over a Local Area Network. *Changes* This release has major... [read]
Bire Bir Chat Odaları
Sesli Chat | Sesli Sohbet | Kameralı Sohbet Sitesi - ALeyram.Com 6 hours 4 mins ago | Reads: 14
Bire bir Chat Diğer illerden katılan kişilerle yakından sohbet edecek ve onları görüntülü olarak izleyecek- görebileceksiniz.… [read]
Designed With SaaS Providers in Mind: Mule iON SaaS Edition Now Available
From the Mule’s Mouth 21 hours 3 mins ago | Reads: 13
Yesterday we announced the Mule iON SaaS Edition and a QuickStart Plan designed specifically for SaaS Providers.… [read]
ActiveMQ and ServiceMix Achieve New Heights
dzone.com: java 23 hours 48 mins ago | Reads: 13
Looks like after around a month of public beta, Fuse ESB Enterprise and Fuse MQ 7.0 have both been made generally available today according to a new announcement out of the CamelOne Conference. [read]
Moneychanger 0.9.04
Java Programming Forum - Java Software 23 hours 15 mins ago | Reads: 13
Moneychanger is a simple client GUI built on top of Open Transactions, a financial crypto library. Moneychanger can be used to create pseudonyms,... [read]
ColdFusion 10 Released Today: New Features
dzone.com: java 2 hours 33 mins ago | Reads: 12
Its out of beta and up for grabs...ColdFusion 10 has been released! (I make a small appearance in the intro video as well.) So what is ColdFusion 10? Lets start with looking at the new features. [read]
Java (J2EE & J2SE) : Challenges for India in Education field
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 12
Author: agagshoesSubject: Challenges for India in Education fieldPosted: 15 May 12 at 5:49pmFabulous oakley sunglasses sale combine art technology can use for fashion statement,… [read]
Java MongoDB – Get Collection from Database
javac - Java Examples Source Code 5 hours 3 mins ago | Reads: 12
import java.net.UnknownHostException; import java.util.Set; import com.mongodb.DB; import com.mongodb.DBCollection; import com.mongodb.Mongo; import com.mongodb.… [read]
Java (J2EE & J2SE) : Order Urecholine From Doctors Online Consultation
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 12
Author: jummaikoSubject: Order Urecholine From Doctors Online ConsultationPosted: 16 May 12 at 5:10amToday coach outlet corporate headquarters remain in mid-town Manhattan on 34th… [read]
Java (J2EE & J2SE) : Overnight Minoxidil Next Day No Prescription, Bu
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 12
Author: jummaikoSubject: Overnight Minoxidil Next Day No Prescription, BuPosted: 15 May 12 at 11:13pmcoach outlet handbags You can not just save your cash,… [read]
Java (J2EE & J2SE) : on sale ralph lauren clothing armani gucci jeans
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 12
Author: agagshoesSubject: on sale ralph lauren clothing armani gucci jeansPosted: 15 May 12 at 6:04pmcheap oakley sunglasses for sale with durable material make it in cool appearance,… [read]
J2ME (Java Micro Edition) : Free Sudoko Game for Mobiles
itGalary : J2ME (Java Micro Edition) 5 hours 18 mins ago | Reads: 11
Author: hayeeSubject: Free Sudoko Game for MobilesPosted: 16 May 12 at 1:40amRounding the bend in the street descending to her house,… [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 16 hours 34 mins ago | Reads: 11
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS.… [read]
Java (J2EE & J2SE) : Armani Mens Shoes sell online
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 11
Author: agagshoesSubject: Armani Mens Shoes sell onlinePosted: 15 May 12 at 5:58pmDesigner wholesale oakley sunglasses provide 100% of all UVA, UVB, UVC protection would make you life more colorful,… [read]
Java (J2EE & J2SE) : cheap Louis Vuitton sunglasses china online store
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 11
Author: agagshoesSubject: cheap Louis Vuitton sunglasses china online storePosted: 15 May 12 at 5:57pmDesigner wholesale oakley sunglasses provide 100% of all UVA, UVB,… [read]
Java (J2EE & J2SE) : hot sell China wholesale cheap brand jeans,t-shirt
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 11
Author: agagshoesSubject: hot sell China wholesale cheap brand jeans,t-shirtPosted: 15 May 12 at 5:56pmChic appearance also makes you have fashion statement.… [read]
Java (J2EE & J2SE) : cheap 2012 hyper shox Underdress Sunglass online
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 11
Author: agagshoesSubject: cheap 2012 hyper shox Underdress Sunglass onlinePosted: 15 May 12 at 5:56pmoakley wholesale offer oakley polarized monster dog sunglasses,… [read]
Java (J2EE & J2SE) : Retail Longchamp Uk Karen Millen Evening Dress sto
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 10
Author: agagshoesSubject: Retail Longchamp Uk Karen Millen Evening Dress stoPosted: 15 May 12 at 5:54pmOakley stores is best selection in this summer, the Oakley sunglasses will keep you fashion. [read]
11 Awesome Wireframe Mockup Tools for Developers
FromDev 16 hours 34 mins ago | Reads: 10
A good and reliable deliverable is essential for every web designing and development program. The most important of all deliverables are the WIREFRAMES and MOCKUPS.… [read]
Grails 2 Unit Tests – Undocumented Properties
GroovyBlogs.org 23 hours 17 mins ago | Reads: 10
GrailsUnitTestMixin (and its descendents DomainClassUnitTestMixin, ServiceUnitTestMixin, etc) give your test classes some static and instance variables that aren’t mentioned in the docs yet.… [read]
Java (J2EE & J2SE) : www.trade4sale.com hot sell Timberland boots
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 10
Author: jummaikoSubject: www.trade4sale.com hot sell Timberland bootsPosted: 16 May 12 at 1:10amcoach outlet handbags You can not just save your cash,… [read]
Java (J2EE & J2SE) : www.trade4sale.com hot sell Timberland boots
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 10
Author: jummaikoSubject: www.trade4sale.com hot sell Timberland bootsPosted: 16 May 12 at 1:14amcoach outlet handbags You can not just save your cash,… [read]
Java (J2EE & J2SE) : www.trade4sale.com hot sell Timberland boots
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 10
Author: jummaikoSubject: www.trade4sale.com hot sell Timberland bootsPosted: 16 May 12 at 1:16amcoach outlet handbags You can not just save your cash,… [read]
Java (J2EE & J2SE) : www.trade4sale.com hot sell Timberland boots
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 10
Author: jummaikoSubject: www.trade4sale.com hot sell Timberland bootsPosted: 16 May 12 at 1:20amToday coach outlet corporate headquarters remain in mid-town Manhattan on 34th Street.… [read]
Java (J2EE & J2SE) : www.trade4sale.com hot sell Timberland boots
itGalary : Java (J2EE & J2SE) 1 hour 49 mins ago | Reads: 10
Author: hayeeSubject: www.trade4sale.com hot sell Timberland bootsPosted: 16 May 12 at 1:40amRounding the bend in the street descending to her house,… [read]
Java (J2EE & J2SE) : www.sellaaashoes.com sellshoes nike dunk shoes ugc
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 10
Author: agagshoesSubject: www.sellaaashoes.com sellshoes nike dunk shoes ugcPosted: 15 May 12 at 5:46pmOakley sale can provide the best protection from the UV rays and practically any harsh rays.… [read]
Using Properties and Bindings in JavaFX 2
dzone.com: java 1 hour 19 mins ago | Reads: 10
Just a quick note that Part One of the Using Properties and Bindings in JavaFX 2 article that I wrote for Java Magazine is now available. It is written in tutorial-style,… [read]
Java (J2EE & J2SE) : 2012 new style NIKE DUNK SB LOW SNEAKER online
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 10
Author: agagshoesSubject: 2012 new style NIKE DUNK SB LOW SNEAKER onlinePosted: 15 May 12 at 5:48pmFabulous oakley sunglasses sale combine art technology can use for fashion statement,… [read]
Grails 2 Unit Tests – Using Base Classes
GroovyBlogs.org 23 hours 17 mins ago | Reads: 9
I’ve been meaning to write up my experiences with upgrading a 1.x app to grails 2 for two months now. Since I can’t seem to find the time to do a large post,… [read]
How does Insight handle conflicting OSS licenses?
Sonatype Blog 49 mins ago | Reads: 9
As we’ve been busy building out the Insight product line we’ve spent significant time considering the issues associated with “conflicting” and “invalid” licenses — licenses which upon… [read]
The love and hate of Node.js
Mailinator(tm) Blog 48 mins ago | Reads: 9
I've been in the happy position lately of interviewing engineers for my new start-up.… [read]
Java (J2EE & J2SE) : www.sellaaashoes.com sellshoes nike dunk shoes Chi
itGalary : Java (J2EE & J2SE) 14 hours 4 mins ago | Reads: 9
Author: agagshoesSubject: www.sellaaashoes.com sellshoes nike dunk shoes ChiPosted: 15 May 12 at 5:47pmcheap oakley sunglasses for sale with durable material make it in cool appearance,… [read]
NoSQL: Cassandra at Workware Systems: Data Model FTW
mindstorms 49 mins ago | Reads: 8
Cassandra at Workware Systems: Data Model FTW One of the stories in which the deciding factor for using Cassandra was primarily the data model and not its scalability characteristics: tags:… [read]
Continuous Delivery in the Cloud – Part 3: Configure your Continuous Integration Server
dzone.com: java 2 hours 33 mins ago | Reads: 8
Part 3 in this 6-part-series. Describes all components used in the demo setup, from the CI server to the artifact repository, metrics server and version control system. [read]
NoSQL: What Big Data Is Used for at Facebook
mindstorms 49 mins ago | Reads: 8
What Big Data Is Used for at Facebook Just a couple of examples: product and brand engagement, advertising. tags:bigdata,… [read]
Ease into Cloud with JBoss
How to JBoss 43 mins ago | Reads: 7
SAVE-THE-DATE Mark your calendar for a unique and exciting JBoss Enterprise Application Platform Virtual Event called “Ease Into Cloud” on Wednesday, June 20 at 11 a.m. ET or Thursday,… [read]
Presentation: Grid Gain vs. Hadoop. Why Elephants Can't Fly
InfoQ Personalized Feed for Java Blogs.com 45 mins ago | Reads: 6
Dmitriy Setrakyan introduces GridGain, comparing it and outlining the cases where it is a better fit than Hadoop, accompanied by a live demo showing how to set up a GridGain job. By Dmitriy Setrakyan [read]
Presentation: Grid Gain vs. Hadoop. Why Elephants Can't Fly
InfoQ Personalized Feed for Justin Chen 45 mins ago | Reads: 6
Dmitriy Setrakyan introduces GridGain, comparing it and outlining the cases where it is a better fit than Hadoop, accompanied by a live demo showing how to set up a GridGain job. By Dmitriy Setrakyan [read]
Java – Convert Map to JSON
javac - Java Examples Source Code 33 mins ago | Reads: 6
import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.lang.reflect.Type; import java.util.HashMap; import java.util.… [read]
Presentation: Games for the Masses - How DevOps Affects Architecture Design
InfoQ Personalized Feed for Java Blogs.com 45 mins ago | Reads: 6
Jesper Richter-Reichhelm presents the DevOps integration at Wooga, and how their system architecture has evolved over the years in order to cope with the increasing number of players.… [read]
Presentation: Games for the Masses - How DevOps Affects Architecture Design
InfoQ Personalized Feed for Justin Chen 45 mins ago | Reads: 5
Jesper Richter-Reichhelm presents the DevOps integration at Wooga, and how their system architecture has evolved over the years in order to cope with the increasing number of players.… [read]
java.blogs is sponsored by Atlassian Software.
java.blogs is graciously hosted by Contegix.