application server « Java EE « Spring Q&A





1. How to integrate a SpringSource dm Server into another OSGi-based application server?    stackoverflow.com

I would really like to use SpringSource dm Server, but our customer requires us to run our apps on their application server (Websphere). Is there a way to integrate SpringSource dm ...

2. App Servers vs. Spring    stackoverflow.com

first of all: that might be a newbie question. However after few searches I cannot find anything that would bring me further. Basically what would be the reasons to choose an app ...

3. Java Server application architecture with Swing thin client    stackoverflow.com

I am currently looking to set up a client/server application. I am planning on having the clients written as a Swing thin client. I am not really sure how I ...

4. Running spring program inside application server    stackoverflow.com

I have here a slight problem. We have written a big spring based application that runs on pure J2SE. No security manager, everything fine. Now I got a request to get this app ...

5. How can a Qt client talk to a Spring server application?    stackoverflow.com

Is there any integration library/framework available? If not, what would be the best way to achieve this integration? Thanks in advance.

6. Load-Testing a Java-Client-Server-Application    stackoverflow.com

we use spring-remoting for a Client-Server-Application. Now we are in doubt how to realize a real load test with serialized objects. The problem is that many load testing toolkits are based on ...

7. Is it possible to use the Spring MVC on JBoss App server?    stackoverflow.com

Is it possible to use Spring MVC on JBoss App server? If so, how? Used the Spring MVC with Tomcat Apache server, but now i have to move my project to a JBoss ...

8. JavaEE Application Server or Lightweight Container?    stackoverflow.com

Let me preface this by saying this is not an actual situation of mine but I'm asking this question more for my own knowledge and to get other people's inputs here. I've ...

9. Implement the business logic in an app server with spring    stackoverflow.com

Is posible implement the business logic in an App Server remote using pojos instead of either EJB or Servlets???. The main idea is apply a model of 3 layers where the ...





10. Deploying a Spring application in a Tomcat server instance    stackoverflow.com

I am a newbie and I want to deploy a Spring project which I get via SVN to my Tomcat application server. I did a checkout in Eclipse (Subclipse) and so ...

11. What 'application server should I use' ? Not so complicated app, transforming data, sending data    stackoverflow.com

I'm writing some application that will work in a background (windows service? maybe some application server?) Application receives some data, then it transforms/packs/optimizes in another thread and then in another thread it ...

12. Refreshing a JTable in a client/server application    stackoverflow.com

I developed a Java client/server application, communicating via Spring RMI, the Client is symply a swing Jframe how containing at the top a command buttons(add, update, delete), in the middle a ...

13. Spring RMI: How to expose without App server or servlet container?    stackoverflow.com

I have a bunch of services that I've exposed over RMI with Spring. Currently, my app is configured as a web app and I deploy my app to JBoss to make ...

14. Start/stop application in tc server using JMX/Hyperic agent    stackoverflow.com

Is there a way to start, stop or restart applications running within tcserver using JMX or using a HTTP request? For example, in tomcat 6.0, the following can be done to ...

15. Same JMX Mbean class for many application at same server    stackoverflow.com

I have more than 5 spring web application and all of them are utilizing another common library. This common library has its own MBeans. Because of mandatory unique objectName constraint, my ...

16. Deploying a Client/Server application on Spring MVC    stackoverflow.com

I have one stand alone client server application. I want to move it to Spring MVC so that it can be deployed on some server (eg. TOMCAT etc). I've referred to many Spring ...





17. Should I use Glassfish as an open source app server in the Enterprise to use with Spring or look at other options?    stackoverflow.com

What is the best choice for an open source Enterprise-level application server when using Java 6 and Spring 3.1? Glassfish or JBOSS? Looking for good support e.g. online documentation, features, ease ...

18. Parallel processing in application server    forum.springsource.org

Parallel processing in application server Our application has parts that need to run in parallel within an Application Server. This includes JMS queus and topics, scheduled jobs (Quartz), and silimar functionality. ...

19. using spring on novell 4.01 application server    forum.springsource.org

using spring on novell 4.01 application server After deploying the sample application to a novell 4.01 application server, I can't get passed the tag on the increasePrice.jsp. During execution it ...

