mauriziofranco###blog

notes, bookmarks and smart how-tos.....

Friday, September 22, 2023

›
### STATUS DRAFT ### Ultimate kodi configuration.... apt-get update # Install Kodi from stable main: sudo apt-get install {kodi,kodi-bin,k...
Monday, February 13, 2017

XPath: check if property is null

›
Suppose you are receiving an object with a testProperty property in input... For example: case 1) {  "testProperty":null } o...
2 comments:
Friday, January 27, 2017

Spring: conversion of List to Page with pagination (PageImpl/Pageable)

›
Suppose you're retrieving via typedQuery some data. You probably are getting a List<T> via getResultList() method(TypedQuery clas...
221 comments:
Wednesday, November 30, 2016

How to quickly convert type of Spring Data (JPA) Page content...

›
Suppose you have the current dto class public class AbcDto { private Long id; private String description; private Timestamp creationDa...
Thursday, October 27, 2016

Starting with EJB3(Eclipse and WildFly 10 embedded)

›
Here are to configure an eclipse project to run a small EJB3 example.... My current configuration is: JDK 1.8.0_91 WildFly 10(WildFly e...
Monday, May 30, 2016

Eclipse (4.5.2 "Mars"): configure WildFly 10 Application Server as local instance. The quick developer configuration.

›
My current environment is JDK 1.8.0_91 Eclipse Mars 4.5.2 JBoss Tools 4.3.1.Final already installed(if not yet installed please see here ...

Eclipse 4.5.2 (Mars), installing JBoss Tools 4.3.1.Final for WildFly 10

›
Here we see how to configure JBoss Tools 4.3.1 under Eclipse(currently at 4.5.2 version, "Mars"). All for configure a WildFly 10 ...
›
Home
View web version
Powered by Blogger.