Jump to content
xisto Community

bala1405241511

Members
  • Content Count

    5
  • Joined

  • Last visited

  1. Hi All, I am Bala, - Bala Loganathan. Joined Xisto today. I am a technical person in Java & J2EE.My strengths are Java & J2EE Technology ( no other technology) and design skills. I love reading and help people on technical issues. Please feel free to shoot a mail provided in my contact for design issues in Java & J2EE.Have a good day!Thanks & Regards,Bala
  2. Most of the Decompiler will not give you 100% original code; method level variables are named newly. Use in connection with some good front end tools. I have been using one tool. FrontEnd Plus which uses JAD. Try this and let me know. URL Link: JAD & FrontEnd Plus Bala
  3. I would like to know what are the most frequently used Gang of Four Design Patterns in Java world. Even though these patterns were quite popular for years, I could not visualize the usage beyond very common patterns like singleton, Factory, template, and composite. It would be more useful if you can share the context with the pattern usage in your projects.Thanks & Regards,Bala
  4. I am not sure if you are talking about concurrency or two-phase commit. For concurrency you have transactional level control (transactional attributes +synchronization) which can be managed by the container. If it is two-phase commit, the answer is different. J2EE specification does not talk much about it and it assumes the delegation at each interfacing systems. Your idea is wrong. You should not push business login into DB tier. The benefit is scalable system also we are not very successful in maintaining OO at DB tier. Always OR mapping are the best. Bala
  5. Defiantly Java is an easy and smarter language.1. No pointer arithmetic like in C, C++ and Pascal2. Support in all platforms.3. Promotes open source community.Bala
  6. For me both are really good books. Head first teaches in a different perspective.. Design principles are the key difference. Work book explains and teaches from the basic. Hands on experience makes the difference. I would love to have both. Bala
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.