关于PowerBuilder .net应用程序的问题
我有一个关于将 PowerBuilder 应用程序迁移到 PowerBuilder .net 应用程序的问题。当应用程序转换为 asp.net 时,它是否只是为 Web 创建某种接口,并且仍然在后端使用 PowerBuilder 应用程序?或者它是否创建了完全独立的应用程序? 谢谢。
I have a question about migration of PowerBuilder application to PowerBuilder .net application. When an application is converted to asp.net, does it just create some kind of interface for the web and still uses the PowerBuilder application at backend? or does it creates totally independent application?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以,肯定存在一些混乱。截至目前(PB 12.0),还没有所谓的 PowerBuilder.NET 的 Web 部署。 PowerBuilder Classic 有一个 WebForms 部署,并且不涉及迁移。您的 PB WebForms 应用程序将在服务器上运行 PowerBuilder 代码,该代码将生成 UI 和其他(最小)前端逻辑,IIS 将其发送到浏览器。您的大量代码(所有 PowerScript)将作为回发在服务器上运行,并将使用 PowerBuilder VM(实际上是 VM 的 .NET 版本)。
祝你好运,
特里。
So, there's definitely some confusion. As of the moment (PB 12.0), there is no web deployment from what is known as PowerBuilder.NET. There is a WebForms deployment from PowerBuilder Classic, and it does not involve a migration. Your PB WebForms application will be running PowerBuilder code on the server, which will be generating the UI and other (minimal) front end logic which IIS will send to the browser. A good deal of your code (all your PowerScript) will be run on the server as post-backs, and will be using the PowerBuilder VM (actually, the .NET version of the VM).
Good luck,
Terry.