Always remain updated about current software development trends

Articles having tag: JAVA DESKTOP

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...

Preparing to Compute Using the Fork/Join Framework, Part 1

| 0 A couple weeks ago I figured out (more or less)what's wrong with Java threads. It's not that there's anything so wrong with Java threads per se -- it's just that they were designed to meet a need that is different from what developers face today: a world...

Multithread Programming Versus Parallel Programming; or, What's Wrong with Java Threads?

| 0 A few nights ago, I was browsing the chapters about concurrent programming in Herbert Schildt's excellentJava: The Complete Reference, 8th Edition, and I was struck by the evolution of concurrency in Java over the years, from threads, through the richness...

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...

Amdahl's Law and the Not-So-Simple Problem of Speed-Up Due to Parallel Processing

1856 | 0 With the advent of multicore processors on everything from desktop computers to tablets, pads, and even mobile phones, parallel processing is gaining increasing attention. This is at least in part what's behind the release of theFork/Join Frameworkin...

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...

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...