Can I run seam outside of jboss as?
Answer / Yaduvendra Yadav
Yes, Seam can technically be run outside of JBoss AS using other application servers that support the same Java EE specification. However, it was originally designed to integrate well with JBoss AS, so you may encounter compatibility issues or reduced functionality when using alternative application servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why does most servlets extend HttpServlet?
diff between jsp include directive and jsp action include?
what are getters and setters in Java with examples?
How will you pass parameters in RMI? Why do you serialize?
What value does read() return when it has reached the end of a file?
What are the implicit objects?
What is the highest-level event class of the event-delegation model?
What is the difference between Process and Threads?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
Can I run seam outside of jboss as?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What are the thread-to-thread communcation?