More from
TODAY
on TheServerSide.COM
-
Concurrent garbage collection in Java
Richard Warburton | 7 MAY 2013 | 4 Comments
The Concurrent-Mark-Sweep collector is a low pause Java Garbage Collector used in Hotspot. Here's how it works.
-
The great Java app server debate with Tomcat/TomEE & JBoss
Oliver White | 7 MAY 2013 | 4 Comments
From Rebel Labs, comes an extremely opinionated review of Tomcat and JBoss, the top 2 biggest players in the Java application server market today. Both of them open source, why take Tomcat instead of JBoss, or vice versa?
-
Fix memory leaks in Java production applications in 5 steps
Andreas Grabner | 7 MAY 2013 | 0 Comments
Adding more memory to your JVMs (Java Virtual Machines) might be a temporary solution to fixing memory leaks in Java applications, but it for sure won’t fix the root cause of the issue. Instead of crashing once per day it may just crash every other day. “Preventive” restarts are also just another desperate measure to minimize downtime – but – let’s be frank: this is not how production issues...
-
Integrating WebSockets and JMS with CDI Events in Java EE 7
Bruno Borges | 6 MAY 2013 | 0 Comments
WebSocket is the new kid on the block when you think about Web Development these days. And it is expected that you want to integrate it with whatever is available in your hands. Java EE 7 is coming with cool things beyond this, for example JMS 2.0. And then you wonder: how can I send asynchronous messages to all WebSocket sessions connected to my website? Server push; no polling: for real!
-
A free open-source pricing and valuation engine (quant library) for financial products, written entirely in the Java programming language.
Prajit Kumar | 2 MAY 2013 | 9 Comments
A free open-source pricing and valuation engine (quant library) for financial products, written entirely in the Java programming language.
-
It took me 10 years to launch eXo Platform 4.0!
Benjamin Mestrallet | 1 MAY 2013 | 1 Comments
Today we're launching the Express and Community Editions of eXo Platform 4.0: The Open Source Enterprise Social Platform. After 10 years, I feel like this is the first product we’ve launched that has this level of fit and finish: something that has never been accomplished before in the open source world. I even think it is among the most beautiful enterprise software ever launched.
-
What is Big Data – Theory to Implementation
Byron Kiourtzoglou | 25 APR 2013 | 0 Comments
A short theoretical introduction and a compact matrix of implementation approaches about Big Data focused on overcoming the problems of a new era – the era that forces us to ask bigger questions!
-
jORM is a lightweight Java ORM
Martin Korinth | 25 APR 2013 | 7 Comments
It does not aim at solving every database problem. It primarily cures the boilerplatisis that many Java solutions suffer from, while exposing the functionality of the JDBC through a convenient interface.
-
The great Java app server debate with Liberty and Jetty
Jevgeni Kabanov | 23 APR 2013 | 6 Comments
All Java App Servers aren't created equal. How do you know whether you should start with Tomcat, JBoss or Glassfish? Is your enterprise focus going to need WebSphere or WebLogic, or can you go lightweight and open source with Jetty and look at scalability later? In this ongoing series from Rebel Labs, we look first at IBM Liberty Profile and Jetty.
-
A different take on the late-night-programmer as a 'hero'
Steve Weisfeldt | 23 APR 2013 | 1 Comments
Say what you will about the co-worker who stays up all night the evening before a project is due every time...some may call her a hero, others will say he creates the need to do this just to get the credit. What do you think? Also, how has load testing changed in the past 20 years? What are the major factors that impact application performance? And are you testing in Agile yet? If not, here's how...
-
Are your stale Java EE skills making you irrelevant in today's job market?
Cameron McKenzie ( @potemcam ) | 22 APR 2013 | 12 Comments
The current job market is starting to look at traditional Java EE development skills as being stale. So what does an enterprise Java developer, who lived through the evolution from Servlets to Struts and to Spring, have to do to keep current? Where should an enterprise Java professional focus when they want to land those high-dollar contracts that were so prevalent in years past?
-
Parallelize it with Python and gevent
TR Jordan | 22 APR 2013 | 0 Comments
Threads are always a good choice to parallelize, but without careful consideration, it’s easy to create all manner of strange race conditions or out-of-order data access. So today, let’s talk about a different route: event loops.
Site index
TheServerSide.com is an online community for enterprise Java architects and developers, providing daily news, tech talk interviews with key industry figures, design patterns, discussion forums, tutorials, and more. TheServerSide.com was launched in May 2000 and has become the largest independent Java community in the world. TheServerSide.com is owned and operated by TechTarget. TechTarget's Application Development Media Group of sites include TheServerSide.Net, SearchWinDevelopment.com, Ajaxian.com, SearchSOA.com, ebizQ.net, SearchSoftwareQuality.com and TheServerSide.com.
Site features
- Blogs
- Events & Conferences
- Glossary
- ITKnowledge Exchange
- Java Topics
- Meet The Editors
- Multimedia
- News
- Patterns
- RSS
- White Papers
More Info
Featured
- JSR-286 development tutorial: Mastering request-response programming (17 May 2013) This portlet programming tutorial shows how the PortletRequest and Portlet Response are used when...
- Two most commonly misconfigured Tomcat performance settings (05 May 2013) Tomcat on the server is different from Tomcat on the desktop, but too many system admins fail to...
- Yale graph DB project uncovers hidden big data trends (05 May 2013) Graphic analysis of big data problems can often uncover hidden trends that might otherwise be...
- Expert insight into building distributed, service oriented systems (03 May 2013) Developing complex service oriented systems is a challenge, but with insight from the author of the...
Java News
- Dell Boomi and other integration providers jump on API management (10 May 2013) After several API management firms were acquired elsewhere, Dell Boomi announces their own API...
- Software developers demanding resource based, RESTful APIs (03 May 2013) Software developers are demanding APIs that are delivered in a RESTful, resource based way, and one...
- How 'big data' solved the content management (CMS) problem (23 Apr 2013) Content management systems that need to sift through huge amounts of data are big data problems in...
- Oracle announces delays in the JDK 8 release schedule (19 Apr 2013) After patching Web browser security issues, the Java Platform Group at Oracle has announced delays...
White papers
What's New
on TheServerSideCOM.com
- Mobile application development tutorialLooking for a start in developing mobile apps for existing enterprise computing systems? This mobile application development tutorial is here to help.
- Intro to JSR-286 portlet programming
- Increase modulrity in legacy Java apps
- Alternative JVM languages: Scala
Editor
Tell us what you think of the new site. Meet the Editors.