英文:
I can't integrate javafx with spring
问题
我有一个完全使用JavaFX和Hibernate构建的应用程序,我的问题是关于事务的管理,我通过使用Spring框架找到了解决方案。我在谷歌上搜索了集成JavaFX和Spring的方法,发现有一种较复杂的方法,是否有一种简单的方法?
英文:
i have an fully application build with javafx and hibernate and my problem is
The manage of transactions ,i found the solution by using spring framework i search in google a way to integrate javafx and spring i found a hard way there is a simple way?
答案1
得分: 1
是的,有一种简单的方法可以在Spring中集成JavaFX。
它与FxWeaver非常配合得很好:
https://rgielen.net/posts/2019/creating-a-spring-boot-javafx-application-with-fxweaver/
作者:René
英文:
Yes, there is a simple way to integrate JavaFX in Spring.
It works just great with FxWeaver:
https://rgielen.net/posts/2019/creating-a-spring-boot-javafx-application-with-fxweaver/
by René
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论