sarma
sarma

Reputation: 11

what is seam api?

what is seam api and what are the advantages of using it?

Upvotes: 1

Views: 409

Answers (2)

topchef
topchef

Reputation: 19793

One of the biggest advantages is that Seam functions as a glue between JSF and JPA (front-end and back-end) solidifying and streamlining business logic between the two ends. Of course, similarly to Spring, there are many other valuable features Seam has to offer.

Upvotes: 0

skaffman
skaffman

Reputation: 403501

It's referring to JBoss Seam, which is an application development framework.

The advantages (or otherwise) would have to be compared with another, comparable, framework, but the above link lists the main features.

Upvotes: 2

Related Questions