Need advice about which tool to choose?Ask the StackShare community!

Ember.js

1.5K
865
+ 1
775
JSF

141
222
+ 1
4
Add tool

Ember.js vs jsf: What are the differences?

### Introduction
This markdown provides the key differences between Ember.js and JSF.

1. **Architecture**: Ember.js follows the MVVM (Model-View-ViewModel) architecture pattern, while JSF (JavaServer Faces) follows the MVC (Model-View-Controller) architecture pattern. This impacts how data is handled and processed within the applications built using these frameworks.
2. **Language**: Ember.js is primarily based on JavaScript, whereas JSF is a Java-based web application framework. Developers familiar with JavaScript might find Ember.js more intuitive, while those with a background in Java may prefer JSF.
3. **Tooling**: Ember.js includes a command-line tool called Ember CLI, which offers features like project scaffolding, testing, and deployment tools. JSF, on the other hand, relies on IDEs like Eclipse or NetBeans for development, lacking a dedicated command-line interface.
4. **Community and Ecosystem**: Ember.js has a more robust and active open-source community compared to JSF, resulting in a larger ecosystem of plugins, libraries, and resources available for developers. This could impact the ease of finding support and solutions to problems encountered during development.
5. **Client-side vs. Server-side Rendering**: Ember.js primarily focuses on client-side rendering, enabling fast and responsive user experiences. In contrast, JSF is more server-side oriented, which could affect performance depending on the application requirements and expectations.
6. **Testing Capabilities**: Ember.js has built-in support for testing through tools like QUnit and Ember CLI, allowing developers to easily write and execute tests. JSF, on the other hand, may require additional setup and configuration for comprehensive testing, impacting the development process.

In Summary, Ember.js and JSF differ in architecture, language, tooling, community support, rendering approach, and testing capabilities.
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Ember.js
Pros of JSF
  • 126
    Elegant
  • 97
    Quick to develop
  • 83
    Great mvc
  • 82
    Great community
  • 73
    Great router
  • 52
    Values conventions, there is one-true way to organize
  • 50
    Open source
  • 44
    Components
  • 34
    Mvc framework
  • 28
    Handlebars.js
  • 13
    Htmlbars
  • 11
    Yehuda katz
  • 10
    Tom dale
  • 10
    Great logo
  • 6
    It's NOT Google or Facebook
  • 5
    manages large data sets on the front end easily
  • 5
    Convention over Configuration
  • 5
    Glimmer: react-like rendering engine
  • 4
    Organized
  • 4
    Fast
  • 4
    Enterprise
  • 4
    Intelligent
  • 4
    It rocks
  • 3
    Good docs
  • 3
    Fastest spinning circles
  • 3
    IE8 support
  • 2
    Easy and Quick to develop
  • 2
    Documentation is finally active and updated
  • 1
    Flexibility
  • 1
    Business wins
  • 1
    Comprehensive
  • 1
    Great for big apps/many devs because its organized
  • 1
    Growing community
  • 1
    For building ambitious Web apps
  • 1
    Dependency Injection
  • 1
    Stability without stagnation
  • 2
    Rich and comprehensive Request Life-cycle
  • 1
    Very Mature UI framework
  • 1
    Server Side component

Sign up to add or upvote prosMake informed product decisions

Cons of Ember.js
Cons of JSF
  • 2
    Very little flexibility
  • 2
    Too much convention, too little configuration
  • 1
    Hard to integrate with Non Ruby apps
  • 1
    Hard to use if your API isn't RESTful
    Be the first to leave a con

    Sign up to add or upvote consMake informed product decisions

    - No public GitHub repository available -

    What is Ember.js?

    A JavaScript framework that does all of the heavy lifting that you'd normally have to do by hand. There are tasks that are common to every web app; It does those things for you, so you can focus on building killer features and UI.

    What is JSF?

    It is used for building component-based user interfaces for web applications and was formalized as a standard through the Java Community

    Need advice about which tool to choose?Ask the StackShare community!

    Jobs that mention Ember.js and JSF as a desired skillset
    What companies use Ember.js?
    What companies use JSF?
    Manage your open source components, licenses, and vulnerabilities
    Learn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with Ember.js?
    What tools integrate with JSF?

    Sign up to get full access to all the tool integrationsMake informed product decisions

    Blog Posts

    JavaScriptGitHubReact+12
    5
    4324
    GitHubPythonNode.js+26
    29
    16258
    What are some alternatives to Ember.js and JSF?
    Vue.js
    It is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API.
    React
    Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
    JavaScript
    JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
    Python
    Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
    Node.js
    Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
    See all alternatives