Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / April 2007

Tip: Looking for answers? Try searching our database.

Need to deprecate JSP files

Thread view: 
Rahul - 02 Apr 2007 14:41 GMT
Hi

In my application, there are certain JSP files, that have no use now,
but we cantnt remove those files now.
So, can we make JSP files deprecated as we do classes and methods.

Please help me out.

Thanks
Rahul
Lew - 02 Apr 2007 15:09 GMT
> Hi
>
> In my application, there are certain JSP files, that have no use now,
> but we cantnt remove those files now.
> So, can we make JSP files deprecated as we do classes and methods.

Not in the sense you seem to mean it, no.

JSP files are screens in the application; deprecation applies to methods and
classes in the JVM.  While there is a connection, in that JSPs translate to
servlets, they translate to a well-defined servlet type not under your control
nor deprecable, and the method is, ultimately, service(), which will not be
deprecated either.

But that begs the purpose of JSPs, which is to present application screens.  I
guess that what you mean is that certain screens in your application are
obsolete, correct?

What you can do is remove all navigation to those screens.

I do not understand why you cannot remove screens from your app if the
requirements change.  Screens are a requirements phenomenon, that is, they
exists in the problem domain of the application.  Their presence or absence is
not a mere implementation detail.

Signature

Lew

Daniel Pitts - 02 Apr 2007 16:07 GMT
> > Hi
>
[quoted text clipped - 23 lines]
> --
> Lew

I agree with your suggestion, but feel obliged to point out that not
all JSPs are written as screens.  Some people actually write scriptlet
code in their JSP, which is used as a controller.  While this is a
terrible practice, it has occurred severally times I'm sure.  So, you
may find that your JSP contains implementation code that it should
have left to a Java file instead.  Whoops.

To Rahul:
If you have control over the consumers of your code (I.E. only your
code access the JSP), then I would suggest you simply delete the JSP,
and fix the problems that arise due to its absence.  If you DON'T have
complete access, then I would suggest putting some sort of logging
statement in the JSP that prints something like "!!!WARNING!!!
Deprecated JSP. Don't use !!!WARNING!!!"  and also note it in your
release documentation until you actually remove it.

Keep in mind that the point of Deprecation is to point out that a
method or class WILL be removed eventually, and that ones own code
should not utilize it any more.
Arne Vajhøj - 03 Apr 2007 01:28 GMT
> In my application, there are certain JSP files, that have no use now,
> but we cantnt remove those files now.
> So, can we make JSP files deprecated as we do classes and methods.

Replace the content with one line:

This is a deprecated page.

or what did you expect of functionality ?

Arne


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.