-
GPL is just so strict... :)
Or Apache 2.0 License maybe.
-
Hi,
I try to create b:selectOneMenu with f:selectItems but all the time an exception 'javax.faces.component.UISelectItems cannot be cast to javax.faces.component.UISelectItem' is thrown. I have also …
-
In an app, where I am already using JAX-RS with Jackson (as opposed to the default provider), it's quite a hassle to setup two different serializers to provide identical representation of the data-mod…
-
## New Components
- b:selectBooleanCheckbox ( #4 ): a Bootstrap-enabled check box. It's used almost like the input field. The main difference is the caption, which is displayed behind the check box.
-…
-
AngularFaces automatically includes several Javascript libraries that are not discovered by OmniFaces. Is there a way to reduce the number of server requests?
-
Sep 08, 2014 7:20:21 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on…
ghost updated
10 years ago
-
AngularFaces 2.1 should include a Javascript API allowing to send beans back to the server (without having to wait for a button click).
-
When you use local variables within methods, StringBuilder is way much more performant then StringBuffer because it doesn't need the Thread synchronization code.
For example in method de.beyondjava.a…
-
Hi BootsFaces, is possibile to access your source code, I can't see it on github? I'd like to show it, start using and help you to improve, if I'm able.
-
```
org.hibernate
hibernate-validator
```
Should be made provided It should not be added to the transitive dependencies when you try yo deploy to an Application server (it has an impl…