-
Recent Posts
Blog Archive
My Links
Labels
- Application Clustering (4)
- Distributed Systems (6)
- EMS/NMS/OSS (9)
- Food (3)
- General (35)
- Hadoop (1)
- Hibernate (2)
- java (22)
- Linux (1)
- Miscellaneous (11)
- Movies (21)
- NGOSS/OSS/J/TMF (5)
- Pics (9)
- Scala (1)
- Technical (5)
- Travelogue (2)
- Uncategorized (8)
- workflow/XPDL/BPEL (1)
Category Archives: java
Distributed Java Application Development – Part 6
In this article we will explore some more capabilities which are required to build Application-Level Server-cluster-aware applications. While developing standalone java applications we use various java built-in data structures like Map,Queue,List,Set etc. and built-in concurrency constructs like Synchronized, Lock, … Continue reading
Distributed Java Application Development – Part 5
In this article we will explore Server Group membership/Group communication/Service Registry and Discovery capabilities which are required to build Application-Level Server-cluster-aware applications. Group membership and Group communication In distributed systems, application must be able to establish a dynamic process/server group and track … Continue reading
Distributed Java Application Development – Part 4
In this article we will explore the distributed caching capability which is required to build Application-Level Server-cluster-aware applications. Our sample clustered application above [Fig. A] likely to encounter major scalability issues as we try to scale and put more load on application. … Continue reading
Distributed Java Application Development – Part 2
This is the second article in the series of articles exploring distributed java application development. In this article we will continue to discuss about distributed applications. As discuses in the previous article we need a distributed/clustered system for the following … Continue reading
Posted in Distributed Systems, java
Tagged Application Clustering, Distributed Systems, Java
Leave a comment
Distributed Java Application Development – Part 1
This is the first article in the series of articles exploring distributed java application development. In this article we will discuss some basic concepts. Basic Concepts/Definitions: Software requirements are divided in to two types, Functional Requirements and Non-Functional Requirements Functional Requirements … Continue reading
Posted in Distributed Systems, java
Tagged Distributed Systems, Non-Functional Requirements, Scalability
Leave a comment
The Art of Java Application Performance Analysis and Tuning – Part 7
This is the last article in the series of articles exploring the tools and techniques for analyzing, monitoring, and improving the performance of Java applications. The Art of Java Application Performance Analysis and Tuning-Part 1 The Art of Java Application … Continue reading
The Art of Java Application Performance Analysis and Tuning – Part 6
This is the sixth article in the series of articles exploring the tools and techniques for analyzing, monitoring, and improving the performance of Java applications. The Art of Java Application Performance Analysis and Tuning-Part 1 The Art of Java Application … Continue reading
The Art of Java Application Performance Analysis and Tuning – Part 5
This is the fifth article in the series of articles exploring the tools and techniques for analyzing, monitoring, and improving the performance of Java applications. The Art of Java Application Performance Analysis and Tuning-Part 1 The Art of Java Application … Continue reading
The Art of Java Application Performance Analysis and Tuning – Part 4
This is the fourth article in the series of articles exploring the tools and techniques for analyzing, monitoring, and improving the performance of Java applications. The Art of Java Application Performance Analysis and Tuning-Part 1 The Art of Java Application … Continue reading
The Art of Java Application Performance Analysis and Tuning – Part 3
This is the third article in the series of articles exploring the tools and techniques for analyzing, monitoring, and improving the performance of Java applications. The Art of Java Application Performance Analysis and Tuning – Part 1 … Continue reading