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'
Thursday, December 13, 2012
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'
Subscribe to:
Posts (Atom)