SYS-CON Media
Real-World Java Gold Sponsors
|
 |
|
 |
 |
Real-World Java Silver Sponsor
|
 |
|
 |
 |
Real-World Java Exhibitors
|
 |
|
 |
 |
|
By Dan Tortorici  Business processes manage the operational flow of business and when optimized achieve cost containment and flexibility as they need to be efficient and able to adapt to changing business conditions. The art of planning and implementing process management requires all the best cross-fun... May. 5, 2012 10:00 AM EDT Reads: 1,366 | By Jason McC. Smith  Design patterns are one of the most successful advances in software engineering, by any measure. The history of design patterns is a strange one though, and somewhere along the way, much of their original utility and elegance has been forgotten, misplaced, or simply miscommunicated. Th... May. 1, 2012 01:28 PM EDT Reads: 1,146 | By Kirk Knoernschild  Modularity plays an important role in software architecture. It fills a gap that has existed since we began developing enterprise software systems in Java. This chapter discusses that gap and explores how modularity is an important intermediary technology that fills that gap.
There a... Apr. 26, 2012 11:45 AM EDT Reads: 1,964 | By James Carlini  Many organizations are starting to look at cloud computing as a universal solution, but there are many applications that cannot be considered unless the framework of cloud computing includes Timing as a Service (TaaS) as part of its fabric. Mission-critical applications require securit... Apr. 13, 2012 05:00 PM EDT Reads: 1,465 | By Ash Parikh  In a recent article, CIO.com said that analytics and BI will be the top technology priorities for CIOs in 2012, based on a Gartner Inc. survey of IT executives. However, if you look back in time, reports show that BI was a top priority even then. Although we have fast-forwarded many ye... Mar. 23, 2012 07:45 AM EDT Reads: 1,385 | By Sanat Vij  In a time where the clock speeds of processors have been stable over the past couple of years, and Moore's Law is instead being applied by increasing the number of processor cores, it is getting more important for applications to use concurrent processing to reduce run/response times, ... Mar. 15, 2012 10:00 AM EDT Reads: 2,202 | By Tech Spot  Any application you pick up, there are some issues – big or small. There will be copy-paste code, mistakes, algorithms which could have better thought through. But what distinguishes an antipattern from these normal errors is that like patterns these antipatterns are recurring througho... Mar. 13, 2012 05:45 AM EDT Reads: 2,524 | By Mike Hunger  The Spring Data Neo4j Project
This project is part of the Spring Data project, which brings the convenient programming model of the Spring Framework to modern NOSQL databases. Spring Data Neo4j, as the name alludes to, aims to provide support for the graph database Neo4j.
The first p... Mar. 12, 2012 01:15 PM EDT Reads: 1,527 | By Sathiya Rajendhran  Defining "Who sees what" and "who does what" are the two important aspects of access control in any software application.
"Security" is a much larger subject, but this article focuses on just the access control aspects of Security in a software application.
When you build a custom ap... Jan. 15, 2012 11:00 AM EST Reads: 2,005 | By Tech Spot  Performance is one word that is used to describe multiple scenarios when talking about application performance. When someone says I need a High Performance Application, it might mean any/all of the following:
Low web latency application ( meaning low page loading times)
Application t... Jan. 9, 2012 08:00 AM EST Reads: 5,108 | By James Williams  HTML5 is a draft specification for the next major iteration of HTML. It represents a break from its predecessors, HTML4 and XHTML. Some elements have been removed and it is no longer based on SGML, an older standard for document markup. HTML5 also has more allowances for incorrect synt... Dec. 15, 2011 03:00 PM EST Reads: 5,548 | By Charlie Hunt; Binu John  In early JVM releases, it was common to delegate Java monitor operations directly to operating system monitors, or mutex primitives. As a result, a Java application experiencing lock contention would exhibit high values of system CPU utilization since operating system mutex primitives ... Dec. 7, 2011 12:00 PM EST Reads: 3,441 | By Charlie Hunt; Binu John  Most Java performance opportunities fall into one or more of the following categories:
Using a more efficient algorithm. The largest gains in the performance of an application come from the use of a more efficient algorithm. The use of a more efficient algorithm allows an application ... Nov. 25, 2011 09:45 AM EST Reads: 4,593 | By Andreas Grabner  The term Business Transactions and Business Transaction Management is widely used in the industry but it’s not always well understood what we really mean by it. The BTM Industry Portal provides some good articles on this topic and is definitely recommended to check out. The general goa... Oct. 28, 2011 11:15 AM EDT Reads: 3,922 | By Larry Roshfeld  It’s a scenario with which many Java developers are all too familiar – and one which many fear. You log on to the network or arrive at the office to discover your Chief Security or Compliance Officer, Application Manager or even a VP of Sales and Marketing in a state of panic. A common... Sep. 20, 2011 02:00 PM EDT Reads: 2,897 | By Deepak Vohra  JavaServer Faces (JSF) technology is used for developing server-side user interfaces (UI) for Java EE applications. JSF 2.0 architecture has introduced several new features, most of which we shall discuss in this article. The salient new features in JSF 2.0 are State Saving, Facelets, ... Sep. 1, 2011 01:00 PM EDT Reads: 4,674 | By Marc Chanliau  The recent spike in insider threats, coupled with a rise in compliance considerations, has forced organizations to ensure only authorized users access sensitive application functionality and data. Historically, user entitlements or authorization logic has been embedded inside an applic... Aug. 25, 2011 10:15 AM EDT Reads: 7,115 | By Navdeep Sidhu  If you are in IT, there is good chance that you are maintaining multiple B2B integration systems for data exchange and translation. Every IT leader has considered consolidating these products into a single B2B suite to reduce costs and improve supply chain agility. Historically, each B... Aug. 24, 2011 01:45 PM EDT Reads: 4,846 | By Zhiyong Li  Tomcat is a widely popular lightweight application server. When securing Tomcat web applications, Valve, JAAS and Filter are used in various scenarios. The challenges for developers are when to use each of these methods and how to integrate them together if more than one method is chos... Aug. 14, 2011 06:15 AM EDT Reads: 7,639 | By Michael Kopp  Performance is one of the major concerns in the cloud. But the question should not really be whether or not the cloud performs, but whether the Application in question can and does perform in the cloud. The main problem here is that application performance is either not managed at all ... Aug. 11, 2011 10:00 AM EDT Reads: 2,564 | By Bruce Tierney  One sure fire way to keep budget and buzz away from your projects is for you and your department to be associated with incremental improvement. Projects can generally be classified into two categories. The first is “business transformation,” which includes projects that generate excite... Jul. 20, 2011 11:30 AM EDT Reads: 8,340 | By Mike Rozlog  I’ve been programming since around 1982, first using an Apple in high school and then finally getting my first computer, the Timex Sinclair 1000 (2k of ROM and 2k of RAM), that same year. Both computers came with a form of the BASIC programming language and it was the start of my lifel... Jun. 27, 2011 12:15 PM EDT Reads: 12,676 Replies: 1 | By Alois Reitbauer  Response times are in many – if not in most – cases the basis for performance analysis. When they are within expected boundaries everything is ok. When they get to high we start optimizing our applications.
So response times play a central role in performance monitoring and analysis. ... Jun. 25, 2011 01:00 PM EDT Reads: 4,801 | By Marat Meirmanov  The OSGi framework is a popular platform for developing multifunctional desktop systems, enterprise systems and complex applications.
OSGi uses a modular approach where each bundle is regarded as a relatively independent and separate unit. The framework controls maintenance-based tas... May. 19, 2011 11:00 AM EDT Reads: 7,064 | By Michael M David  Current SQL support of relational, XML and hierarchical legacy data such as IMS is driven by flattening the hierarchical data. This is needed in order to integrate it naturally with relational (flat) data so that it can be processed relationally. Unfortunately, this strips out the natu... Apr. 8, 2011 10:00 AM EDT Reads: 6,606 | By Scott Cranton  OSGi technology brings a number of much needed benefits to the Java enterprise application market, and is disruptive in that it impacts the software development, deployment, and management practices of many organizations. OSGi impacts deployment given the shared, modular nature of OSGi... Mar. 25, 2011 01:45 PM EDT Reads: 8,509 | By Mike Jacobs  Which mobile device should I target for my application? That's one of the first questions you need to answer as a mobile developer. You might select the device based on personal preference or what looks cool today. The problem is that mobile technology choices are diverse and evolvi... Mar. 17, 2011 03:00 PM EDT Reads: 7,145 | By Michael M David  Hierarchical structures have an inherent ability for significant data value increases beyond the data collected. This will be shown to exist in hierarchical structures and even more powerfully in their natural hierarchical processing capabilities. These will demonstrate flexible and e... Mar. 10, 2011 07:00 AM EST Reads: 5,530 | By Jim Falgout  There are two major drivers behind the need to embrace parallelism: the dramatic shift to commodity multicore CPUs, and the striking increase in the amount of data being processed by the applications that run our enterprises. These two factors must be addressed by any approach to paral... Mar. 1, 2011 03:00 PM EST Reads: 7,542 | By Peter Lubbers  HTML5 WebSocket is an important new technology that helps you build engaging, interactive, real-time web applications quickly and reliably. Sure, HTML5 WebSockets may be the best thing since sliced bread, but is this new technology right for you?
This article identifies five types of ... Jan. 23, 2011 05:00 AM EST Reads: 18,590 | By Sree Kusumanchi; Ramana Urachintala  Modern enterprise IT infrastructure must keep pace with dynamic needs. As business changes, it allows customers to react quickly to maintain a competitive edge in the marketplace, often by leveraging new technologies to improve the bottom-line performance. Oracle WebLogic Server11g pro... Dec. 28, 2010 11:00 AM EST Reads: 9,191 | By Peter Lubbers  HTML5 introduces Application Cache, a new feature that enables you to make web apps and sites available offline. The new specification also provides an easy way to prefetch some or all of your web app’s assets (HTML files, images, CSS, JavaScript, and so on) while the client is still o... Dec. 22, 2010 01:45 PM EST Reads: 13,990 | By Shankar Itchapurapu  Software maintenance is a tedious and challenging job. As long as the software functions as expected, it looks great. Imagine the situation, your pager keeps buzzing in the midnight (Not a happy feeling, right?).
Any software system, no matter how well it has been built and quality te... Nov. 16, 2010 11:00 AM EST Reads: 21,474 | By Pieter Humphrey  In this step, you will configure the project to use Spring framework and generate Spring ORM classes to access the entities created earlier.
The tasks you will complete in this step are: Add Spring Facet to project, Generate Spring ORM classes, Review the Spring service beans and con... Oct. 6, 2010 09:10 AM EDT Reads: 6,490 | By Joel Mathew  Cloud computing is one of the emerging paradigms in today’s computing world. One of the main advantages of migrating to the cloud is its elastic nature. Elasticity allows dynamic provisioning and de-provisioning of resources according to the application’s workload requirement.
In a t... Sep. 22, 2010 06:26 AM EDT Reads: 10,007 | By Peeyush Taori; Kumar Tiwari  A web server plays an increasingly important role in the computing world as the world has shifted away from traditional stand-alone desktop computing to Internet's Client-Server and its variants based computing paradigm. Almost everything on networks is consumed either by using web ser... Sep. 21, 2010 02:22 PM EDT Reads: 4,688 | By Alois Reitbauer  The use of transactions is a cornerstone when building database applications. However in our daily work, we often do not really care much about them. In many cases they are handled implicitly for us by the (J EE) container or application framework – such as Spring – we are using. We re... Sep. 20, 2010 01:52 PM EDT Reads: 4,816 | By Jitendra Subramanyam  It would seem like the last thing we need in SAP systems is more metrics. Automated solutions that investigate, monitor and track ERP systems are common, so why are major corporations increasingly employing automated metrics for SAP systems?
Like all systems that span the enterprise, ... Sep. 15, 2010 12:30 PM EDT Reads: 4,338 | By Pieter Humphrey  In Part 4 I discussed the Oracle Enterprise Pack for Eclipse and how it allows you to view, create, and manage JPA entity relationships. The Entity Editor provides a centralized view of all entity relationships, allows you to modify entity properties, and allows you to navigate between... Jul. 21, 2010 10:45 AM EDT Reads: 6,528 | By Alois Reitbauer  In this article I discuss the seven most important steps to improve your application performance practices. These simple-to-follow practices will help you to improve the way you deal with application performance. Besides eventually improving the performance of your applications it will... Jun. 30, 2010 04:48 PM EDT Reads: 5,811 |
|
Untitled Document
|
|
Get a Java Jumpstart: Save $500!
|
Sponsorship Opportunities |
|
Real-World Java 2007 offers the undisputed best platform to position your company as a leading vendor in the marketplace for Java.
|
|
|
|
Please call
(201)802-3020
|
|
|
| Who Should Attend |
| • |
Developers who are using Java-based technologies, or considering them |
| • |
Architects who are using Java-based technologies or considering them |
| • |
Business managers who are leveraging Java into the enterprise |
| • |
Anyone with a technical or business interest in: |
| |
| ° |
Java Programming Language |
| ° |
Enterprise Java Beans |
| ° |
Java EE/SE/ME |
| ° |
Spring/Hibernate |
| ° |
Java and .NET |
| ° |
Ruby on Rails |
| ° |
Enterprise Service Bus (ESB)
|
| ° |
Java and AJAX/SOA |
|
|
|
JDJ is the world's premier independent, vendor-neutral print resource for the ever-expanding international community of Internet technology professionals using the Java programming language and the Java development platform. |
|
SYS-CON EVENTS
|
|
Latest Java Stories & Posts By Jeremy Geelan  What do the CTO of the U.S. Dept. of Justice and the CIO of the National Reconnaissance Office have in common with the CEOs of Eucalyptus, GoGrid, ActiveState, Appcara, OpSource and Nortonworks, the CTOs of Rackspace, SoftLayer and AppZero, the Founder & General Manager of Dell B... | By Liz McMillan  If your organization already uses virtualized infrastructure, you are well on your way to providing IT as a Service. But as businesses demand faster results in today’s competitive market, organizations look to gain more benefits from cloud computing than just virtualized infrastr... | By Pat Romanski  In this CTO Power Panel at the 10th International Cloud Expo, chaired by Jeremy Geelan, industry-leading CTOs & VPs of Technology will discuss such topics as:
Which do you think is the most important cloud computing standard still to tackle?
Who should and shouldn’t be using ... | By Pat Romanski  Nearly every enterprise is evaluating cloud computing solutions either today or in the near term. Many have already made the leap, and many more are getting close to putting that first toe in the water. But there are key considerations that should be made, questions to be asked, ... | By Dana Gardner  New tools and services for swift software-as-a-service integration in the cloud lowers the barrier to SaaS adoption for SaaS providers and developers.
MuleSoft this week launched Mule iON SaaS Edition, providing a broad set of new tools and services for swift software-as-a-Servi... | By Pat Romanski  Data centers today are stretched to the limits with fast-paced business demands. On top of that, integrating and managing IT infrastructures can pose major challenges. Organizations need a new solution that consolidates servers and workloads without breaking the bank—and Linux, t... |
|