_

_


Warning: get_object_vars() expects parameter 1 to be object, null given in /var/www/components/com_community/libraries/core.php on line 620
Group Information
Category:
Name:
Tech Developers Corner
Description:
Resources for our technical developers.
Created:
Friday, 19 February 2010

Group News

Thursday, 21 April 2011 by Paul Yang

 

Dear All,

 

   We've got the domain name, mlp-fes2.mit.edu and mlp-bes2.mit.edu, registered at MIT DNS. You can access your service by using domain name directly without changing it to the IP address.

 

   When helping MobileClyk team debugging their service, I found that you may bump into the same database access issue for your services deployed on the backend app server. Here is the solution to make DB access simpler - change the hostname of the database to mlp-bes2.mit.edu.

 

   The hostname, mlp-bes2.mit.edu, would be converted into its private IP address, when your application is deployed on the m-Logisitcs Platform. It would be coverted to it public IP address,18.172.2.23, when been deployed on other app servers on the Internet. In this way, your app on the mlp app server can access the local db server directly without going through the frontend server, which owns the public IP address.

 

   Hope this helps. Feel free to contact me if you have any questions.

 

Best regards,

Paul

  

Monday, 28 March 2011 by Paul Yang
Thursday, 17 March 2011 by Paul Yang

Discussion

Started by Fernando. Last replied by Ana Luisa Santos on Thursday, 08 April 2010
Started by Anup Sawant. Last replied by Ana Luisa Santos on Tuesday, 23 March 2010
Started by Fernando. Last replied by Miguel Ugalde Garcia on Tuesday, 23 March 2010
Started by Anup Sawant. Last replied by Ana Luisa Santos on Friday, 19 February 2010

Videos

Diego Alberto Rincón Yáñez, 2011-05-10 11:19:44
Diego Alberto Rincón Yáñez
Check the Google Android conference rigth now http://www.youtube.com/user/GoogleDevelopers
 
Camilo Salazar Paris, 2011-02-03 07:55:41
Camilo Salazar Paris
If you want to know on a better way the Android OS i recommend you to go to the youtube channel http://www.youtube.com/android where you are goign to find everything about it.
 
Mark Lessey, 2010-04-08 00:22:45
Mark Lessey
Hi Fernando/Ana/Paul,

In order to generate and manipulate barcode images, we need to have the support of the GD image library installed with PHP. See http://www.php.net/manual/en/book.image.php. I have checked the phpinfo page and have not found a reference to the required support, so could you check on this?

Specifically, Trakken would prefer to be able to generate JPEG images, as the image quality can be controlled. We may have use for the Exif extension, but are not quite sure at this time. Thanks for your help on this, guys!

Mark.
 
Mark Lessey, 2010-03-18 21:03:15
Mark Lessey
Thanks Fernando. We'll be in touch.

Mark.
 
Fernando, 2010-03-17 19:42:58
Fernando
You can find wsdl2php.php and php2wsdl.php under '/wsf_c/scripts', you have to execute php to run these files i.e. [shell> php /wsf_c/scripts/wsdl2php.php <wsdlfile>]

wsdl2java.sh and java2wsdl can be found under '/opt/wso2wsas-3.1.3/bin', note these are batch files i.e. [shell> ./opt/wso2wsas-3.1.3/bin/wsdl2java.sh <wsdlfile>]

I am reflecting this information into the service deployment guide.
Regards,
Fernando.

 
Fernando, 2010-03-16 18:25:17
Fernando
The service development guide and package required to run it are now on http://www.cloudmaestro.appspot.com/
 
Mark Lessey, 2010-03-16 15:44:16
Mark Lessey
Hi all,

I was just wondering about the availability of the service deployment guide for PHP and JAVA. Is it going to be available this week? Thanks much.

Mark.
 
Fernando, 2010-03-05 23:48:12
Fernando
Hey developers,

Just want to let you know I uploaded a draft of the WS framework setup and the common programming guidelines for developing WS, we should agree on the latter, so just let me know if there's something you consider to change.

Notice that for naming web services you should start with your team's initials but for your first assignment it should be your name's.

http://nextlab.mit.edu/index.php?option=com_projectfork&section=filemanager&dir=0&task=task_download&id=23&527e685693c6e0df8203ec7fe151a34c=1&workspace=4&Itemid=9

Regards,
Fernando.