Java

use Java? Try the domestic lightweight Solon v1.11.4 (with video) – News Fast Delivery

A more modern framework for Java application development: faster, smaller, and freer. No Spring, no Servlet, no JavaEE;Independent lightweight ecology. The main frame is only 0.1 MB. @Controller public class App { public static void main(String[] args) { Solon.start(App.class, args); } @Get @Socket @Mapping(“/hello”) public String hello(@Param(defaultValue = “java”) String name) { return […]

use Java? Try the domestic lightweight Solon v1.11.4 (with video) – News Fast Delivery Read More »

BudWk 8.0.0 Released, Java Microservice Distributed Development Framework- News Fast Delivery

BudWk, formerly known as NutzWk, is an open source Java enterprise-level web development framework developed based on the domestic framework nutzboot. It has an open source history of nearly ten years, and has accumulated a large number of enterprise and individual users. It has gone through several iterations of V1-V8. On the basis of the

BudWk 8.0.0 Released, Java Microservice Distributed Development Framework- News Fast Delivery Read More »

TIOBE December list: C++ surpasses Java for the first time, Python/C/C++ competes for the language of the year- News Fast Delivery

TIOBE announced the December 2022Programming Language Ranking. TIOBE will announce its 2022 programming language of the year next month, and there are currently three candidates: Python, C, and C++.TIOBE CEO Paul Jansen pointed out thatAlthough Python and C have won the title many times, C++ only won it once in 2003; but in this month’s

TIOBE December list: C++ surpasses Java for the first time, Python/C/C++ competes for the language of the year- News Fast Delivery Read More »

Go language general code generator Fairchild releases early adopter version 11, which is compatible with the Excel template of Java general code generator- News Fast Delivery

Fairchild, a general code generator for Go language, releases early adopter version 11, which is compatible with the Excel template of Java general code generator GO Language Universal Code Generator: Fairchild Early adopter version 11. There are enhancements and bug fixes on the basis of the early adopter version 10, and it supports Chinese comments

Go language general code generator Fairchild releases early adopter version 11, which is compatible with the Excel template of Java general code generator- News Fast Delivery Read More »

VSCode November Java optimization: new functions of suffix completion and Step Into Target – Programmer Sought

The Visual Studio Code team released the Java optimization update for November, which brought new code editing features such as suffix completion and optimized organization imports. Also, the debugger got a nice update with support for a new feature called “Step Into Target”. In addition, some visual enhancements have been made to the Spring components.

VSCode November Java optimization: new functions of suffix completion and Step Into Target – Programmer Sought Read More »

feilong 3.3.6 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.3.6 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.3.6</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.3.6 This upgrade has a total of 8 changes,

feilong 3.3.6 is released, a tool library that makes Java development easier- News Fast Delivery Read More »

feilong 3.3.5 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.3.5 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.3.5</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.3.5 This upgrade has a total of 6 changes,

feilong 3.3.5 is released, a tool library that makes Java development easier- News Fast Delivery Read More »

Is it possible for a Java project to make all code logic hot-deployable? – Personal Space of Platinum Saidong- News Fast Delivery

foreword First of all, let’s clarify what is called hot deployment. Hot deployment is the behavior of automatically updating the class without restarting the java virtual machine, thereby updating the logic of the entire runtime. In the field of java development, hot deployment has always been a difficult problem to solve. The java virtual machine

Is it possible for a Java project to make all code logic hot-deployable? – Personal Space of Platinum Saidong- News Fast Delivery Read More »

SofaRPC v5.9.0 released, ant financial open source Java RPC framework

SOFARPC is a highly scalable, high-performance, production-grade Java RPC framework. Ant Financial SOFARPC has experienced more than ten years and five generations of development. SOFARPC is committed to simplifying RPC calls between applications, providing applications with a convenient, transparent, stable and efficient point-to-point remote service call solution. For the convenience of users and developers, function

SofaRPC v5.9.0 released, ant financial open source Java RPC framework Read More »

In-depth understanding of Java SPI at the source code level – vivo Internet Technology- News Fast Delivery

Author: vivo Internet Server Team – Zhang Peng SPI is a mechanism for dynamically loading services. Its core idea is decoupling, which is a typical microkernel architecture model. SPI is widely used in the Java world, such as Dubbo, Spring Boot and other frameworks. This article starts with the analysis of the source code, and

In-depth understanding of Java SPI at the source code level – vivo Internet Technology- News Fast Delivery Read More »

Developer Report: Java Community Doubles in Size, Blockchain Technology Has a Promising Future- News Fast Delivery – Chinese Open Source Technology Exchange Community

Research firm SlashData recently released a“State of the Developer Nation” 23rd EditionReport, based on data from a survey of more than 26,000 developers in 166 countries between June 2021 and August 2022.The research aims to explore key developer trends for the third quarter of 2022 and beyond, including the tools and programming languages ​​developers are

Developer Report: Java Community Doubles in Size, Blockchain Technology Has a Promising Future- News Fast Delivery – Chinese Open Source Technology Exchange Community Read More »

M-SqlParser: M-SqlParser parses SQL statements and converts them into a hierarchy of Java classes.The resulting hierarchy can be navigated using the Visitor Pattern

Star Rating Growth Timeline Contributor Growth Timeline Overview M-SqlParserParse SQL statements and convert them into a hierarchy of Java classes.The resulting hierarchy can be navigated using the Visitor Pattern 连接,增强 and 可插拔 Is the core concept of M-SqlParser. 连接:Through the flexible adaptation of database protocols, SQL dialects and database storage, quickly connect applications with multi-mode

M-SqlParser: M-SqlParser parses SQL statements and converts them into a hierarchy of Java classes.The resulting hierarchy can be navigated using the Visitor Pattern Read More »

smart-doc 2.6.2 released, Java zero-annotation API documentation generation tool

smart-doc is a tool that supports both java restful api and Apache Dubbo rpc interface document generation. smart-doc subverts the traditional implementation method similar to swagger, which uses a lot of annotations to generate documents. smart-doc is completely based on the analysis of interface source code to generate interface documentation, completely achieving zero intrusion of

smart-doc 2.6.2 released, Java zero-annotation API documentation generation tool Read More »

Java Supernova Open Source Project Solon v1.10.10 Released

A more modern Java application development framework: faster, smaller, and freer. The main frame is only 0.1 MB. Helloworld: @Controller public class App { public static void main(String[] args) { Solon.start(App.class, args); } @Get @WebSocket @Mapping("/hello") public String hello(@Param(de… #Java #Supernova #Open #Source #Project #Solon #v11010 #Released

Java Supernova Open Source Project Solon v1.10.10 Released Read More »