언어 설정

Menu
Sites
Language
How does API work?

While I am studying about developing web application, I was curious about how the web api works. 

I looked up "review.tizen" to find out the source of api, and I realized that all of the framework is based on c or cpp. I actually knew or guessed that but I couldn't find any file that is "defining" to connect with javascript function. (Like when we develop device drive, we use file_operations.)

 I am very begginer for tizen and just student but can anyone tell me that how this works ? 

 

ps. sorry for my English if my sentences don't make sense.

Responses

2 댓글
keeduck kim

hi heewon hwang,

glad to hear that you're interested in tizen, especially for web api. :)

here's a brief introduction to javascript binding.

 

http://www.programering.com/a/MDOzAjMwATQ.html

 

i think you can get more about javascript binding on webkit.org, and many of other web site also.

i hope that it would help you finding fantastic tizen world. :)

 

regards,

duck

Heewon Hwang

 Thank you so much. I read the web page and looked up many site about idl and it really helps me alot for understanding how api works. And I started to want to see the idl file for tizen web api, so, I looked up review.tizen.org. I found idl files from webkit-efl project. But I couldn't find idl file of tizen device API or ETC. And from sample project of web application I found some files that contains source code about, it seems to be, api.

http://sincenwhile.tistory.com/entry/sample-%EC%BD%94%EB%93%9C%EC%97%90%EC%84%9C-%EB%B0%9C%EA%B2%AC%ED%95%9C-%EC%86%8C%EC%8A%A4%EB%93%A4

can you tell me where can I find actual idl file for any device api ?