20. How to configure another tomcat-server in STS to run grails application? - URGENT    forum.springsource.org

How to configure another tomcat-server in STS to run grails application? - URGENT Hi all, I successfully installed STS in both Ubuntu and Xp. I can able to run my application ...

21. MergingPersistenceUnitManager in application servers    forum.springsource.org

MergingPersistenceUnitManager in application servers I'm trying to deploy a WAR that contains multiple persistence unit jars merged into one using MergingPersistenceUnitManager of Spring Data. If I understand the requirements for it ...

22. Automatic Logon to rich client/server application in windows    forum.springsource.org

Automatic Logon to rich client/server application in windows We are developing a software with a rich client and a server part. The client talks to the server using spring http remoting ...

23. Issue with TransactionProxyBean during server startup of application    forum.springsource.org

Issue with TransactionProxyBean during server startup of application: Invocation of init method failed; nested exception is java.lang.IncompatibleClassChangeError: Class org.springframework.aop.framework.ProxyFactory does not implement the requested interface org.springframework.aop.framework.AopProxy Spring version 3.0.6-release This was ...

24. Testing applications deployed in custom server    forum.springsource.org

Hi all, I'm using roo to develop an app on my laptop but I don't run or deploy it locally. Instead I deploy the app on a server in my local ...

25. Spring-JMS Application Deployment Issue in WASCE 2.1.1.4 Server    forum.springsource.org

Spring-JMS Application Deployment Issue in WASCE 2.1.1.4 Server Hi , I tried to deploy a Spring-JMS [ Spring 2.5.6]Application in WASCE Server [2.1.1.4]. And unfortunately it failed while deploying the WAR ...

26. Trying to run mvc application on tc-server server    forum.springsource.org

Trying to run mvc application on tc-server server I am trying to run my web application on the server but get this message: Publishing the configuration... Error copying file to /Users/edgarrdeleon/springsource/vfabric-tc-server-developer-2.5.0.RELEASE/tcServerInstance/backup/.DS_Store: ...

27. no re-connect to SLSB after application server restart    forum.springsource.org

no re-connect to SLSB after application server restart hi! We had problems with the re-connect feature of SimpleRemoteStatelessSessionProxyFactoryBean: restarting the application server (WebSphere 5.1) hosting the SLSB caused the client proxy ...

28. RMI without Application Server    forum.springsource.org

My application use a rich client (swing) accessing remote buisness objects. As i want to apply YAGNI principle, i wonder if i need an appserver to remote my buisness objects. Does ...

29. Ripping out the application server: will it work?    forum.springsource.org

Ripping out the application server: will it work? I want to take a project that makes extensive use of EJBs (SLSBs only, on EntityBeans) and is deployed in weblogic 6.1, and ...

30. is it necessary to use an Application Server    forum.springsource.org

if you're not using an application server. Who's handling the http requests? This would only work when you have a standlone application that does handle http.

31. Exisiting CAS Server/Contacts for CAS application problems    forum.springsource.org

Exisiting CAS Server/Contacts for CAS application problems Hello Ben, I have a stand alond CAS Server (with LDAP based Password Handler). I have integerated the Contacts application (for CAS) to work ...

32. app server startup error    forum.springsource.org

app server startup error 'lo all - Newbie issue- I'm getting this error upon startup of jboss4.0.1: Code: 00:10:53,261 ERROR [ContextLoader] Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'accountManager' ...

33. Any Application Server    forum.springsource.org

Make sure the app server rely only on J2EE specs and configure a spring app only on that API. However, from my experience, there will still be some small tweaks to ...

34. Approaches for multi-threading in an App Server?    forum.springsource.org

Hello. I'm building a Spring MVC+Hibernate web application using WebLogic and have a need for multi-threaded processing (i.e. process a JMS message after persisting the contents). What is the recommended approach ...

35. Spring and multiple application server    forum.springsource.org

Spring and multiple application server Our customer has a very special request. He wants to have a functional development environment in which he can create, modify algoritimes. The algoritmes are developed ...

36. Problem deploying two Tiles applications to same server    forum.springsource.org

