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
Type: Posts; User: aihal; Keyword(s):
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
I have several different Datasources so I used such a solution:
@Repository
public class CustomDaoImpl extends JdbcDaoSupport implements ICustomDao {
...
@Autowired...
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.
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...
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 :)
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...
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...