JavaOne 2015 Presentations

Slides from my JavaOne 2015 sessions are now online! Session: Continuous Integration with Java EE 7 in the Cloud (CON2564) Configuring and maintaining a continuous integration environment is quite a bit of work. It requires ongoing resources in terms of both manpower and hardware infrastructure. As an application evolves, so does the number of ongoingContinue reading “JavaOne 2015 Presentations”

Using R from Java using a NetBeans Project

R is an open source statistical package. It is basically a free/open source competitor to SAS. R is both a language and an environment – you write scripts in the R language to run your analysis. R has a huge ecosystem of packages (CRAN) which can be easily installed to perform more complex analyses. ItContinue reading “Using R from Java using a NetBeans Project”