otaviojava's blog
Easy-Cassandra 1.0.9: With annotations jpa and JPQL
Release the newest version of the framework to persist objects in Apache Cassandra in easy way. Among improvement is the JPA annotations, also JPQL.
JCassandra jCassandra=persistence.createJCassandra("select * from Person");
List<Person> persons=jCassandra.getResultList();table 1: sample using JPQL in Easy-Cassandra
Easy-Cassandra= java ORM for Cassandra, now run with Maven

Knowing more about Easy-Cassandra Project
Persisting information with Cassandra in java: Simple example

This article has the main objective show a little example for persist information in Cassandra using java.
Killing the myths about java
Party 10 year with Eclipse, around the Brazil

Moving o java forward part 4- JSR 166y: concurrent Package
Was added to his package to facilitate applications which needs scalable processes.
Welcome java 7 part 3 -NIO 2 JSR 203
Welcome java 7 part 3 -NIO 2 JSR 203
Welcome java 7 - Part 2 JSR 334 Coin
Given some information about Java 7, i will now show the imrovements to the latest version.In this article i use the netbeans version 7.0.1, for this you need to download the JDK 7 (the link is below the article). After downloading and installing Netbeans (but during the installation remember to select the JDK 7 path).






