Tag: xml
-

Handle complex XML Schemas easily with a visual approach for Free
by
JSON is widely used for data exchange, but XML remains relevant, especially with the powerful XML Schema features. While popular IDEs like IntelliJ and Visual Studio Code lack free XML Schema visualization, Eclipse offers a solution with its free XML package, allowing effective exploration of complex XSD files.
-
Secure JSF Application – why you should always define a servlet mapping
If you deploy a JSF application in WildFly 8, you can omit to define the JSF serlvet mapping. In this case three default mappings will be active out of the box. <context-root>/faces/* <context-root>/*.jsf <context-root>/*.faces Tested on WildFly 8.0.0.CR1 and JBoss EAP 6.2.0.GA This behavior is not mentioned in the JSF 2.1 spec. But it explicitly…

You must be logged in to post a comment.