Oct 16th, 2005, 03:01 PM #1 seru View Profile View Forum Posts Private Message Junior Member Join Date Nov 2004 Posts 7 Problem deploying two Tiles applications to same server I ...

37. RMI without a application server    forum.springsource.org

Thanks, I looked in the regular documentation and the samples but most examples are deployed as a web application for an application server. I will look at those 2 other books. ...

38. Running Spring on Sun Java Application Server    forum.springsource.org

Dec 26th, 2005, 01:38 PM #1 muralit View Profile View Forum Posts Private Message Junior Member Join Date Jul 2005 Posts 5 Running Spring on Sun Java Application Server Hi Guys, ...

39. Spring on Java System Application Server (SJSAS) Enterprise Edition doesn't work    forum.springsource.org

Spring on Java System Application Server (SJSAS) Enterprise Edition doesn't work Hi All, We've just moved a simple MDB from the platform addition 8.1 2005Q2 UR2 of SJSAS to the enterprise ...

40. Remote server application with embedded jetty    forum.springsource.org

Feb 17th, 2006, 05:13 AM #1 CaptainMu View Profile View Forum Posts Private Message Junior Member Join Date Jun 2005 Posts 11 Remote server application with embedded jetty Hi, we are ...

41. modify a java object without restart app server??    forum.springsource.org

hello everyone i am new in springframework now i am making a projct with spring+hibernate+webwork. i find everytime i modify a java object which used IOC i must restart my application ...

42. How to build a server-sided application?    forum.springsource.org

How to build a server-sided application? Bonjour! As a complete Spring-newbie, I'm somewhat lost, maybe you can help me out. I want to build a server-sided application which can be accessed ...

43. How to specify which app server for SimpleRemoteStatelessSessionProxyFactoryBean    forum.springsource.org

How to specify which app server for SimpleRemoteStatelessSessionProxyFactoryBean I want to know if i use SimpleRemoteStatelessSessionProxyFactoryBean, how to specify the app server url and port etc? if not, how the application ...

44. [CLEAN DESIGN] Quest for best Architecture for a Rich-Client / Server application    forum.springsource.org

Apr 27th, 2006, 04:46 AM #1 omero View Profile View Forum Posts Private Message Visit Homepage Member Join Date Apr 2006 Location Milan, Italy Posts 38 [CLEAN DESIGN] Quest for best ...

45. Exception thrown when the application server starts up with Spring MVC setup    forum.springsource.org

May 31st, 2006, 04:49 PM #1 neerajn View Profile View Forum Posts Private Message Member Join Date May 2006 Posts 74 Exception thrown when the application server starts up with Spring ...

46. Help: How do I install spring-framework-1.2.8 on Sun Java System Application Server?    forum.springsource.org

Help: How do I install spring-framework-1.2.8 on Sun Java System Application Server? I am using Sun Java System Application Server 8.2. Here are the list of jars that I have in ...

47. Deploying on Solaris Sun App Server 8.1 receives FatalBeanException    forum.springsource.org

Aug 24th, 2006, 01:38 PM #1 Madmax View Profile View Forum Posts Private Message Junior Member Join Date Aug 2006 Posts 1 Deploying on Solaris Sun App Server 8.1 receives FatalBeanException ...

48. Java EE Application Server in the Stack    forum.springsource.org

Java EE Application Server in the Stack Hi - In a Java based Web Application Architecture Stack that we need to recommend, we have the following items standardized : - lightweight ...

49. POJOs running in Application Server    forum.springsource.org

POJOs running in Application Server I have a Web Layer implemented using Apache Tomcat. It uses beans defined using spring framework. The web layer beans uses stateless session beans defined in ...

50. Is Spring enough or App Server needed?    forum.springsource.org

Is Spring enough or App Server needed? Hi, I want to make a architecture decison on using Spring with/without App Server. Mine is a small EAI application in java which does ...

51. client - server applications where clients are desktop applications...    forum.springsource.org

client - server applications where clients are desktop applications... Hi all, i have some questions i would like you take me a hand with: Can i use a RMI, Hessian/Burlap or ...

52. Does Spring really require an Application Server??    forum.springsource.org

53. The best application server for Spring    forum.springsource.org

