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 TouchToneTommy 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. albertkao

    Class design for GUI program

    My Swing GUI program will display different screens depending on the value of the prop attribute (variable). Some data (e.g. address) are common (present) for all screens and some data are unique for each screen. How to design the class? Should the "State design pattern" used to represent the...
  2. albertkao

    where 0 = 0

    An old program has this statement select * from db1 where 0 = 0 Why "where 0 = 0" is needed?
  3. albertkao

    refresh JSP webpage when jms message is received or Apache DB database

    I like to refresh the page by javascript only, i.e. without any human being clicking the refresh button on the browser. Is this mean using AJAX to dynamically refresh the page?
  4. albertkao

    refresh JSP webpage when jms message is received or Apache DB database

    How to refresh JSP web page when a jms message is received or the Apache DB database is changed? How to do that with javascript? Is there any sample code?
  5. albertkao

    tablekit javascript library not sorting in jsp

    I downloaded the tablekit javascript library and put it in the js directory which is in the jsp directory. i.e. the directory is C:\workspace\com.mycomp.data.war\WEB-INF\jsp\js The jsp page is as follows and display correctly with FF and chrome on Windows Vista. However, the column of the page...

Part and Inventory Search

Back
Top