CRUD 模式 JSF

发布于 2024-09-16 11:33:01 字数 135 浏览 1 评论 0原文

我的教育任务是创建一个使用 JSF 框架在 java 中实现 CRUD 模式 的应用程序。 有没有人帮我解释一下java中的CRUD模式及其示例代码(CRUD模式代码).. 非常感谢大家。

i have a task of education to create an aplication that implement CRUD pattern in java with JSF framework..
is there any one help me to explain about CRUD pattern in java and example code of that (CRUD pattern code)..
Thank you very much for all.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

忘东忘西忘不掉你 2024-09-23 11:33:01

此处是来自 NetBeans 的 JSF 1.2 完整教程。
这里是来自 IBM 的一个。

Here is complete tutorial from NetBeans for JSF 1.2.
Here is one from IBM.

花想c 2024-09-23 11:33:01

关于 JSF 的教程非常好,并且谈论 CRUD 是 CREATE、RETRIEVE、UPDATE、DELETE 的缩写。

我认为他们需要一个简单的应用程序,您可以在其中询问表单中的数据,然后将其插入数据库。然后您可以删除、检索或修改它。

我希望这有帮助。

http://en.wikipedia.org/wiki/Create,_read,_update_and_delete

http://java.dzone.com/articles/conversational-crud-java-ee-6?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby %2Ffrontpage+%28Javalobby+%2F+Java+Zone%29

the tutorials about JSF you´ve got are very good, and talking about CRUD is the acronym for CREATE, RETRIEVE, UPDATE, DELETE.

I think they´re asking for a simple application where you can ask data in a form, and then insert it at DB. Then you can delete it, retrieve it or modify it.

I hope this helps.

http://en.wikipedia.org/wiki/Create,_read,_update_and_delete

http://java.dzone.com/articles/conversational-crud-java-ee-6?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby%2Ffrontpage+%28Javalobby+%2F+Java+Zone%29

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文