When comparing Apache Wicket vs CaptainCasa Enterprise Client, the Slant community recommends CaptainCasa Enterprise Client for most people. In the question“What are the best Java web frameworks?” CaptainCasa Enterprise Client is ranked 6th while Apache Wicket is ranked 8th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Easy way to create reusable panels or layouts
So it is easy to create, maintain or modify a consistent corporate design across all pages.
Pro Separation of code and layout
The HTML templates contain IDs that are references in Java code. There is no code in the templates.
Pro Valid links in template can be converted to valid links in output html
That way the IDE, e.g. IDEA can verify the links already in the templates and hence there are less bad links.
Pro No configuration mess
Nearly everything is handled in Java code.
Pro Human-friendly URLs
Pro Easy clustering
Pro Very fast dialogs
Very fast even with many controls. CaptainCasa Enterprise client is much faster than Vaadin when writting similar programs.
Pro Fast and powerful
Pro Longlife framework
Pro CDI via EL
Separation of the backend code and the creation of the pages / Injection of the code (CDI) into the pages via expression language (EL).
Pro High security
Pro Server development with Java
No javascript is needed, everything is developed on the server with Java. Optimized roundtrip.
Pro Free use
Pro Good scalability
In addition to the extremely good performance, which already ensures that the system can be scaled well, clustering of the system is already provided for in the software architecture.
Cons
Con Newer versions might break existing code