Hi, I would like to ask someone which an opensource application server is the best for integration with SpringFramework? (Jboss | Geronimo | Glassfish) Thank you. Regards.

54. Container/App Server?    forum.springsource.org

I'm probably missing something completely obvious so please excuse my ignorance. I'm looking to expose some of my Spring APIs as web services. Don't I need some web container/application server to ...

55. NPE while getting a SLSB deployed on Sun App Server.    forum.springsource.org

May 10th, 2007, 08:17 AM #1 shashi View Profile View Forum Posts Private Message Senior Member Join Date Jul 2006 Posts 126 NPE while getting a SLSB deployed on Sun App ...

56. NPE while getting a SLSB deployed on Sun App Server.    forum.springsource.org

May 11th, 2007, 12:27 AM #1 shashi View Profile View Forum Posts Private Message Senior Member Join Date Jul 2006 Posts 126 NPE while getting a SLSB deployed on Sun App ...

57. Placement of wsdl4j.jar in app server    forum.springsource.org

Placement of wsdl4j.jar in app server Hi, I need wsdl4j.jar in my spring web service or else i get org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinitio nException: WSDLException: faultCode=CONFIGURATION_ERROR: No Java extensionType found to represent a '{http://www.w3.org/2001/XMLSchema}schema' ...

58. Can I run a Spring App on an application server?    forum.springsource.org

Can I run a Spring App on an application server? Hi, I want develop an ERP system using Spring. Since it's a huge application I'll probably need to use some kind ...

59. Spring Apps on a J2EE app server    forum.springsource.org

Spring Apps on a J2EE app server Hi, as an unseasoned spring user, I'm still not sure if this is the right approach. The goal of my current project is to ...

60. View Not Resolving for Sun Application Server    forum.springsource.org

View Not Resolving for Sun Application Server In my application, I have a SimpleFormController where I enter some info which is submitted to a web service. After receiving the response, it ...

61. how to get jndi properties sun app server    forum.springsource.org

62. Error when starting my first application to a JBoss server    forum.springsource.org

Error when starting my first application to a JBoss server I have an ear application and one module of this application is a WAR with a Spring-WS webservice. When I deploy ...

63. Server and application management    forum.springsource.org

Server and application management Hi, Are there any best practices and/or associated tools for starting an application that requires launching multiple servers (such as Tomcat, ActiveMQ, etc) and subsequently managing those ...

64. How Do You Use App Server Managed Thread Pool?    forum.springsource.org

How Do You Use App Server Managed Thread Pool? I'm using Sun App Server 9 on one of my projects, and heard it was bad practice to spawn my own threads ...

65. What is the best application server that goes with Spring?    forum.springsource.org

What is the best application server that goes with Spring? Hello everybody, I'm very new to Spring or web development on Java for that matter. Spring got me dazzled with its ...

66. when to use an application server    forum.springsource.org

