elmarschraml.com
talks | elmarschraml.com
https://elmarschraml.com/tag/talks
Occasionally updated personal site and blog. Slides from my talk at MobileTechCon 2015. On March 25, 2015. Thanks to everybody attending my talk “Mobile, Microservices und Multichannel – warum Web-App-Architektur sich ändern muss” at the Mobile Tech Conference 2015 in Munich. Feel free to download a PDF of the slides used in the talk:. MobileTech2015 – mobile, microservices, multichannel (images compressed). 8220;Shownotes” for my talk at MobileTechCon 2015. On March 25, 2015. Twitter pedaling back on SPA.
elmarschraml.com
architecture | elmarschraml.com
https://elmarschraml.com/tag/architecture
Occasionally updated personal site and blog. On November 4, 2015. If you’ve seen my talk about web application architecture at WJAX 2015, and would like to download the slides, you can download them here:. WJAX 2015 – Mobile, microservices and multichannel.pdf. If you are interested in learning more about some of the topics mentioned, I’ve previously collected a list of blog posts, articles, videos and other resources here:. Via email or whenever we meet in person. On March 25, 2015. Http:/ nerds.air...
purplebooth.co.uk
Correct parameter type for DateTimeParam in Dropwizard when using Swagger · Billie Thompson
https://purplebooth.co.uk/blog/2015/06/07/correct-parameter-type-for-datetimeparam-in-dropwizard-when-using-swagger
Consultancy, Training and Software Development. Correct parameter type for DateTimeParam in Dropwizard when using Swagger. Jun 7, 2015 · 2 minute read. If you’re using the Swagger. And also a DateTimeParam. You may have noticed that Swagger puts. For this parameter in the. When it should be a. Here’s how to resolve that. Because Swagger doesn’t know how to represent a. In it’s output. We can tell Swagger how to interpret this class using a. Above is an example that allows you to output. Once you’ve...
wbrianleonard.wordpress.com
Continuous Delivery of Microservices using Dropwizard, Developer Cloud and Application Container Cloud | W Brian Leonard
https://wbrianleonard.wordpress.com/2016/08/05/continuous-delivery-of-microservices-using-dropwizard-developer-cloud-and-application-container-cloud/comment-page-1
Continuous Delivery of Microservices using Dropwizard, Developer Cloud and Application Container Cloud. I recently came across Dropwizard. Which just reached their 1.0.0 release milestone (congratulations). Dropwizard has assembled popular Java libraries such as Jetty. To create a framework for developing RESTful web services. A Java framework like Dropwizard is ideally suited for a runtime environment like Oracle’s Application Container Cloud Service. An integrated DevOps platform, to automate deployment.
wbrianleonard.wordpress.com
Application Container Cloud and Factor III. Config | W Brian Leonard
https://wbrianleonard.wordpress.com/2016/08/08/application-container-cloud-and-factor-iii-config
Application Container Cloud and Factor III. Config. Applications deployed to Oracle’s Application Container Cloud Service. ACCS) check off most of the best practices recommend by the twelve-factor methodology. In this article I’m going to address Factor III. Config. 8211; Store config in the environment. Dropwizard has extensive support for Configuration (See Creating a Configuration Class. The configuration parameters are externalized in a YAML. I then updated the hello-world.yml as follows:. Now, on in...
clearthehaze.com
software development Archives - Clear the Haze
http://clearthehaze.com/category/software-development
Category: software development (page 1 of 8). JDBI for Java 8 LocalDate and LocalDateTime. June 13, 2016. Java 8 introduced the superior LocalDate. Does not work so nicely with them. You’ll find errors like:. Orgskife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.h2.jdbc.JdbcSQLException: Cannot parse "TIMESTAMP" constant "aced00057372000d6a6176612e74696d652e536572955d84ba1b2248b20c00007870770e05000007e0060d0c2c2c0ac9d74078". And in usage, set the binder for the. JDBI Binders are easy to impl...
barinek.github.io
barinek/flagship
http://barinek.github.io/flagship
Download this project as a .zip file. Download this project as a tar.gz file. The Flagship project is inspired by the recent buzz around twelve-factor applications. The project is intended to show that it is fairly easy to build modern RESTful services with just a few dependencies. While building the app, I've tried to highlight a few notable characteristics of twelve-factor apps -. Explicitly declare and isolate dependencies. Store config in the environment. Exports HTTP as a service by binding to a port.