application-server
Maintaining state in the application server or in the database?
REST advocates web applications without client state on the server. The famous shopping cart example is translated to a resource which typically resides in a database.[详细]
2022-12-18 16:58 分类:问答Difference between application server and web server?
May I know the differ开发者_开发百科ences between application servers and web servers? Please list examples of each.A \'web server\' is generally any server program which serves content using the http[详细]
2022-12-15 19:36 分类:问答What kind of application would serve as a dedicated application server?
In a very popular ecommerce store, I\'d imagine the actual processing of the credit card would be moved to some sort of dedicated application server, and m开发者_如何学运维ade into more of a asynchron[详细]
2022-12-15 19:23 分类:问答How to store mail password on server side?
I need to send e-mails from my 开发者_如何学Goapplication that is deployed on Weblogic 10.0. I try to put mail session properties on server side. Properties like mail.host or mail.debug work OK. But h[详细]
2022-12-13 08:17 分类:问答Interoperate between C# and Java using web services without a Java EE application server?
I\'m in a difficult position:We have a 3rd party enterprise system that exposes a Java-based API.However, we are a 100% .Net oriented development team.Essentially, I need to wrap the Java API with som[详细]
2022-12-11 10:56 分类:问答Problem created by load balancing
I have an ASP.NET 3.0 application that works fine on one server. It uses application variables to check if a user has checked out a file and locks it for all other users. When I put the application on[详细]
2022-12-09 19:26 分类:问答