Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    7,662

    Autowiring Property Values

    Hi,

    I have a property file named app.peroperties and it is defined in spring configuration file as below:

    app.properties
    ...
    waitInterval=200
    ...

    Context-Main.xml
  2. I have several different Datasources so I used...

    I have several different Datasources so I used such a solution:

    @Repository
    public class CustomDaoImpl extends JdbcDaoSupport implements ICustomDao {

    ...

    @Autowired...
  3. Replies
    2
    Views
    2,032

    We need Axis2 based published Web services...

    We need Axis2 based published Web services because performance concern.
    Also, we need to calculate the performance of the system by comparing Axis1 and Axis2 based web services.
  4. Replies
    2
    Views
    2,032

    Spring with Axis2 and Jetty

    Hi,
    We have a project using jetty as servlet container and includes several servlets. We are using ClassPathXmlApplicationContext and now we want add web services for several Spring beans.

    My...
  5. Replies
    4
    Views
    1,541

    Thank you, Task executor solved my problem, but...

    Thank you,
    Task executor solved my problem, but i was using spring framework 1.2.8
    I had to upgrade it to 2.0, that was nice also :)
  6. Replies
    4
    Views
    1,541

    OK, but i want to use these threads more than...

    OK, but i want to use these threads more than once, i mean i want to create a multithreaded application by these thread beans, but if i create these thread beans, after i use them once, then they...
  7. Replies
    4
    Views
    1,541

    java.lang.Thread Example

    Hi,
    I need a full java.lang.Thread example that is in the spring context.
    I want to have some thread instances that can run simultaneously, and these instances shall be spring beans.
    I tried to...
Results 1 to 7 of 7