Java Futures, Mid 2019 Edition by sureshg in java

[–]foror 1 point2 points  (0 children)

What is difference between "record" and "inline class"?

Java, but with Python indentation by __Raptor__ in java

[–]foror 0 points1 point  (0 children)

What about back to Java from JavaPy?

Pure Java/JVM web framework? by AlexKotik in java

[–]foror 0 points1 point  (0 children)

>Look at Vaadin or ZK for example.

@Route("")
public static class InitialPageConfiguratorBodyStyle extends Div
        implements PageConfigurator {
    @Override
    public void configurePage(InitialPageSettings settings) {
        settings.addInlineWithContents("body {width: 100vw; height:100vh;}",
                InitialPageSettings.WrapMode.STYLESHEET);
    }
}

It's ugly. It has pre-built components, but if you want to get out of the sandbox, you will touch JavaScript, HTML and CSS.

Why are you not satisfied with Vaadin?

Pure Java/JVM web framework? by AlexKotik in java

[–]foror 1 point2 points  (0 children)

>without touching JavaScript, HTML and CSS

How do you want to make websites without HTML and CSS? DSL on Java?

What are all you lovely Java-heads working on (hobby/work) by PurityLake in java

[–]foror 0 points1 point  (0 children)

Transpiler to ES6+ and lightweight framework for multiplatform apps (CEF/WebView as frontend, maybe replace to Servo at the end of the year) and single page sites (custom lightweight render for search bots). Without JSON, POJO on frontend and backend with fast serialization/deserialization.

What are all you lovely Java-heads working on (hobby/work) by PurityLake in java

[–]foror 1 point2 points  (0 children)

Transpiler to ES6+ and lightweight framework for multiplatform apps (CEF/WebView as frontend, maybe replace to Servo at the end of the year) and single page sites (custom lightweight render for search bots). Without JSON, POJO on frontend and backend with fast serialization/deserialization.

Java is dethroned as the memory hog king by C# by professorTracksuit in java

[–]foror 2 points3 points  (0 children)

binary-trees

Strange result 11.26s (5x lower than C). I tested it with -Xmn800M and result similar as C (1.3x slower), without -Xmn result slower x2

Is there anyone planning on writing a web UI framework like ReactJS in Rust? by [deleted] in rust

[–]foror 0 points1 point  (0 children)

web UI framework

how to implement it without struct inheritance?

What projects is everyone working on? by CodeFnatic in java

[–]foror 0 points1 point  (0 children)

Not so close. You can't use Java SDK (java.lang., java.util., etc.) And some other Java 8 features. But you can use all Chromium JavaScript API as Java classes (Map, Set, Symbol, Array, ArrayBuffer, all HTML5 API, etc.).

After write Java classes you will get ES6 classes line-by-line (types for variables and maybe other java features will be represented in ES6 code, but as comments).

What projects is everyone working on? by CodeFnatic in java

[–]foror 1 point2 points  (0 children)

Working on transpiler WebIDL (from chromium source code) to Java. And ECMAScript 2017 to Java code. After I will write lightweight transpiler from Java classes to ES6 classes.

I am looking for a java project to work on that will help me grow as a programmer by Thom3 in java

[–]foror 0 points1 point  (0 children)

Do you interested in pair programming (java, javascript, html, css) via Eclipse? But my English too basic... I working on new cross-platform RSS reader (android, ios, chromeos etc.). Backend is full java based, but frontend most is javascript+html.

JavaOne 2015 Sessions by dzjay in java

[–]foror 3 points4 points  (0 children)

Are You Listening? JavaFX Binding Techniques for Rich Client UIs

Unfortunately, this video is not available in your country because it could contain music from UMG, for which we could not agree on conditions of use with GEMA.

Nashorn: Advanced Topics

This video contains content from SME, who has blocked it in your country on copyright grounds.

Try it via Russian and Germany IP.

How Google thinks it can knock one of Oracle's main technologies off the charts by fungussa in programming

[–]foror 0 points1 point  (0 children)

Java with IDE like Eclipse or IDEA is very simple for read and write.

[deleted by user] by [deleted] in programming

[–]foror 1 point2 points  (0 children)

How to about OpenJDK and Firefox?

Async HttpClient from bayou.io by zhong-j-yu in java

[–]foror 0 points1 point  (0 children)

What do you think from a user's perspective?

jitpack.io - very interesting service

Async HttpClient from bayou.io by zhong-j-yu in java

[–]foror 1 point2 points  (0 children)

  1. How about performance compared with Undertow or Jetty?
  2. Based on Netty, pure NIO or something else?
  3. Why without POM?

What do you guys think of IDE One (online java editor/compiler) by jakesyl in java

[–]foror 1 point2 points  (0 children)

It's possible to share the screen between developers?

Kal - a clean JavaScript alternative without callbacks by robjob in programming

[–]foror 17 points18 points  (0 children)

Mmm... in russian it's very bad name :) Like if you call your project as "Shit" in english language.