文件名称:WebOM:用于 Web 的 Java 对象映射器
文件大小:36KB
文件格式:ZIP
更新时间:2024-07-16 10:41:42
Java
网络管理系统 它将 HTTP 请求映射到 Java 对象,因此您不必自己担心类型转换和空检查。 还支持websockets! 该项目仍在进行中,欢迎提出任何建议,不鼓励在生产环境中使用它。 例子: 初始化 WebOM server = new WebOM ( 5000 , " webom.examples " ); server . setStaticFileLocation( " public " ); server . start(); 只是简单的示例请求处理程序 @Handler ( method = RequestMethod . GET , path = " /hello " ) public class HelloWorld extends HTTPRequestHandler { @Override public Object handle ( Req
【文件预览】:
WebOM-master
----pom.xml(3KB)
----src()
--------webom()
--------Test.java(530B)
----.project(534B)
----.classpath(761B)
----.gitignore(339B)
----public()
--------index.jade(33B)
--------index.html(32B)
--------test.txt(29B)
----README.md(2KB)