Java

  • submit to reddit

Envoy (in Scala, JavaScript, and more)

A little over a decade ago, Eugene Wallingford wrote a paper for the PloP '99 conference, describing the Envoy pattern language, "a pattern language for...

1 replies - 1608 views - 02/03/13 by Ted Neward in Articles

Service Oriented Architecture at Square

SOA is hard. Learn how Square is approaching this problem today with JRuby and where we hope to be in the future. We'll go from git init to cap deploy,...

0 replies - 2711 views - 02/03/13 by Mitch Pronschinske in Articles

Sending Email With Java (Beware)

I turn on debugging to trace what’s going on. All looks good but one email bounces back after a day and some hotmail and gmails just vanish. To test a...

3 replies - 2557 views - 02/02/13 by Tim Spann in Articles

Finding Factorial of a Number in Java

If you have tried to find a factorial using int as the data type, its most likely that you will soon get wrong outputs because the factorial value...

1 replies - 2516 views - 02/01/13 by Mohamed Sanaulla in Articles

Three Spring Bean Lifecycle Techniques

When using the term 'lifecycle' the Guys at Spring are referring to the construction and destruction of your beans and usually this is in relation to the...

0 replies - 2985 views - 02/01/13 by Roger Hughes in Articles

Link List: MongoDB Drivers for Java

I am working on a Spring MVC app that demonstrates all of the different MongoDB Java APIs. Some...

0 replies - 1713 views - 02/01/13 by Tim Spann in Articles

How Aggressive is Method Inlining in JVM

Ctrl + Alt + M is used in IntelliJ IDEA to extract method. Ctrl + Alt + M. It's as simple as selecting a piece of code and hitting this combination. Eclipse...

1 replies - 1978 views - 02/01/13 by Tomasz Nurkiewicz in Articles

DZone Links You Don't Want To Miss (2/1/13)

NEWS JCache Won't Be Finished In Time For Java EE 7 Friend of Javalobby, Reza Rahman, had to break the news today that the JCache JSR will not make it...

0 replies - 2279 views - 02/01/13 by Mitch Pronschinske in Articles

How to write a custom dispatcher for WSO2 ESB

Create a maven project and add the following dependencies to the pom.xml <?xml version="1.0" encoding="UTF-8"?> <project...

0 replies - 724 views - 02/01/13 by Achala Chathura... in Articles

Weekly Poll: Spring Modules

For this week's poll, we wondered which modules were the most useful in the Spring framework. I've compiled a list of 28 Spring modules, and, this time, all...

2 replies - 5951 views - 02/01/13 by Bill Armstrong in Articles

Poll Review: How Safe is Java

Two weeks ago, we ran a poll asking how safe this community felt Java was after the debacle with the Java web plugin. As you can see below, there was a fairly...

0 replies - 1213 views - 02/01/13 by Bill Armstrong in Articles

My Ideal Greenfield Development Platform: Now vs. 5 Years ago

 As I've grown as a developer (sometimes two steps forward and one step back - ha ha!) I've had the privilege to work with some very smart people -...

9 replies - 6236 views - 01/31/13 by Frank Kelly in Articles

Akka Client, C++ Server Through RabbitMQ

Over the next few weeks, I will tell you about all the discoveries I made in the project storm that made me skip blogging for three weeks. And today, we begin...

0 replies - 1885 views - 01/31/13 by Jan Machacek in Articles

Thursday Code Puzzler: Intersection of Two Arrays

Thursday is code puzzler day here at DZone. The idea is simple: solve the coding problem as efficiently as you can, in any language or framework that you...

19 replies - 2587 views - 01/31/13 by James Sugrue in Articles

DZone Links You Don't Want To Miss (1/31/13)

Mad Customers: Java 7 "Silently" Deletes Java 6  The CTO of JNBridge, Wayne Citrin, took the opportunity during this Oracle/Java-critical climate to...

0 replies - 2562 views - 01/31/13 by Mitch Pronschinske in Articles