application-server
what i need on my server to support java webprojects?
I\'m beginner in java and i want to have a VPS what i need to install on my server to support java projects[详细]
2023-01-14 01:02 分类:问答Way to keep minimal application-server dependency?
What is the best (easiest, most seamless) way to build a Java app while relying as little as possible on the actual application-server used in deployment?[详细]
2023-01-12 15:41 分类:问答Java Hosting options in the market
What are the best Java hosting you know working with appservers like glassfish, geronimo 开发者_JAVA百科or jboss..[详细]
2023-01-11 11:55 分类:问答which server I should go for JBoss or GlassFish
I am project I will be using following tech. JSF 2.0, Hibernate, Spring, jBPM, JAX-WS so I am confused between chosing server and I am locked between JBoss and GlassFish please suggest me why I should[详细]
2023-01-09 11:31 分类:问答Is it portable to reference the request parameter map after a request-cycle?
I\'d like to know if its conform to the java servlet specification 2.5 to reference/save the return value of request.getParameterMap() between requests.[详细]
2023-01-09 00:22 分类:问答Is there any particular benefit to deploying JBoss on a RHEL system?
I w开发者_开发问答ouldn\'t expect so.Is there anything to point out?Not really. The only thing I can think of offhand is that JBossAS comes with specific startup scripts for solaris, hp-ux, windows an[详细]
2023-01-08 15:19 分类:问答In-container testing vs. mock objects for integration testing
In-container testing is often opposed to testing with mock objects. However, as mock objects simply mimic the behavior of the real objects, isn\'t the in-container testing the only way to really test[详细]
2023-01-07 07:16 分类:问答Enabling gzip compression for Jboss
How is gzip compression for Jboss 5.1.0 enabl开发者_JAVA技巧ed? Within the tomcat http connector right? I cant remember where this file is stored, server.xml?edit jboss\\server\\default\\deploy\\jbos[详细]
2023-01-03 03:50 分类:问答Web application architecture, and application servers?
I\'m building a web application, and I need to use an architecture that allows me to run it over two servers. The application scrapes information from other sites periodically, and on input from the e[详细]
2023-01-02 22:28 分类:问答Should integration testing of DAOs be done in an application server?
I have a three tier application under development and am creating integration tests for DAOs in the persistence layer.When the application runs in W开发者_如何学编程ebsphere or JBoss I expect to use t[详细]
2023-01-02 18:03 分类:问答