Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

URGENT URGENT J2EE Help

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Everybody,
I need answers for these questions immediately.
1.What in your opinion are the three most crucial risks of developing on a J2EE application server that is the not the same as in production? Feel free to use specific examples of technologies, and different issues as they may arise in the Software Development Lifecycle. The issues that we are looking for may differ depending on what stage of the lifecycle the project is in. Cite specific examples (if any) from your experience, related to JBoss, BEA WebLogic, IBM Websphere Application Server.
2.What are the most commonly used design patterns used in a custom development application? Specifically, speak to applications that may have interfaces to different applications. Considerations would be a clean design such that other interfaces could be added with minimum code changes to the core modules? State specific design patterns that you have used to handle such situations.
3.Why would one use a singleton pattern instead of a class with static methods to ensure efficient memory usage?
4.What are the most common strategies used in Java to do transaction management where EJB�s are not being leveraged? For e.g. what kind of multi-threading issues would one have to take care off in the data access layer of an application where there is a possibility of a user creating or modifying the same entry simultaneously? Cite specific examples from experience if necessary.
5.Cite specific project experiences you have built XML DTDs and Schemas to map data in database schemas into XML format? Cite specific project experiences where you developed scripts to load Data in and out of databases? What file formats have you used in such experiences? What considerations apply when going about designing a custom application / module which does intensive data processing?
-- would be really appreciated.
Regards,
babu kumar.
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
babukumar
Thanks for joining JavaRanch.
Unfortunately your name violates our naming policy. Please take a quick look at the rules and edit your profile accordingly.
Thank you!
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I am closing this thread. If you change your name to match our naming standard then I will reopen it. Normally I wouldn't be such a stickler for the rule but you have been ignoring us for two years.
 
Maybe he went home and went to bed. And took this tiny ad with him:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    Bookmark Topic Watch Topic
  • New Topic