Performance Issues

Performance Optimization Java J2EE Aplications

Posted on January 30, 2008. Filed under: Performance Issues, Software Design Concepts | Tags: , , |

One can optimize the performance of Java J2EE Application by considering some of the design level, system level, application level changes.
- Design level factors by following effective design patterns for a problem
- Application level considering by looking into app server tuning, coding details etc.
 -identify the potential issues like memory leakage, security issues, transactional issues, extendability, maintainability [...]

Read Full Post | Make a Comment ( 1 so far )

Hibernate

Posted on January 29, 2008. Filed under: Hibernate, Performance Issues, Software Design Concepts | Tags: , , , , , |

Hibernate – It is written in java, an open source project, provides ORM (Object Relational Mapping) solution, technology for persisting data in any kind of application. Powerful object-oriented persistence, hibernate query language, the object oriented concept is similar to java for association, inheritance, polymorphism, composition and collection. It has automatic primary key generation, perists the java [...]

Read Full Post | Make a Comment ( None so far )

AJAX Performance Design issues

Posted on January 29, 2008. Filed under: AJAX, Performance Issues, Software Design Concepts | Tags: , , , , |

Asynchronous Javascript + XML = AJAX – It is Client Server Technology, The web page is refreshed without reloading the entire page, it is the user interface with javascript. One needs expertise in html, css, javascript, DOM, asynchronous data exchange. The client in this case needs to connect to web server to facilitate the communication and [...]

Read Full Post | Make a Comment ( None so far )

Multi threading – performance

Posted on January 29, 2008. Filed under: Performance Issues, multi-threading | Tags: , , , , , , , |

Multi threading – synchronization, sharing of resources multi threads access, multiple threads running in a system. One of the thread can modify shared variable while another thread is in the process of updating same shared variable. inheriting from Thread class, runnable interface. Handle multiple clients at the same time. The methods that are used for [...]

Read Full Post | Make a Comment ( None so far )

    About

    Technical Blogs – Java J2EE Architecture Development Process, Design Patterns, Strategic Planning, Performance

    RSS

    Subscribe Via RSS

    • Subscribe with Bloglines
    • Add your feed to Newsburst from CNET News.com
    • Subscribe in Google Reader
    • Add to My Yahoo!
    • Subscribe in NewsGator Online
    • The latest comments to all posts in RSS
    • Subscribe in Rojo

    Meta

Liked it here?
Why not try sites on the blogroll...