Source
http://www.infoworld.com/slideshow/113034/10-cutting-edge-mobile-development-tools-223766
https://prototyper.appgyver.com/welcome
https://www.firebase.com/index.html
http://software.intel.com/en-us/html5
http://appscend.com/
https://www.parse.com/
http://eclipsesource.com/blogs/
http://www.coronalabs.com/
Wednesday, July 31, 2013
Wednesday, July 24, 2013
Monday, July 22, 2013
Saturday, July 20, 2013
Thursday, July 18, 2013
Wednesday, July 17, 2013
Listbox for JSP/Servlet
In servlet, use
HttpServletRequest#getParameterValues()
http://stackoverflow.com/questions/4184299/how-to-pass-the-value-of-listbox-from-jsp-to-servlet
http://stackoverflow.com/questions/2407945/how-to-get-multiple-selected-values-from-select-box-in-jsp
E.g. in javascript
var x = document.getElementById("user_list");
for (var i = 0; i < x.options.length; i++) {
if(x.options[i].selected ==true){
alert(i + ": " + x.options[i].selected + ": " + x.options[i].value + ": " + x.options[i].text);
}
}
Tuesday, July 16, 2013
Monday, July 15, 2013
Thursday, July 11, 2013
Wednesday, July 10, 2013
Producing UTF-8 XML file
http://stackoverflow.com/questions/443305/producing-valid-xml-with-java-and-utf-8-encoding
Use FileOutputStream instead of FileWriter
Use FileOutputStream instead of FileWriter
Scroll to there
jPanel1 is in the scrollpane
jTextField1 is in jPanel1
jPanel1.scrollRectToVisible(jTextField1.getBounds());
http://stackoverflow.com/questions/7883422/how-do-i-scroll-jscrollpane-viewport-containing-a-jpanel-to-a-specific-location
jTextField1 is in jPanel1
jPanel1.scrollRectToVisible(jTextField1.getBounds());
http://stackoverflow.com/questions/7883422/how-do-i-scroll-jscrollpane-viewport-containing-a-jpanel-to-a-specific-location
Tuesday, July 9, 2013
Monday, July 1, 2013
SQL: Sequence
http://stackoverflow.com/questions/10210273/how-to-retrieve-the-current-value-of-an-oracle-sequence-without-increment-it
JavaFX: Open Source Nautical Software
https://github.com/terre-virtuelle/navisu
http://blog.navisu.org/?lang=en
Websocket JEE 7
http://apex.oracle.com/pls/apex/f?p=44785:24:0::::P24_CONTENT_ID,P24_PREV_PAGE:7699,1
Swing Validation
https://kenai.com/projects/simplevalidation/pages/Home
Labels:
java,
simple validation api,
swing,
validation,
validation framework
Subscribe to:
Posts (Atom)