是否有可能与 ATG(艺术科技集团)合作开发 Android 系统?
有没有可能用ATG技术做一个Android应用程序?我在谷歌上搜索了如何将 ATG 与 android 集成,但我没有得到任何正确的指导。我也搜索了示例源文件,但谷歌中没有可用的。谁能给我推荐一个使用 Android 应用程序访问 ATG 的好教程。
Is it possible to do a Android application with ATG technology. i googled for how to integrate ATG with android but i dint get any proper guidance. I searched for sample source file also but none is available in google. can anyone suggest me a good tutorials for accessing ATG with Android application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
ATG 有一个名为 ATG Mobile 的框架。他们现在已经将其引入 Android 应用程序。他们之前就推出了 iPhone 版本。 TommyHilfiger iPhone 应用程序基于 ATG Mobile 构建。
ATG has this framework called ATG Mobile. They have introduced it for Android applications now. They had it for iPhone earlier. The TommyHilfiger iPhone app is built on ATG Mobile.
我想对此进行更新,是的,可以使用 oracle atg
与安卓。我会给你步骤。
安装 oracle Atg。它预装了 eclipse indigo,所以请确保启用它。我不确定是否包含 android sdk,所以你可以去
到位于 oracle atg 内的 eclipse 市场并安装这个....
Oracle 应该提到这一点,但这是学习编程的最佳方式
android 去spring框架网站,查找关于spring的文档
android 并遵循春天宁静的模式。 oracle atg web commerce 遵循 portlet
模式,但是他们使用 Droplet 而不是 Servlet。这是文档
https://forums.oracle.com/forums/thread.jspa?messageID=10543653
http://docs.oracle .com/cd/E24152_01/Platform.10-1/ATGWSFrameGuide/html/s1301usingrestwebservices01.html
I wanted to give an update on this, yes it is possible to use oracle atg
with android. I will give you the steps.
Install oracle Atg. It comes pre installed with eclipse indigo inside so make sure you enable this. I am not sure if the android sdk is included so you can go
to the eclipse marketplace located inside oracle atg and install this....
Oracle should have mentioned this but the best way to learn about programming
android is going to the spring framework site and find documents about spring
android and follow the spring restful pattern. oracle atg web commerce follows the portlets
pattern however they use droplets instead of servlets. here is documentation
https://forums.oracle.com/forums/thread.jspa?messageID=10543653
http://docs.oracle.com/cd/E24152_01/Platform.10-1/ATGWSFrameGuide/html/s1301usingrestwebservices01.html
ATG 提供了 REST Web 服务框架。您应该使用此框架来调用 ATG 中的服务。 REST Web 服务框架包括一个 Java 客户端库。在 Android 中,您可以将该库包含在 Android 应用程序中以调用 REST 服务。
ATG provides a REST Web Services framework. You should use this framework to invoke services in ATG. The REST Web Services framework includes a Java client library. In Android you would include that library in your Android app to invoke REST services.
ATG 提供了一个REST框架,并且有一些Mobile特定的模块。使用 ATG 的服务可能有点困难。
看一下 Mobile Cube (http://www.deliverycube.com)。这是一个新的框架,更专注于移动客户端应用程序
ATG Provides a REST framework, and has some Mobile-specific modules. It can be a bit difficult to work with ATG's services.
Take a look at Mobile Cube (http://www.deliverycube.com). It is a new framework, and much more focussed towards mobile client applications