- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
eclipse-maven-tomcat
项目(包含html/css, jquery, javascript
)将使用公开的 web 服务 url(使用 json/xml) 并与数据库交互。数据库持久层和 Web 框架 (spring
) 等模块是另一个暴露 Web 服务的项目的一部分。
将使用上面提到的technologies将跟随 headless 网站/decoupled architecture ?
最佳答案
引用 this answer :
A "Headless Architecture" is a buzz phrase in the software development community pertaining generally to web applications describing an approach which splits the code base cleanly between server side (e.g. REST webs services) code which defines data and business logic from client side (e.g. JavaScript) code which invokes the logic and renders the data and typically as part of an MVC pattern.
所以当然您可以在单独的项目中使用前端的 HTML/CSS/JS 和后端的 Spring 来实现它。
Eclipse、Tomcat 或 Maven 与问题完全正交。
关于java - 使用动态 Web 项目 Eclipse 的解耦架构方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41938300/
我是一名优秀的程序员,十分优秀!