언어 설정

Menu
Sites
Language
Is Porting Web-server to TIZEN available?

Hi, i'm a S/W engineer works in Korea.

I and My team about to implement the nested web server and appropriate client to TIZEN.

 

 - Web server implented with Java and Node.js

 - Web server uses MYSQL.

 

Before we take into action, we want to know some TIZEN environment. The Questions are in below.

 

1. Does TIZEN supports the apache web server, tomcat and nginx stuffs

    or should i port it to TIZEN core lib. if we want to port our solutions?

2. Does the tizen supports MYSQL or SQLite? (I googled about TIZEN MYSQL but only can find SQLite)

 

 

Your sicerely,

Thanks.

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 댓글
Tizen is a normal ARM Linux.
Dev
Sure? He is asking about mobile flavour and the Mobile Profile on actual devices shall be constrained according to this document https://source.tizen.org/compliance/compliance-specification. For example there's predefined application lifecycle, packaging, mandatory existence use of the bada APIs (OSP) as well as requirement to pack various web technologies, mixed with specific security layers and web runtime, and all that tightly integrated. So e.g. a 'normal ARM Linux' is much wider term than what Tizen specifically defines by its constraints. In terms of supporting existing applications I would say you need to port or rewrite your software rather than installing missing dependencies on Tizen. You can do that probably but that won't be Tizen, I guess you'd not have rights to use the name.
Brian Hong
Dear DEV, Thanks for summarizing shortly. As you mentioned in above, i rather find the way to rewrite our S/W to decrease dependencies to other modules. And finally, i got the minimal dependencies like in below. - Need to install NPM package. ( I decide to change all the parts in our server to node.js ) - Need to install dependency set NPM package needs. ( V8 javascript engine etc... ) - Needs MySQL but can resolve it changing all MySQL part to SQLite. So, i want to ask a simple question in below. - Is there any plan for TIZEN team to add npm packages? Sincerely.