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 Wanet Telecoms Ltd 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. DaWickedRebel

    SSL Error

    Hi all Rather new to using SSL though not so much to Java itself. I am attempting to connect to an outside vendor's Web Service via SSL and am getting the error "javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake" Here are some snippets of my code: public...
  2. DaWickedRebel

    Hibernate Help

    Hi I am relatively new to hibernate in that I have never done anything more complex than simple object mappings. I know have a more complex situation and don't see the clear way to proceed. Any advice would be greatly appreciated. I have an Object that is mapped to a specific table. The...
  3. DaWickedRebel

    Action Objects that need 'real time' information

    Hi Everyone This board's been very helpful in my quest to think and code in a truly object-oriented fashion. I have a question: I've made several Java Objects which extend the AbstractAction class for use in the toolbars and menus of my GUI app. Upon clicking one, the object will create a new...
  4. DaWickedRebel

    Java and Oracle Advanced Queues

    Hi Was wondering if anyone has had any experience and/or success using Oracle Advanced Queues in a 3-tier architecture. I have a system where currently client machines make a DB Connection, register to an Oracle queue, and dequeue locally. What I'd like to do is create a Data Access...
  5. DaWickedRebel

    OO, Pointers to other objects, and cursors

    No, not a Jeopardy answer, though it is a strange combination. I'm a new disciple of Object Oriented Design, and I've taken on the task of refactoring a quagmire of a Java application. It's quite a project as even this poorly designed app has over 100 classes, all crammed with repeating and...

Part and Inventory Search

Back
Top