Codenvy Editor
http://www.agilemobiledeveloper.com/2013/05/16/codenvy/
Tweet 0 Comments Save Tags: java , javascript
Yoke with Vert.x 2 is a faster alternative to Express JS!
Simple benchmarks show that the upcoming Vert.x 2 Framework with Yoke as the middleware layer can provide better performance than Express... more »
Tweet 1 Comments Save Tags: frameworks , java , javascript , reviews
JSF Performance: Mojarra improves dramatically with latest release
In our comparative study about the runtime behavior of both JSF implementations we came to the conclusion that Apache MyFaces performs... more »
Tweet 0 Comments Save Tags: frameworks , java , standards
Integrating your Java Spring MVC webapp with Facebook – Doing the OAuth Dance
In this post, we will see how to have users sign in to your Java SpringMVC webapp via facebook.
Tweet 1 Comments Save Tags: how-to , java
How we customized Eclipse Infocenter for the new eXo documentation website
Eclipse offers plugin developers the ability to add help documentation for their plugins locally or online. Opening that help will give... more »
Tweet 0 Comments Save Tags: eclipse , java , open source
Using Traceview to Identify and Solve Webserver Queueing Problems
We’re kicking off a series of videos on how to find and attack common problems in your complex web applications. Today’s topic is one... more »
Auto-Refresh for Play Framework Apps
a little tool for Play Framework app developers which auto-refreshes an app in Chrome when the source code or static assets change.
Tweet 0 Comments Save Tags: frameworks , java
Google Collection Types
Good explanation of google collection types.
Tweet 1 Comments Save Tags: frameworks , how-to , java
Don't Miss the Android Developer Tools Session Livestream
Google is about to talk about the new Android build system - Gradle and IntelliJ. Don't miss this is you are an Android developer
Tweet 0 Comments Save Tags: java , open source , tools
Spring MVC: Databinding with Converters
This tutorial describes how to use a converter to data bind id parameters in a request. Id parameters are converted to the associated entity type.
Tweet 0 Comments Save Tags: java
Thursday Code Puzzler: Sudoku
This week the challenge is to write a solver for Sukoku puzzles.
Tweet 0 Comments Save Tags: java
Finite Element Method Simulation Running in the Browser and Uses Device Orientation
The example application demonstrates the implementation of a minimal Finite Element Method Simulation running in a web browser and uses... more »
Tweet 0 Comments Save Tags: java , javascript , mobile , web design
In case of emergency, System.exit
Article covering the System.exit method and why it is advisable to avoid using it unless absolutely necessary.
Tweet 1 Comments Save Tags: java , methodology , opinion , usability
Implementing Google Guava Cache using Proxy Pattern
In this post we will learn two things. We will learn about the proxy design pattern and also how to use this pattern to implement a... more »
Tweet 2 Comments Save Tags: frameworks , how-to , java
Analyze java source with “Yasca” and detecting security vulnerabilities
Analyze java source with “Yasca” and detecting security vulnerabilities
Tweet 0 Comments Save Tags: java , open source , security , windows
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
Email Conversion to MHTML, ICS Files Processing & PSTs Creation are Enhanced
Aspose.Email for Java 2.9.0 now supports adding contacts, notes, tasks, calendar, and journal items to PST files in the same way as... more »
Programming :: When to use Interfaces in your application
There are several advantages in utilizing the features of Interfaces in general programming. As you may already know, interfaces define a... more »
Tweet 0 Comments Save Tags: java , methodology
When to use Abstract Class and Interface in Java
Classical Object oriented design interview question, mostly asked in Java as difference between abstract class and interface in Java.
Tweet 0 Comments Save Tags: java , open source , opinion
Gridview in Java Web Applications using jQuery DataTable
The best solution to display data in tables in Java is, to use DataTable, a jQuery plugin that enhances HTML tables in terms of features,... more »
Tweet 0 Comments Save Tags: java
How to prepare for your first programming interview
A short write up containing a few tips to assist those looking to land their first coding job.
Android Studio dumps Eclipse for IntelliJ IDEA
Google fork Jetbrains’ development environment, adding live multi-device preview and Gradle support.
Tweet 0 Comments Save Tags: java , mobile , open source
IntelliJ IDEA is the base for Android Studio, the new IDE for Android developers
JetBrains Company Blog provides details on new Android Studio, an IDE being developed by Google in cooperation with JetBrains.
Tweet 1 Comments Save Tags: announcement , java , open source , tools
Eclipse Features to Improve Java Productivity
Good features that apply to most of the versions.
Tweet 1 Comments Save Tags: eclipse , how-to , java