Frameworks

  • submit to reddit

Feature Comparison of Java Job Schedulers

At Carfey Software, we love our flagship product, Obsidian Scheduler. We believe that Obsidian is the best choice for most scheduling needs. Why? Because...

0 replies - 151 views - 01/30/13 by Craig Flichel in Articles

Using JAXB to Generate Java Objects from XML Document

Quite sometime back I had written about Using JAXB to generate XML from the Java, XSD. And now I am writing how to do the reverse of it i.e generating Java...

0 replies - 764 views - 01/29/13 by Mohamed Sanaulla in Articles

Jan 23, 2013 - Apache Camel Essential Components - Archived Webinar

Apache Camel is a powerful, popular, open-source routing and mediation library. This webinar aims to briefly introduce viewers to Camel and 6 of the...

0 replies - 53 views - 01/23/13 by Brandon Nokes in Uncategorized

ActuateOne for OEMs

"Actuate BIRT’s (Business Intelligence and Reporting Tool) proven technology allows software companies to innovate, leapfrog the competition and meet...

0 replies - 41 views - 01/22/13 by Kelley Gemma in Uncategorized

DRY Your Spring Beans Configuration File

It’s always when you discuss with people that some things that you (or the people) hold for an evidence seems to be a closely-held secret. That’s what...

0 replies - 1837 views - 01/21/13 by Nicolas Frankel in Articles

Apache Tapestry 5 Makes Java Web Development Easy

I went through the Apache Tapestry 5 tutorial today and found it surprisingly easy to use. The two most productive features I love are auto class reloading...

1 replies - 3245 views - 01/16/13 by Zemian Deng in Articles

Changing Locale Based on Domain

Happy New Year to everybody!!. With Tapestry one of the advantages is that you can override almost everything but then there are always some parts which are...

0 replies - 912 views - 01/11/13 by Taha Siddiqi in Articles

Veripacks 0.1 – Verify Package Specifications

Using some free time during my Christmas & New Year break, I worked on a new project, which implements some of the ideas from my earlier blog...

0 replies - 712 views - 01/09/13 by Adam Warski in Articles

Spring Dynamic Language Support with Groovy

Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded in Java and is compiled to...

0 replies - 2434 views - 01/09/13 by Eren Avşaroğulları in Articles

Hamcrest Matchers, Guava Predicate and Builder Design Pattern

Often, while coding we have to deal with some POJO objects that have dozens of fields in them. Many times we initialize those classes through a constructor...

0 replies - 1525 views - 01/08/13 by Marcin Grzejszczak in Articles

Pet catalog for JavaEE 6 Reengineered

Some time ago, I published the famed Pet Catalog application on Github. It doesn’t seem like much, but there are some hours of work (if not days) behind...

0 replies - 3148 views - 01/07/13 by Nicolas Frankel in Articles

Be Careful With Cache Managers

If you are using spring and JPA, it is very likely that you utilize ehcache (or another cache provider). And you do that in two separate scenarios: JPA 2nd...

0 replies - 3534 views - 01/07/13 by Bozhidar Bozhanov in Articles

Lightweight Web Application Framework: PrimeFaces (JSF) + Guice + MyBatis (PART 2)

In this part, I will continue to demonstrate the integration of JSF, Guice and MyBatis. DBCP connection pool and MYSQL database is used in persistence...

2 replies - 1375 views - 01/04/13 by Boris Lam in Articles

Chunk Oriented Processing in Spring Batch

Big Data Sets’ Processing is one of the most important problem in the software world. Spring Batch is a lightweight and robust batch framework to process...

0 replies - 2233 views - 01/03/13 by Eren Avşaroğulları in Articles

Play2 Deploy and Config on Cloudbees

I did some work recently to update a few web apps from play 1.2.3 to play 2. Some of them are running on heroku and others are on cloudbees. One of the...

0 replies - 1274 views - 01/03/13 by Andrew Salvadore in Articles