mdagis
An online knowledgebase for myself and any other guy interested.
Labels
Camel
Debug
Java
Learning
NodeJS
SourceControl
Techniques
Tools
Webdev
2014-12-29
XML unmarshalling benchmark in Java
Here is a nice post with an actual benchmark on unmarshalling XML in java.
Read it here ..
Another benchmark here
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Retrieve all Jira issue worklogs with Java (more than 20)
Lately I wanted to use the java jira client (jira-rest-java-client-core) to create custom reports for my w...
Enable CORS on JavaEE Web Application
Let's say that you have created a REST API in your Java EE WEB Application and you want to use it in HTML pages through AngularJS,...
Create a one jar REST web service in JAVA for less than 5 minutes
More than a decade after its introduction, REST has become one of the most important technologies for Web applications. Its...
How to survive from Node.js and JavaScript callbacks
Many people coming from Java ecosystem to Node.js (like I did) are facing problems to adjust with the new platform philosophy since th...
How to add certificate to JVM
PKIX path building failed: SunCertPathBuilderException: unable to find valid certification path to requested target....
Implement Simple Websocket with Node.js
It's been almost two months since I wrote anything in here and before moving forward in topics I will try to add something more w...
Create Java Hypermedia REST Web Services Tutorial (HATEOAS)
Here is a very nice tutorial in spring.io explaining how to create Hypermedia REST Web Services (HATEOAS) in Java. For those ...
Openshift! Create free account and deploy your Java app in less than 5 minutes
On a previous blog entry here , I analyzed the steps to create a basic Java RESTful app in less than 5 minutes. Most probably after ...
Java WatchService tutorial
The Watch Service was introduced in Java 7 as a “thread-safe” service responsible for watching objects for changes. The most popular us...
Camel Import Tool
How many times have you need to import raw data in your database? In the company that I work ( Cloudbiz ), this used to be ...
No comments:
Post a Comment