tutorial
Tutorial: Upload from Java, Download from JavaScript
Appjangle Tutorial for Java and JavaScript interoperability
tutorial
Appjangle Tutorial for Java and JavaScript interoperability
Problem You would like to copy a HTML table into a spreadsheet processing application like Google Spreadsheets. However, the table you would like to copy contains empty cells. Just as in the 'Start_Time' column in the image shown below: If you paste this table, the rows which
In the course of writing up my thesis, I wanted to perform a simple source code analysis on the Appjangle code base. Since most of the code is as of now stored in a SVN repository, I used StatSVN for this purpose. StatSVN is really easy to use and generate
After I had recently completed a first version of interactive showcases for the Appjangle platform, it was now about time to give a little rework to the homepage. Arguably, it was a bit dull and, more importantly, not very informative – in particular in regards to giving an overview of what
James A. Whittaker, of considerable testing fame, has published both on the Google Testing blog as well as in IEEE Software an article on the so called '10 Minute Test Plan'. This test plan is also described in detail in the book 'How Google Tests Software'
When creating documents, tables and presentations, I am often looking for a simple symbol to express a 'tick' as in 'this is okay' or 'this is supported'. Especially the Microsoft Office applications (Word, PowerPoint, ...) do not seem to provide such a tick symbol in
Interesting links discovered this week: * MoriTanosuke/glacieruploader · GitHub A simple java command line application for Amazon Glacier. tags: amazon [amazon glacier](https://www.diigo.com/user/max_rohde/amazon glacier) glacier upload java * Travis CI - Free Hosted Continuous Integration Platform for the Open Source Community tags: [continous integration](https:
github
Now, after 204 laborious steps, a first version of illustrative demos on the Appjangle Showcase has been completed. Appjangle Showcase The showcase consists of 10 interactive demos following the development of a simple example application: The Wall of the Wise! The full source code of the demos is available on
maven
Problem You would like to deploy a Java Maven project you are developing using the Netbeans IDE to your Maven repository. Solution Right click on your project in the Netbeans 'Projects' view and select the Custom / Goals … in the drop down menu as shown below. Type 'deploy&
* What storytelling does to our brains tags: writing stories storytelling psychology * Doctest.js: the humane Javascript test framework Doctest uses a novel approach to testing: example and expected result. Each test is a chunk of code that prints out results and side effects, and then the expected result is matched
* HTTPS Server in Java using Netty and KeyStore tags: netty https ssl * Cross-domain Ajax with Cross-Origin Resource Sharing | NCZOnline "Cross-Origin Resource Sharing" tags: javascript sop [same origin policy](http://www.diigo.com/user/max_rohde/same origin policy) cross-domain rpc ajax * Building Google Cloud Storage "Building Google
netty
Background Due to some issues with a transparent proxy apparently employed by Vodafone New Zealand, a signed SSL certificate had to be added to the REST server in the Appjangle cloud in order to serve resources 'protected' from Vodafone's caching efforts. One REST server in the