java

Recursos de programación de java
@antoine_sd Like the Winter in some famous TV show, CDI 2.0 has been Coming for nearly 2 years. But now CDI 2.0 is Here (like the same Winter) and all the new stuff it brings will deeply change your Java EE, MicroProfile and Java SE experience. In this session I will review the major features introduced in CDI 2.0 and I'll demonstrate how it can be used in various environment like Java EE 7 application server, MicroProfile platform or even Java SE. If you still think that CDI is a simple Dependency Injection solution bound to Java EE or think that there's only one platform to bootstrap advanced service on Java SE, come and see that the CDI "Winter" can compete with "Spring". https://www.autentia.com
@JesperWermuth This is a talk about how and why we codified and automated an entire infrastructure at Danske Spil, including server generation, networking, access, infrastructure building and deployment, code project building and deployment, generation of CI environment and much more. We even codified the workflows of the DevOps department, a very interesting part of the project that I look forward to share. The talk has a technical angle and there will be high level views and code examples and perhaps a demo if I feel lucky that day. Some of the technologies / things involved are: terraform, packer, vagrant, AWS, jenkins, gradle, VPNs, NATs, Virtual Private Clouds, IAM, Java, Artifactory, Docker, Swarm, Registry, … Hope to see you there 8) https://www.autentia.com
@delabassee Java EE 8 is right around the corner and quite a few things have changed since the original Java EE 8 proposal. This session will describe in details what Java EE 8 will be. We will discuss the new capabilities that are slated for inclusion in the Java EE platform, e.g. - JAX-RS 2.1’s new Reactive client API - Servlet 4.0 HTTP/2 support - Bean Validation 2.0 improvements - CDI 2.0 Asynchronous events - The addition of a new JSON Binding API, i.e. JSON-B 1.0 - A new cross-platform security context - Etc. Come to this session to understand what's coming. https://www.autentia.com
@sbglasius Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities. It runs on the Java platform (JVM) and is in many ways a superset of Java. The learning curve for the average Java is described as a "small speed bump" while the powers are described as "Java on Steroids".
@alextheedom The goal of HTTP/2 is to increase the perceived performance of the web browsing experience. This is achieved by multiplexing over TCP and Server Push among other techniques. What implications does this have for developers? How does Servlet 4.0 embrace HTTP/2? We will see, with code examples, what the future of developing with HTTP/2 might look like. https://autentia.com
@heathervc Learn how to take part in Java technology evolution through the Java Community Process (JCP) program. You can participate as an individual, corporation, or nonprofit such as a Java user group (JUG). This session outlines why and how to participate in the JCP Program. You will also learn about the global Adoption programs and how you can participate in the programs. We will discuss details such as how to run hack days, collaborate with other JUG leads on Adopt-a-JSR activities, and review use cases from other JUGs around the world contributing to the Java EE 7 and Java SE 8 JSRs. Currently there are new JSRs being submitted and developed for the Java EE 8 and Java SE 9 platforms. Find out how you have contribute to the future editions of the Java Standard and Java Enterprise Editions. https://www.autentia.com
@rcuprak Java 9 ships in July, are you ready for Java 9 modules? Java 9 modules (aka Project Jigsaw) is the biggest fundamental change to the Java runtime. Code that use Oracle/Sun private APIs will break. This session will cover the basics of Java 9 modules and also the current state of tooling. The ramifications to existing and legacy applications will be covered along with the steps you’ll need to take to harness the power of modules and write more maintainable systems. https://www.autentia.com
- Lund&Bendsen | Eksperternes eksperter indenfor Java- baseret systemarkitektur og -udvikling https://home.lundogbendsen.dk/ - Camunda is an open source platform for workflow and business process automation. The leader for workflow automation based on Java and BPMN 2.0. https://camunda.com/ - Sopra Steria, European leader in digital transformation, provides one of the most comprehensive portfolios of end to end service offerings in the market. https://www.soprasteria.com/en - MIND4iT A/S er en virksomhed, der er drevet af fokus på vores kunders behov - og på at løse hver enkelt opgave optimalt. Hver gang. Vi har siden 2001 leveret konsulenter til nogle af Danmarks største virksomheder og er i dag agent for et unikt netværk af markedets stærkeste it- og forretningskompetencer. http://mind4it.dk/
@mpproch Microservices architecture is one of the most trendy topics in IT these days. Everyone looks at Netflix, LinkedIn or Zalando and tries to be like them. It’s all very good. But at heart of this revolution lie some well known ideas on modularity and decoupling. And guess what? Idea of modular Java applications is also not new. Even term “microservice” has been in use on JVM since many, many years. However, the main technology for modular Java - OSGi - was always struggling to gain proper attention and we’re still waiting for modules in JDK itself. In this talk I’d like to explain (and show during quick demo) why you shouldn’t too easily dismiss both OSGi and Java 9 - in many use cases, with little effort they can give you important benefits, without having to spin hundreds of VMs or containers. https://www.autentia.com
@gunnarmorling Rich UIs, schemaless datastores, microservices communicating with each other - the need for powerful and easy-to-use data validation services has never been bigger. The Bean Validation standard is here to help, providing Java developers with a rich validation API based on annotations. Bean Validation 2.0 (JSR 380) makes validation even more powerful and expressive by leveraging Java 8 features such as additional annotation locations, repeatable annotations and default methods. This opens up exciting opportunities for Bean Validation - e.g. List @Email String. There is also support for java.util.Optional, the new java.time API, JavaFX and more. In this code-centric talk we’ll explore many Bean Validation features right in the IDE. You’ll learn how constraint validation is triggered via JAX-RS, JPA and even on the client side via AngularJS. You’ll find out how to adjust the validation system to your own requirements, ensuring your data is sane at all times. https://www.autentia.com