Java持久层框架 restSQL

码农软件 · 软件分类 · REST/RESTful项目 · 2019-03-11 15:27:59

软件介绍

restSQL 是一个超轻量级的数据访问层,专为 HTTP 客户端提供,同时也是一个持久层框架,可嵌入任何 Java 应用。

restSQL 是:

  • an SQL generator with Java and HTTP APIs
  • uses a simple RESTful HTTP API with XML or JSON serialization
  • presents flat or hierarchical views of relational database tables
  • organizes access through query-able and updatable database views called SQL Resources
  • offers declarative and plugin mechanisms for implementing domain constraints and business logic
  • a JEE web application or a Java library
  • platform, JEE container and database agnostic

restSQL 不是:

  • an HTTP to JDBC/ODBC bridge that tunnels SQL over HTTP
  • an Object-Relational Mapping tool (ORM) that maps tables to objects
  • a database or a data storage engine
  • a sophisticated query or report generator
  • an OLAP-style cube or data warehousing engine

用途:

  • basic CRUD (Create-Read-Update-Delete) access to relational databases
  • a database abstraction layer
  • a lighter-weight alternative to ORM (e.g. ADO or EJB)
  • a lighter-weight alternative to WSDL/SOAP

本文地址:https://codercto.com/soft/d/1119.html

第一行代码:Android(第2版)

第一行代码:Android(第2版)

郭霖 / 人民邮电出版社 / 2016-12-1 / CNY 79.00

本书被广大Android 开发者誉为“Android 学习第一书”。全书系统全面、循序渐进地介绍了Android软件开发的必备知识、经验和技巧。 第2版基于Android 7.0 对第1 版进行了全面更新,将所有知识点都在最新的Android 系统上进行重新适配,使用 全新的Android Studio 开发工具代替之前的Eclipse,并添加了对Material Design、运行时权限、......一起来看看 《第一行代码:Android(第2版)》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具