作者:85中互动_715 | 来源:互联网 | 2023-09-16 13:56
HereswhatIwanttodo.Iwanttostorecodeobjectsinmyhibernatedrivenjavaswingapplication
Here's what I want to do. I want to store code objects in my hibernate driven java swing application. I want to allow the user to create code objects that can affect the data with a limited scope, like in a function with only access to members of that member's class. I'd even really like to have a full on little ide (though scaled down with all the irrelevencies hidden) in there which would allow auto-completion and have a button to compile and check, then have all that wrapped so I can drop the thing in my database and schedule it's execution.
这就是我想要做的。我想在我的hibernate驱动的java swing应用程序中存储代码对象。我想允许用户创建可以在有限范围内影响数据的代码对象,例如只能访问该成员类成员的函数。我甚至真的希望在那里有一个完整的小ide(虽然缩小了所有隐藏的无意义),这将允许自动完成并有一个按钮进行编译和检查,然后将所有这些包裹起来,这样我就可以放弃在我的数据库中的事情并安排它的执行。
Anyone have a good idea, know a good component or way to use eclipse or some such to accomplish this without having a roll out a solution myself?
任何人都有一个好主意,知道一个好的组件或方式使用eclipse或其他一些这样做,而不是自己推出一个解决方案吗?
2 个解决方案