Servlet 2.5 on WAS 8 - websphere-8

Is there any way to use servlet 2.5 specification on WAS 8.0, by default he try to use 3.0 but the portal which I'm using doesn't support new servlet specification and I've to run it on lower version.

No, the only servlet container included in WebSphere Application Server 8.0 is the one that supports the Servlet 3.0 specification.
(If you have a specific backwards compatibility problem, you could post that, and someone might know how to workaround the issue.)

Related

Jetty 9 to 11 upgrade requires servlet 5.0. Latest spark-java still using servlet 3.0

Hi we're on our way to upgrade to jetty 11 and have come across this issue - Jetty 11 needs servlet 5.0 while spark-java even upto 2.9.4 is still using servlet 3.0. I could not find any info related to this on the spark-java page. Does anyone have any information on the planned upgrade or such ?
There's been no work on spark-java to upgrade past Servlet 3.0.
There has been forks of spark-java for that though.
See
https://github.com/perwendel/spark/issues/1266

What is the effect of commenting out async-supported in web.xml of a grails 2.4 project?

I am trying to deploy a grails 2.4.4 war file to a weblogic 10.3.6 application server. One of the errors I encountered is that I had to downgrade to the servlet 2.5 xsd from servlet 3.0.
The downgrade meant that the async-supported tag was no longer supported.
Will this adversely affect my grails application from performing correctly?
I learned what it does from this question but would like to know how it would affect my grails project.
Unless your Grails application makes specific use of Servlet 3.0 features then you won't see any adverse effects. Put simply, this won't effect the base behavior of Grails itself.

Which version of EJB is supported on JBoss EAP 6.3?

Can anybody please tell me, which version of EJB is supported on JBoss EAP 6.3 ?
My current application is running on JBoss AS 4.0.3 and EJB 1.1 . I want to upgrade it to JBoss EAP 6.3. Does EJB 1.1 is supported on JBoss EAP 6.3?
[Not suitable for comment, little lengthier. These are only pointers, may not directly answer the question, but indirectly can help]
Try to go through JBoss documentation first for the specific version, which you are intended to use.
Look into the changes made in the version, there is reasonable amount of documentation provided about the features supported/added in that particular release.
Go to specific version download page.
Frequently asked questions
Refer here [JBoss Enterprise Application Platform Supported Standards] for the release version you are looking to utilize.
There you can find details; Enterprise JavaBeans with Interceptors 1.1 (EJB) [JSR-153, 220, 318] 3.1, 3.0, 2.1, 2.0 for JBoss EAP 6.
For the record
Meh, to many turns to say:
Support JDK 6, 7 and 8 (8 only for EAP 6.3.3 and higher)
Or, to be specific - No, JBoss EAP 6.3 does not support the EJB 1.1 specification.

Will jboss seam 1.1 work with JSF 1.2?

We have a legacy app which uses seam 1.1. Its deployed on websphere 7 which has JSF 1.2. So will it cause any problems? Are seam 1.1 and JSF 1.2 compatible?
Or do i need to upgrade the version of jboss seam which is compatible with jsf 1.2?
EDIT 1:-
The reason I am asking this question is that suddenly we are getting following erros
application E JSF1007: Duplicate component ID listForm:j_id_jsp_768167483_47:templateItems:j_id_jsp_768167483_77 found in view.
Another team has said that its because of the version mismatch of JSF being used in app and the JSf version supported by websphere 7 which is 1.2.
Yes, They both are compatible and will cause no problems.

What version of spring framework can I use with WebSphere 6.1?

Current environment: WebSphere 6.1 with IBM java jdk 1.5 with Struts 1.3 and some version of Tiles.
I would like to replace Structs 1.3 with Spring MVC. What is the maximum Spring Framework version can I use? Fortunately, JPA 2.0 compatibility is not required because the current system uses REST calls for all database access instead of using Hibernate. We will eventually move WebSphere to 8.5, but not anytime time soon.
Again, upto which version of Spring framework can I use with Websphere 6.1 (with IBM jdk 1.5)? Thanks in advance.
You can use spring with the latest 3.2 version.
We're using Spring 3.0 today with WebSphere 6.1, and I'm pretty sure there's no reason we can't use 3.1.

Resources