Oracle considers moving Java EE to an open source foundation

Oracle said it’s in talks with several candidate foundations over the possible move, as well as with licensees and the community. Read more

Similar

Can we make Java better already?

Fair warning, before I begin, this is a rant. I spent the last two weekends trying to put together a project using Spring Boot, JDBI, Postgres, and Liquibase. I spent the entire time fighting with the tooling. Spring, for all... (more…)

Read more »

The “Split Strings” Challenge Using Java

The challenge Complete the solution so that it splits the string into pairs of two characters. If the string contains an odd number of characters then it should replace the missing second character of the final pair with an underscore (‘_’). Examples: Tes... (more…)

Read more »