Scriptcase php integration

Hello,

it has been 10 years since I last used scriptcase.

Has Scriptcase 9 the option to run applications within another CMS?

I am using Joomla 3.x and I can inject PHP code inside my pages. Actually I would like to integrate scriptcase using PHP (like a module), rather then linking a menu item.

I have looked at blank apllication, but there is not much information about integration.

Can I inject e.g. a scriptcase CRUD table with inline editing inside Joomla without JScriptcase (which might be deprecated) and just PHP?

Anybody has an example?

I would join SC again, if this can be done.

I have checked the docs and I found this…

Can the applications generated by ScriptCase be published / deployed / exported to another WEB-Server, independent from ScriptCase?

Yes, the generated php source code is completely independent from ScriptCase, all you need is a WEB server that allows you work with PHP.

Question: does that mean, we can actually inject the php code inside another page and display scriptcase widgets without using iframe???

Where can I find a tutorial or else on this?