IBM WebSphere Application Server - Wikipedia, the free encyclopedia: "WebSphere Application Server V8.5 offers the same Java EE 6 and Java SE 6 (by default) as V8.0 and also provides - and can be configured to run on - Java SE 7. The primary new capabilities in V8.5 are the Liberty profile of WebSphere Application Server and the intelligent management features.
The Liberty profile of WebSphere Application Server is included with all the commercial editions of the server, providing a lightweight profile of the server for web, mobile and OSGi applications."
'via Blog this'
Thursday, December 20, 2012
Why is Java EE 6 better than Spring ? (Arun Gupta, Miles to go ...)
Why is Java EE 6 better than Spring ? (Arun Gupta, Miles to go ...): "Why should I use Java EE 6 instead of Spring ?
There are already several blogs covering that topic:
Java EE wins over Spring by Bill Burke
Why will I use Java EE instead of Spring in new Enterprise Java projects in 2012 ? by Kai Waehner (more discussion on TSS)
Spring to Java EE migration (Part 1 and 2, 3 and 4 coming as well) by David Heffelfinger
Spring to Java EE - A Migration Experience by Lincoln Baxter
Migrating Spring to Java EE 6 by Bert Ertman and Paul Bakker at NLJUG
Moving from Spring to Java EE 6 - The Age of Frameworks is Over at TSS
Java EE vs Spring Shootout by Rohit Kelapure and Reza Rehman at JavaOne 2011
Java EE 6 and the Ewoks by Murat Yener
Definite excuse to avoid Spring forever - Bert Ertman and Arun Gupta
I will try to share my perspective in this blog."
'via Blog this'
There are already several blogs covering that topic:
Java EE wins over Spring by Bill Burke
Why will I use Java EE instead of Spring in new Enterprise Java projects in 2012 ? by Kai Waehner (more discussion on TSS)
Spring to Java EE migration (Part 1 and 2, 3 and 4 coming as well) by David Heffelfinger
Spring to Java EE - A Migration Experience by Lincoln Baxter
Migrating Spring to Java EE 6 by Bert Ertman and Paul Bakker at NLJUG
Moving from Spring to Java EE 6 - The Age of Frameworks is Over at TSS
Java EE vs Spring Shootout by Rohit Kelapure and Reza Rehman at JavaOne 2011
Java EE 6 and the Ewoks by Murat Yener
Definite excuse to avoid Spring forever - Bert Ertman and Arun Gupta
I will try to share my perspective in this blog."
'via Blog this'
Thursday, December 13, 2012
Programmer's Friend - Class Dependency Analyzer (CDA)
Programmer's Friend - Class Dependency Analyzer (CDA): "The purpose of this tool is to analyze Java™ class files in order to learn more about the dependencies between those classes.
A major strength of CDA is that it can analyze on different levels:
It is capable of finding the dependencies of"
'via Blog this'
A major strength of CDA is that it can analyze on different levels:
It is capable of finding the dependencies of"
'via Blog this'
Tuesday, December 11, 2012
Tomcat Websphere Comparison - Choosing The Right Java Application Server Solution | MuleSoft
Tomcat Websphere Comparison - Choosing The Right Java Application Server Solution | MuleSoft: "Tomcat Vs. Websphere - What is an Application Server?
At one time, it would have been easy to describe the difference between Websphere and Tomcat by saying that Websphere was an application server, whereas Tomcat was just a servlet container. Let's take a moment to define those terms from a rigid technical perspective before we look at how their definitions are shifting."
'via Blog this'
At one time, it would have been easy to describe the difference between Websphere and Tomcat by saying that Websphere was an application server, whereas Tomcat was just a servlet container. Let's take a moment to define those terms from a rigid technical perspective before we look at how their definitions are shifting."
'via Blog this'
Friday, November 2, 2012
Android Development Tutorial
Android Development Tutorial: "Android Development Tutorial
Based on Android 4.1
Lars Vogel
Version 10.7"
'via Blog this'
Based on Android 4.1
Lars Vogel
Version 10.7"
'via Blog this'
Testing In-app Billing | Android Developers
Testing In-app Billing | Android Developers: "android.test.purchased
When you make an in-app billing request with this product ID, Google Play responds as though you successfully purchased an item. The response includes a JSON string, which contains fake purchase information (for example, a fake order ID). In some cases, the JSON"
'via Blog this'
When you make an in-app billing request with this product ID, Google Play responds as though you successfully purchased an item. The response includes a JSON string, which contains fake purchase information (for example, a fake order ID). In some cases, the JSON"
'via Blog this'
Friday, October 26, 2012
Thursday, May 10, 2012
What Is a Message-Driven Bean? - The Java EE 6 Tutorial
What Is a Message-Driven Bean? - The Java EE 6 Tutorial: "What Is a Message-Driven Bean?
A message-driven bean is an enterprise bean that allows Java EE applications to process messages asynchronously. This type of bean normally acts as a JMS message listener, which is similar to an event listener but receives JMS messages instead of events. The messages can be sent by any Java EE component (an application client, another enterprise bean, or a web component) or by a JMS application or system that does not use Java EE technology. Message-driven beans can process JMS messages or other kinds of messages."
'via Blog this'
A message-driven bean is an enterprise bean that allows Java EE applications to process messages asynchronously. This type of bean normally acts as a JMS message listener, which is similar to an event listener but receives JMS messages instead of events. The messages can be sent by any Java EE component (an application client, another enterprise bean, or a web component) or by a JMS application or system that does not use Java EE technology. Message-driven beans can process JMS messages or other kinds of messages."
'via Blog this'
Getting Started with Java Management Extensions (JMX): Developing Management and Monitoring Solutions
Getting Started with Java Management Extensions (JMX): Developing Management and Monitoring Solutions: "The JMX technology enables Java developers to encapsulate resources as Java objects and expose them as management resources in a distributed environment. The JMX specification lists the following benefits to using it to build a management infrastructure:
Manages Java applications and services without heavy investment: JMX architecture relies on a core managed object server that acts as a management agent and can run on most Java-enabled devices. Java applications can be managed with little impact on their design."
'via Blog this'
Manages Java applications and services without heavy investment: JMX architecture relies on a core managed object server that acts as a management agent and can run on most Java-enabled devices. Java applications can be managed with little impact on their design."
'via Blog this'
Friday, April 13, 2012
Welcome to Apache Maven
Welcome to Apache Maven: "Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information."
'via Blog this'
'via Blog this'
Wednesday, April 4, 2012
Home - Enterprise Integration Patterns
Home - Enterprise Integration Patterns: "This site is dedicated to making the design and implementation of integration solutions easier. The solutions and approaches described here are relevant for integration tools and platforms such as IBM WebSphere MQ, TIBCO, Vitria, SeeBeyond, WebMethods, or BizTalk, messaging systems such as JMS,WCF, or MSMQ, ESB's such as Sonic, Fiorano, ServiceMix, Mule, Apache Synapse, or WSO2, and SOA and Web-service based solutions."
'via Blog this'
'via Blog this'
Monday, February 27, 2012
Friday, February 17, 2012
Tuesday, February 14, 2012
Friday, February 10, 2012
Reading resources from a Eclipse plugin » Developer Papercuts
Reading resources from a Eclipse plugin » Developer Papercuts: "Reading resources from a Eclipse plugin"
Thursday, February 9, 2012
Understanding JVM Internals | CUBRID Blog
Understanding JVM Internals | CUBRID Blog: "if you understand JVM, you will understand Java more, and will be able to solve the problems which seem to be so simple but unsolvable."
Wednesday, February 8, 2012
Subscribe to:
Posts (Atom)