• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PrimeNG vs. Angular Material

 
Ranch Hand
Posts: 205
2
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone here have any experience with these two?
Which did you consider better?
Is one better suited for enterprise applications versus smaller app?
What were your trials and tribulations with them?

My company is looking at a new application to be built and want to ensure we have all of the information ahead of time and this was one suggestions that we use.

Thanks.
 
Bartender
Posts: 1357
39
IBM DB2 Netbeans IDE Spring Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Choosing a component framework is always a crucial step when you're about to define the technology stack for a new product. It's never, in my experience, an easy task.
The guidelines for the choice I always suggest to follow as a software architect are more or less the following:

a) is the framework supported by any software company ? How much is the support (if any) ?
b) is the community behind the framework thriving ? How often are new versions released ?
c) how many components does the framework offer, and given their features, how much do they fill your project needs ? In other word, could you use components out-of-the box or do you need to undergo an (heavy) customization ?
d) in web frameworks,  look carefully which features offers the 'data table' (whatever is its name in the framework) component. If there's no datatable - dump it and choose another one. Datatable is generally speaking the most challenging component: does it offer out of the box sorting column, re-arranging columns, filtering, grouping, sorting...
e) when you have a bunch of candidates, build a proof - of - concept project whenever possible, measuring the global effort to get the project done.

Unluckily, I've no a great direct experience with Angular. When we evaluated at work which web fx to  adopt for a customer that required to use JSF for its own reasons, we ended to choose Prime JSF. We found it very complete, and you need not to pay for use it.
Personally, as a developer, I'd give Prime NG a try, but mine is an idea more than an advice.

Good luck !


 
Climb the rope! CLIMB THE ROPE! You too tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic