The Artima Developer Community
Sponsored Link

Java Buzz Forum
Growing into a framework

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nanik

Posts: 16
Nickname: nanik
Registered: Jun, 2003

Seasoned Contractor for J2EE
Growing into a framework Posted: Jul 29, 2003 2:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nanik.
Original Post: Growing into a framework
Feed Title: Nanik's Weblog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Java, J2EE, Open Source, Cafe and other
Latest Java Buzz Posts
Latest Java Buzz Posts by Nanik
Latest Posts From Nanik's Weblog

Advertisement
In my current project we are developing a common module for our application, basically the common module enable us to use navigational buttons, managing DB connection and all the small but important stuff that enable the application to run. One thing that I found maintainig this common module is that from a small but useful module it grows to having it's own life and transforming into a standalone framework.

The difficulty facing us is that even though the framework is useful it requires a dedicated person to really refactor and also test and retest it to make sure that it is bug free (you wish!) and not to break anything, and most important any changes or modification that is made to the core should not impact any modules that has been built and tested in the application server.

One weird thing we found today (we are using iPlanet) is that if we use a non-serializable object and put it into a session it will throw an exception, got to read on this and see whether this is really a standard either in the JSP/Servlet spec.

Read: Growing into a framework

Topic: DCT  joins EEBMC Java Benchmark Group-J2ME Previous Topic   Next Topic Topic: On Convergance.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use