JOptionPane is very easy to use. You can even pass your own JPanel to display on the dialog. This way you can easily retrieve user input. An example: TerminologyVersionPanel panel = new...
Some frequently used UML document templates: a zip with example documents Software Requirements Specification Template Vision and Scope Document Template Use Case Template Original source : http://www.processimpact.com/goodies.shtml
shown by example: We need multiple inheritance when developing the Web client that talks to the message server. Our Web client is a simple servlet used to get the message from a...
I was lucky to be present 🙂 Conference Day 1 : Wednesday December 12th http://www.javapolis.com/confluence/display/JP07/Conf+Day+1 We focused on the Swing related sessions. JavaFX by Jim Weaver Very interesting speaker. Had the original...
We get errors from the following SQL on an Oracle database: ALTER TABLE table_nameADD CONSTRAINT constriant_name FOREIGN KEY (TERMINOLOGY_ID) REFERENCES TERMINOLOGY(TERMINOLOGY_ID) ON DELETE NO ACTION ON UPDATE CASCADE; Finally we found out...
Als je een Directory Listing Denied krijgt betekent dit dat de server zo is ingesteld dat de inhoud van de directory afgeschermd is voor doorsnee gebruikers. Als je graag wilt weten wat...
I’m getting into new material right now. The OWL specification based on RDF and XML should give an idea about what I’m working with these days. And a wiki on Ontology in...
since java 1.5 there is a very easy autocasting for primitive datatypes to handle them as an object using the wrapper class. An example:List aList = new ArrayList();aList.add(1);aList.add(new Integer(2)); Now what when...
A tutorial on how you can use google analytics to add statistics to your blog. http://www.infektia.net/how-to-track-your-blogger-statistics-with-google/
A list of great css only designs, all based on the same content:http://www.csszengarden.com A list of css resources:http://www.dezwozhere.com/links.html A graphical index of css layouts to forget all about tables and start using...