Always remain updated about current software development trends

Articles having tag: OPEN JDK

String Searching Algorithms (Part III)

Boyer-Moore (BM) Overview According to Wikipedia, the Boyer-Moore algorithm "is an efficient string searching algorithm that is the standard benchmark for practical string search literature. It was developed by Robert S. Boyer and J Strother Moore...

String Searching Algorithms (Part II)

Knuth-Morris-Pratt (KMP) Overview According to Wikipedia, the Knuth-Morris-Pratt algorithm "searches for occurrences of a "word" W within a main "text string" S by employing the observation that when a mismatch occurs, the word itself embodies...

Easy-Cassandra 1.0.9: With annotations jpa and JPQL

| 0Release 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");\xa0List<Person>...

Java 7 Fork/Join Framework Initial Look, and Resources

| 0 In some earlier posts, I've talked aboutJava threads,Java Thread Overhead, andAmdahl's Law and Parallel Processing Speed-Up. My next investigation in this series is Java 7's newFork/Join Framework. I plan to spend quite a lot of time in this particular...

Easy-Cassandra= java ORM for Cassandra, now run with Maven

27 | 0  Running the new version of the Easy-Cassandra framework it main objective ismaking it easy the communication between Apache Cassandra and your application in java. With it you able create, update, retrieve, delete the java's objects in easy way...

Building OpenJDK 7 on Ubuntu 11.10

| 0  Building OpenJDK on Linux is fairly straight forward compared to Windows especially when Synaptic comes to help.  My Linux is a Ubuntu 11.10 on VirtualBox.  See output of uname $ uname -a Linux frank-VirtualBox 3.0.0-12-generic #20-Ubuntu...

Knowing more about Easy-Cassandra Project

| 998                 Easy-Cassandra is a framework ORM API and a high client for Apache Cassandra in java, with this is possible persist information from the Java Object in easy way. For this is only necessary...

A Fine, Informative Online Java 7 / JavaFX 2.0 Mini-Conference: OTN Virtual Developer Day - Java

1551 | 0 Today I attended the Oracle Technology Network'sJava Virtual Developer Day, a four-hour online event that takes a pretty deep dive into Java 7 and JavaFX 2.0. The agenda started with a keynote presentation, "The Java Platform: Now and the Future,"...

Pushing the Limits in Java's Random

6044 | 0Welcome to the 198th issue ofThe Java(tm) Specialists' Newslettersent to you from Chania in Greece. My readers in colder climates frequently get annoyed when I tell them that "life's a beach". They imagine us having constant...

Building OpenJDK 8 on Windows 7

| 0Recently, I got a chance to build OpenJDK 8 on a Windows 7 host. Thanks to a detailed article "YAOJOWBI - Yet another OpenJDK on Windows Build Instruction" onhttp://weblogs.java.net/blog/simonis/archive/2011/10/28/yaojowbi-yet-ano..., I avoided...