Search:

Type: Posts; User: dalepres

Search: Search took 0.18 seconds.

  1. Debugger not stopping in interface implementation

    I have a class, ClassA that implements interface, InterfaceB.

    using a class factory, I create an instance of ClassA and return it as an instance of InterfaceB.


    interface InterfaceB {
    ...
  2. Replies
    0
    Views
    923

    Querying against a jdbc resultset.

    In .net I can set a .Select property on a DataTable, such as table.Select = and easily filter or search the contents of a DataTable. Is there something similar, in Java for JDBC and I'm just...
  3. Replies
    4
    Views
    1,294

    Re: Caller passing itself to child object?

    Thanks. I'm pretty confident in my finding; I was just looking for documentation to support it.

    I don't mind being thrown into the fire; I'm a big boy :). I know it's hard to answer without...
  4. Replies
    4
    Views
    1,294

    Re: Caller passing itself to child object?

    Thanks for the reply.

    THis is just sample code; I would have to jump through a ton of hoops to get permission to post actual code. The issue here is not so much the question of security to the...
  5. Replies
    4
    Views
    1,008

    Re: Greetings from Dale in Oklahoma

    Thanks, guys.
  6. Replies
    4
    Views
    1,294

    Caller passing itself to child object?

    I ran into a code pattern today that I know isn't right and I know what to do about it. What I don't know is the best way to document for the original developer just why it needs to be changed. ...
  7. Replies
    4
    Views
    1,008

    Greetings from Dale in Oklahoma

    Greetings,

    I'm new to the forum, having discovered it searching for a place to post OOP questions. I'm passionate about OOP and love to discuss ideas and views on how to implement good...
Results 1 to 7 of 7