Calculation with RESTful web service with MySQL database
        Posted  
        
            by Dobby
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dobby
        
        
        
        Published on 2010-04-12T02:58:23Z
        Indexed on 
            2010/04/12
            3:23 UTC
        
        
        Read the original article
        Hit count: 441
        
restful-web-services
|mysql
I am now making some RESTful web services with MySQL database. I used NetBeans to create the resources of RESTful service with MySQL, and now I can now use GET and POST/PUT to list and add/modify data entities in the MySQL server.
Currently, I wish to make some calculations right after a client makes the POST activities, then the posted data with calculated results will be inserted into the MySQL database. I am very new to this, I guess I need to add some functions and call them to calculate but I don't know where and how to do that : (
Could any one help me on this issue? Thanks a lot in advance! : )
© Stack Overflow or respective owner