I would like to understand when should an application server be considered for an enterprise application. To me it seems that everything (except for EJBs) can be handled by Spring (including ...

67. HOWTO: Use Spring core in a J2EE application server like weblogic    forum.springsource.org

contextConfigLocation /WEB-INF/your-config.xml org.springframework.web.context.ContextLoaderListener

68. Spring App Server announced    forum.springsource.org

Well, this looks mighty interesting ! SpringSource has picked up on the trend for modular servers with the planned beta release today of the SpringSource Application Platform, its Java application server. ...

69. JMS and Sun Java Sys App Server    forum.springsource.org

Hi, In the Java App Server... in the 'JMS Resources' section, when creating a new Connection Factory, there is a property called 'Type', which is a drop down list. It contains ...

70. start Jetty Application server in eclipse    forum.springsource.org

start Jetty Application server in eclipse Dear Folk, I am new in Jetty and I have just got a problem that is like a springframework prblem when I tried to start ...

71. How do I integrate my spring to my jboss application server?    forum.springsource.org

How do I integrate my spring to my jboss application server? I wish web project in the jboss can share the spring configuration .How do that ?

72. Spring Compatibility with ATG Dynamo Application Server    forum.springsource.org

Spring Compatibility with ATG Dynamo Application Server We currently have an older application that was written for and running under ATG Dynamo 4.5.1. We are investigating our opportunities to upgrading both ...

73. Spring DM in an application server    forum.springsource.org

Spring DM in an application server Hi, we are starting to develop a new application and would like to take advantage of the benefits of Spring dm/SpringSource dm Server or OSGi ...

74. Not working: Sun application Server & SpringContextResourceAdapter    forum.springsource.org

Dec 11th, 2008, 06:12 AM #1 ad-rocha View Profile View Forum Posts Private Message Junior Member Join Date Sep 2008 Posts 26 Not working: Sun application Server & SpringContextResourceAdapter Hello all, ...

75. best opensource App Servers for Spring ?    forum.springsource.org

Hi all, I currently developing web app using Spring2 and hibernate3 in linux , and later I will package it in a WAR file which will carry almost all of its ...

76. moving Spring App to server    forum.springsource.org

moving Spring App to server I would like to use spring MVC in my project and have tested it in my local environment using JBOSS/ECLIPSE. In order to use it, I ...

77. How to deploy Spring in application server?    forum.springsource.org

How to deploy Spring in application server? Hi Folks, I'm pretty comfortable with using Spring but I've never deployed it within an application server. Can someone please tell me how to ...

78. Beginner Question: Load balancing across application servers    forum.springsource.org

Hi, I would like to know how Spring Integration works when deployed on multiple application servers. Can some one point me to the correct documentation. Regards, Ashish Jamthe

79. java EE without application server?    forum.springsource.org

java EE without application server? What is the advantage of using a J2EE application server? It seems we are using many J2EE features without the need of using a J2EE container! ...

80. Spring aplication running inside application server    forum.springsource.org

Hi Everyone I have here a slight problem. I have a working spring based application. A few days ago i had request to make this application work inside some sort of ...

81. Load context for different application servers    forum.springsource.org

Load context for different application servers We currently use spring to speed up our development process. Our project is a enterprise application targeted to weblogic server and we use jetty during ...

82. fetching deployed application server instance value    forum.springsource.org

Hello All, I am deploying spring on an application server. I would like to know whether there are any specific apis from which would allow to fetch the specific application server ...

83. A Server Side Application Framework    forum.springsource.org

BOS Framework is a service-oriented framework based on J2EE and Spring. It ships with a designer ,which can be used to design service input/ouput,DAO, Session Bean visually and then generate source ...

84. A Server Side Application Framework    forum.springsource.org

BOS Framework is a service-oriented framework based on J2EE and Spring. It ships with a designer ,which can be used to design service input/ouput,DAO, Session Bean visually and then generate source ...

85. how to use IoC with crappy app servers    forum.springsource.org

how to use IoC with crappy app servers Spring problem We are using a home grown container that instantiates the first class and calls a method with a given signature. Therefore ...

86. how to get rid of the insight application from the tc server    forum.springsource.org

I'm using SpringSource ToolSuite and I'm wondering if I could decrease the startup time of the TC Server. I thought I could get rid of the insight application, tried commenting it ...

87. Spring error while working with ServletExec 4.1 app server    forum.springsource.org

Spring error while working with ServletExec 4.1 app server Hi, I am using Spring 2.5.5 with Application server ServletExec 4.1 ServletExec 4.1 gives following error while initializing the server. Can anybody ...

88. Duplicate bean ids behaving differently in different App servers and OS    forum.springsource.org

Duplicate bean ids behaving differently in different App servers and OS Hi, I faced new problem recently in my project, and couldnt found a possible root cause for the solution in ...

89. Spring MVC Hello world application can not work in geronimo server.    forum.springsource.org

Jul 17th, 2010, 08:42 AM #1 devarshirpandya View Profile View Forum Posts Private Message Junior Member Join Date Jul 2010 Posts 2 Spring MVC Hello world application can not work in ...

90. How to deploy application on JBoss server in exploded archive?    forum.springsource.org

How to deploy application on JBoss server in exploded archive? Hi All We are using Springsource IDE for our new project. We are using JBoss as the application server. Whenever we ...

91. Apps Server - might be eclipse related    forum.springsource.org

Hi, I am trying to publish to the root of the Tomcat or Spring server instead of the subfolders. Is there a way to achieve that from the Spring toolsuite or ...