Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pramodh

    get data in steps

    How to write a query which should give only first few (say 5) records out of any number returned. Assumme a select query returning 100 records. But only the first five have to given.
  2. pramodh

    Dynamic loading of java class

    my EJB is separetly deployed in the WeblogicServer. In the same server am creating a WebApp which contain a Servlet and some TestCases. Am registering the WebApp through entries in Weblogic.properties file. Request from the browser will go to the servlet with the TestCase class name that should...
  3. pramodh

    Dynamic loading of java class

    I tried placing the TestCase for unit testing EJB's in Weblogic server. Its working fine. but when i change the TestCase which is a java class and compile it then i have to restart the Weblogic Server. If not he is taking the Old class itself. How to load the TestCase dynamically. Am using...

Part and Inventory Search

Back
Top