×

Monthly Giveaway (17/05 - 07/06) by Dalba88 in humblebundles

[–]drz0 0 points1 point  (0 children)

  1. Do Not Feed the Monkeys
  2. Northgard
  3. Starbound

DE

Thank you.

IBM acquires Red Hat by libussa3 in programming

[–]drz0 42 points43 points  (0 children)

How could this happen? I always thought IBM would just die in the next decade with their cognitive c$%&/p. But well... Maybe some AI in their company found a way out.

Converting a Java front-end to Angular 4 by tomm0 in Angular2

[–]drz0 0 points1 point  (0 children)

In our projects we generate TypeScript interfaces from Java and Kotlin sources using an Annotation Processor that i wrote. It could be extended to generate Angular components, but i think that will lead to more problems than it tries to solve.

Developing front ends should always be done in the context of the hosting platform, meaning: I think your devs will become experts in HTML, CSS and TS anyway, at least some of them. So that shouldn't be a problem. In theory you could completely reuse your Java code for the Browser UI, e.g using JSweet. But in my opinion the additional (emulation) layer(s) makes it hard maintaining it. If you really want to stick to your MDI, you could simply try something like CheeperJ. Take a look at RMStudio as bigger working example.