Search:

Type: Posts; User: omindra; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    433

    all file not showing in STS

    Hi,

    I have installed latest STS 2.9.1 version and import existing MAVEN project into it. Everything is working fine here but all file not showing in the project explorer like wsdl file.

    ...
  2. Replies
    5
    Views
    17,247

    Do not use new operator but spring bean

    I got the solution...

    Do not use new operator to get SchemeDAOImpl instance as

    SchemeDAO dao = new SchemeDAOImpl();//WRONG

    Use spring based bean as...(one of the solution)
    ...
Results 1 to 2 of 2