Connection succesful but...

I building a application that use a bluetooth scanner bar code and a
pocket print using JDE. The user shoot a scanner bar code, the
application read the ID product. so far works. But here comes the
interesting, Im using a php in the remote server like web service: the
php code catch the ID product and read the details of this product and
return this details. But I have some doubts, I dont wanna let th source
code in this server, but any person have access to the source code.
Whay other way exists or what way do you recommend me to connect my jde
app to get this info and works the same form, of course, without let
source code in the server?? thanks

Trackback URL for this post:

http://blackberry.developercommunity.com/trackback/341
Blogger

you can simply use the Zend Encode (http://www.zend.com/products/zend_guard) to crypt your code. The source code is not human readable and your software is protect. 

The code is in your server but in secure way...

 

I hope i well understand your question... 

------------------------------------

World domination at least..

Champion
adam's picture

If you're running on BES, you can block the web server port on your external firewall.  The data requests come in to the BES and then it is the BES that requests the data from your web server.  Since the BES is inside your firewall, it should still have no problem getting the data.

 Hope I correctly understood what you were asking.

Thanks for sharing!