Search:

Type: Posts; User: jammychen

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    1,928

    Junit and TestNG which one is best?

    I am learnning TestNG recently from googled some TestNG tutorials, I found TestNG is really cool unit test framework. I am confused Junit and TestNG which one is best?
  2. java.lang.NoSuchMethodError in webserice with CXF

    Recently I start to develop web service. I choose CXF as my webservice opensource and based on Spring. I am really new so I learned some from online CXF Spring tutrial. but the issue comes up when I...
  3. Replies
    7
    Views
    3,408

    Re: How do you use class.forname?

    exactly speaking Class.forName()will load the class binary to memory, but it could't new a instance automatically, so after the line Class.forName("directlink.classes.Dfile") you need to do...
Results 1 to 3 of 3