The Artima Developer Community
Sponsored Link

Java Answers Forum
detect client server class mis-use at compile time

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
ronald long

Posts: 2
Nickname: rdl
Registered: Apr, 2003

detect client server class mis-use at compile time Posted: Apr 1, 2003 1:23 PM
Reply to this message Reply
Advertisement
I work on a team building a client server application. Many of the classes are shared, but some only run correctly in the server context. I am looking for a way to add something to these classes, so that we could catch attempts to use them in the client code at compile time.

thanks for any suggestions

Topic: HELP.Problem with JSP using JAVABEANS Previous Topic   Next Topic Topic: URLConnection openConnection

Sponsored Links



Google
  Web Artima.com   

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