tbischo
5th April 2006, 16:40
Hi,
does anyone have experience with connecting a web site to a baan server. I would like to create some web pages for the customer information, e.g. order status, or sales functions in the next step.
Is there a chance to connect to the baan backend server? What about using Java? Or Webservices?
At the moment we are running the old baan esales system. We want to change to an open platform website, so I think the old bois are not going to run anymore.
I have got the examples for Java Code, but they are not running at our system. We do have bck, but I dont know how to use it.
Any ideas welcome!!!!
Thanks, Thomas
NPRao
5th April 2006, 22:05
Open World seems to be a good solution for this situation.
Also refer to the link - Java VM integration - Baan Tools 3GL (http://www.baanboard.com/programmers_manual_baanerp_help_functions_javavm_overview)
Han Brinkman
6th April 2006, 13:07
Why not use webtop?
Basicly you can use all your knowledge that you probably allready have about baan (developing). With webtop you can access baan via a browser. Create some simple sessions that deliver the information you need, build a menu assign it to the user -> ready?
Rgrds,
Han
tbischo
6th April 2006, 16:43
@Han
Thanks for your Information. Do you think it is possible to embed webtop sites to other websites? I need to connect from the web to baan for our customers.
@NPRao
Yes, we know Openworld from another project 2 years ago, I can remember that it is really hard to use, isn't it. I don't know the new version, only the pretty old one. And we are looking for something like freeware...
Thomas
NPRao
6th April 2006, 19:48
And we are looking for something like freeware...
I am not sure if sockets work in your Baan Version. Refer to the link - Interprocess communication (cross-platform) overview (http://www.baanboard.com/programmers_manual_baanerp_help_functions_interprocess_communication_cross_platform_overview) for more information. You can write some socket programs listening on certain ports and the external programs can read/write at that port.
Note - Sockets are not supported in all the BaaN versions. You have to test the latest OW software compatible for your BaaN version.
Han Brinkman
7th April 2006, 13:16
Guess you can embed webtop in another screen. However you probably want to use the full screen/new window because of all the data. (Menu and application are in one window)
Furthermore webtop on IVc is not for free (as far as I know).
Regards,
Han
veyant
7th April 2006, 15:03
Hi,
Which Database are u using as backend for baan.
why don't u go for web development in Java and then what ever info u need you can connect to backend thru JDBC and fetch info from baan on the web pages.
i woked on one same scenario where the e catalog was java based web pages and for placing orders or tracing their order status or other payment related details, JDBC connectivity was done and then info was fetched from Baan and was displayed on website.
Sandy
avpatil
7th April 2006, 23:40
Hi,
I have worked with tool developed from Fullscope. It allows to call Baan DLL from their ERP adpater (which is Java based). One can also write Baan SQL statement and it will nto use any Baan License. Its a pretty nice tool. I woukd prefer to Open world an day. I think OPen world will consume Baan License.