JDiy framework and javaWeb website building platform v2.6.1 update instructions:
Dao adds a method getConn() to obtain the Connection object of the database, allowing users to directly use native JDBC (such as calling stored procedures, etc.);
Fixed the bug that the uploaded pictures could not be saved when adding information in MSSQL database environment;
Fixed the bug that in MSSQL database environment, the ID of the newly added record cannot be obtained immediately after saving the auto-incremented primary key table.
Optimize JDiyRequest's InputStream (allowing the use of third-party upload components).
Fixed the bug where the console would report an error after the connection in the database connection pool failed (but it did not affect the use); fixed the bug where inaccurate count of the connection pool caused a false alarm that the connection reached the upper limit.
JDiy rapid development framework :
JDiy is an ultra-lightweight Java speed development framework with a built-in website building platform (no need to write code to generate a backend management interface). With JDiy, you no longer need to fiddle with other huge frameworks (such as SSH)
JDiy supports both javaEE/WEB and javaSE development environments
JDiy uses localized Locale, Chinese display logs and error message output, which greatly facilitates the development of friends who are not good at English.
JDiy supports Action/MVC and a variety of databases such as: MySQL, SQLServer, Oracle, Db2, PostgreSQL, SQLite, etc.
JDiy comes with commonly used tools, such as file reading and writing, URL address resource request and capture, email sending, image scaling/watermarking, etc.