what is the difference between weblogic and
websphere,jboss,tomcat?
Answers were Sorted based on User's Feedback
Answer / sudeep kumar
WebLogic, Websphere are commercial(proprietary) JEE
Application Servers whereas JBoss is an open source JEE
Application Server. JBoss latest releases internally uses
Tomcat as the Servlet Container.
Tomcat is a Web Server cum Servlet Container which can work
as a container for Servlets and JSPs. Being a Servlet
Container Tomcat does not provide certain JEE enterprise
features like EJB, Messaging etc.
Is This Answer Correct ? | 36 Yes | 3 No |
Answer / amit....
well.....weblogic acts as application server,wheras tomcat
act as webserver.......
weblogic supports ejb...wheras tomcat doesn't...
WebServer is supposed to support HTTP and/or FTP, SSL
HTTPS, etc protocols..Doesnt have to do anything with Java.
An Appserver is an extension of WebServer, which basically
should support all the technologies in J2EE spec
(JavaServlets, JSP, JMS ...) ..
coming to websphere and jboss both belongs to application
server......
Is This Answer Correct ? | 24 Yes | 16 No |
Answer / uther
Yutyut is a retard. ignore his response. JBOSS has tomcat
incorporated into it and is extremely powerful specially if
you do not work for an employer that wants to dump a ton of
money on web sphere and you want to scale your application
to be more complex. Weblogic suffers with the more complex
applications. For evidence of this google weblogic thread
error and you will see. but it does work well for the basic
apps.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / webmaster
and even if you dont find tomcat then leave the job and sit
at home.......
Is This Answer Correct ? | 10 Yes | 22 No |
Answer / yutyut
When you dont find websphere or weblogic pirated cd
then you go for jboss but when you dont find jobss also
then tiredly you download tomcat (worst among these )
It Sucks ....
Is This Answer Correct ? | 7 Yes | 23 No |
when my application is overloaded?
Which method is used to post a Web page to another Web page?
Explain What do you know about Web Sites.
Who is ui/ux developer? What he does?
have you already used mvc before? What you like/dislike about it?
What do you understand by client-server testing?
What are VSDISCO files?
Explain how a web application works?
0 Answers TryTechnicals Pvt Ltd,
Give some examples of web applications that are used in our day to day life.
How can you add a method to a class already defined?
Can we use data reader object in webservices?
txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPassword")) txtFName = trim(Request.Form("txtFName")) txtLName = trim(Request.Form("txtLName")) txtEmail = trim(Request.Form("txtEmail")) txtAddrLine1 = trim(Request.Form("txtAddrLine1")) txtAddrLine2 = trim(Request.Form("txtAddrLine2")) txtCity = trim(Request.Form("txtCity")) txtState = trim(Request.Form("txtState")) txtZip = trim(Request.Form("txtZip")) txtCountry = trim(Request.Form("txtCountry")) txtCompanyName = trim(Request.Form("txtCompanyName")) txtPhone = trim(Request.Form("txtPhone")) txtFax = trim(Request.Form("txtFax")) txtBusinessType = trim(Request.Form("txtBusinessType")) txtAffiliations = trim(Request.Form("txtAffiliations")) txtAboutUs = trim(Request.Form("txtAboutUs"))