Skip to main content
Playing with Spring Boot and Docker in NetBeans IDE

Playing with Spring Boot and Docker in NetBeans IDE

In this tutorial you will learn how to write a Java EE application using two of the trendiest technologies: Spring Boot and Docker in NetBeans IDE. Spring Boot is an innovative project that aims to make it easy to create Spring applications by simplifying the configuration and deployment actions through its convention over configuration based setup. Docker is an open source project that automates the deployment of applications inside software containers. ...

July 14, 2016 · 7 min · Nebrass Lamouchi
Pairing Apache Shiro and Java EE 7

Pairing Apache Shiro and Java EE 7

When securing systems, two elements of security are important: authentication and authorization. Though the two terms mean different things, they are sometimes used interchangeably because of their respective roles in application security. Get started with the fundamentals of web authentication and authorization using Apache Shiro Framework. Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. Learn how to use Shiro in a JavaEE7 application and how to use it in a web application. ...

June 5, 2016 · 1 min · Nebrass Lamouchi
I'm now a NetBeans Dream Team Member!

I'm now a NetBeans Dream Team Member!

I’m excited to announce that I have been accepted to be a member of the NetBeans Dream Team, the team of highly skilled and passionate Java developers & NetBeans users. I’m so happy to be a member of such great team. It was one of my big dreams. Presentation of the NetBeans Dream Team The NetBeans Dream Team is a community-driven group of highly skilled NetBeans users and contributors. They participate at NetBeans developer events, on mailing lists and developer forums, providing new, interesting and informative content as well as developing new and creative ways to promote NetBeans. ...

January 3, 2016 · 2 min · Nebrass Lamouchi
Talk Report: From JavaEE to AngularJS - Video & Slides

Talk Report: From JavaEE to AngularJS - Video & Slides

NetBeans Day Paris, for the first time in France, held on the October 16th, 2015. It was a very nice opportunity to meet NetBeans users and developers in Paris Area. My presentation is a live coding session showing how to make a sample app from scratch on NetBeans, using many trendy technologies and APIs: IDE: NetBeans 8.0.2 Server: Payara Server 4.1.153 Backend: Java EE 7 [JPA 2.1, EJB 3.2, CDI 1.1, JAX-RS 2.0], REST Standards, CORS Frontend: HTML5, AngularJS 1.4.x & Twitter Bootstrap 3.3.x Testing: JUnit 4.x Github for hosting the app code The video (French): ...

November 26, 2015 · 1 min · Nebrass Lamouchi
Book Review: 'Beginning NetBeans IDE For Java Developers

Book Review: 'Beginning NetBeans IDE For Java Developers'

Today I finished reading the Beginning NetBeans IDE for Java Developers, a masterpiece written by Geertjan Wielenga, a product manager in the NetBeans Team, and published by Apress (August, 2015). To make your work a masterpiece, first master the tools of your work. -— Chinese adage The book covers all its subjects in only 280 pages, which is interesting! No painfully long introductions and debriefings. Instead, it has only the content that actually matters. ...

November 25, 2015 · 3 min · Nebrass Lamouchi