Daily Shaarli
June 16, 2017
Open source, private cloud
Slack-alternative
Workplace messaging for web, PCs and phones.
MIT-licensed. Hundreds of contributors. 11 languages.
Secure, configurable, and scalable from teams to enterprise.
This tutorial explains how to boot your Raspberry Pi 3 from a USB mass storage device such as a flash drive or USB hard disk. Be warned that this feature is experimental and does not work with all USB mass storage devices. See this blog post from Gordon Hollingworth for an explanation of why some USB mass storage devices don't work, as well as some background information.
A demo for using jasper within a Spring Boot App I made for a Jasper session.
This depicts integration of jasper reports within a spring boot app .
Mostly uses concept of JasperReportsViewResolver as defined here http://stackoverflow.com/questions/27532446/how-to-use-jasperreports-with-spring-mvc [Check the answer with the tick there :)]
Also the report included using my custom db and data so try putting your own .jrxml report there before trying to run.
The jasper endpoints shall be like http://localhost:8080/report/{reportname}?format={format}&id={id} (id param are optional,you can add ur custom report params there)
Cheers!
Gaurav