As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have just started working on developement of a java web-app. I have to use JSF framework in its web tier. Googling around I do see number of implementations of JSF out there viz. Apache Myfaces, Jboss Primefaces etc.
Can anyone guide me please on
Which implementation is now be called as best from the point of -
a) Support/Documentation/tutorials
b) Stability
c) Future aspects of the same
d) Compatibility with Application Servers
As implementations, the two main implementations are MyFaces and Mojarra. Primefaces, Richfaces and many more are component libraries, that work on top of an implementation.
I would say that, for starters, you should first chose the application server and try to stick to the server provided implementation.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to choose an open source BPEL engine for my work. I'm new to BPEL and I've never worked with any BPEL engine. Which engine would you recommend me that is easy to configure and use for a begginer? Brief explanation but I really have to experience at all.
We use Apache ODE at work, and it works fine. The project support we have via mailing lists is enough for us.
I used Oracle's BPEL engine about two years ago. It was both a nightmare to configure, and fairly half-baked in terms support. Even their example code didn't work properly. Things may have changed since then.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Struts2 is having built-in support for REST and so Spring MVC.
Ruby on Rails on the other hand is having a strong built in support for REST.
But JSF 2.2 specification does not contain any such support, and it seems that this is not an agenda in future JSF specifications as well!.
Why JSF team is simply ignoring REST?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am developing a ASP.NET MVC app deployed on Azure, and looking for a library providing asynchronous transport mechanism/fallback.
After my own research, I've concluded that there are two well-known candidates - Socket.io and SignalR.
My question is simple) What's the pros and cons of them? It there any good reason to use one over the other?
thanks :)
I'd have to say that SignalR is definitely the best approach for your application. With the current build our laptops serving as servers are pushing around 350k messages/s. With the next release it will be even higher (several multiples higher judging by current tests).
Check out the main site: http://signalr.net/
The GitHub: https://github.com/SignalR/SignalR
JabbR for questions: http://jabbr.net/#/rooms/signalr
I've never used SignalR and according to what google tells me it is a replacement solution for .Net apps.
So I guess you should give it a try.
Socket.IO is awesome, I love it but I'm a noder. According to their doc there is no .net/c# bindings. Maybe their doc is not up to date.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
JSF is a specification included in the Java EE platform. There are different implementations of JSF from different vendors. I know Oracle provides Mojarra & Apache provides MyFaces. Are there any other implementations of JSF from other vendors?
The reference implementation Mojarra and the independent Apache implementation MyFaces are the only real and practically available JSF implementations.
Legend has it that IBM at one time did had their own implementation as well, but obviously they don't use this any more (AFAIK WAS 7 was shipped with both Mojarra and MyFaces, leaving the choice to the user).
There supposedly is (was) a mythical Chinese/ Eastern JSF implementation available. A bunch of Java EE specs have been implemented by (for us) obscure Eastern companies that market their closed source products solely for their internal market. Even in the era of the Internet it's hard to validate whether these products actually exist and/or if they aren't just repackaged and rebranded versions of the well known implementations.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is JSF being used in the enterprise, or at least growing in use?
We're using it at my company in an 'Enterprise' way, I know the previous two companies I've worked at have used it in various projects. The only other framework which was more popular was Struts 1.
This page gives some 'real world' JSF links.
Yes, it's being used.
Is the use widespread? I don't think so. It's probably being used more than Wicket but less than Spring MVC, at least from conversations with my own peers.