Network Programming Question:
What is difference between Swing and JSF?
Answers:
Answer #1The key difference is that JSF runs on the server in a standard Java servlet container like Tomcat or WebLogic and display HTML or some other markup to the client.
Answer #2Swings runs on standalone JAVA application and gives UI (user Interface) for JAVA Application, Whereas , JSF also gives UI but runs on server & provides UI supported by browsers.
Previous Question | Next Question |
What two protocols are used in Java RMI technology? | What is JSF? |