Παρουσίαση με Ετικέτες

HowTo: Code folding in NetBeans IDE source code editor
07 Σεπτεμβρίου 13 03:45 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
As explained near the end of https://ui.netbeans.org/docs/ui/code_folding/cf_uispec.html, the NetBeans IDE source code editor supports custom code folding tags for any language, like below (here defining the code folding tag in a Java comment, obviously need to use specific comment syntax for the respective language). // <editor-fold desc="isUserStudent"> —————————————- public static boolean isUserStudent(PortletRequest request)    throws […]
Δημοσίευση στην κατηγορία: , , , , , , , ,
Fix: Java ServletException: IncompatibleClassChangeError
25 Ιουνίου 13 06:49 μμ | Μπιρμπίλης Γεώργιος | 0 σχόλια   
was getting an error like the following at your JavaEE Servlet (Portlets are also Servlets under the hood btw): javax.servlet.ServletException: javax.portlet.PortletException: java.lang.Throwable: java.lang.IncompatibleClassChangeError: : incorrect call to interface method   at first I thought the issue was with:   <bean:message class=”someCSSstyleClass” key="someMsgKey"/>   and used instead:   <span class="someCSSstyleClass"><bean:message key="someMsgKey"/></span>   in case the “class” […]
Δημοσίευση στην κατηγορία: , , , , , , , , , ,

Search

Go

Ιστορικό Δημοσιεύσεων

Συνδρομές