This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / Design Web Page for embedded PowerPC processor on Green Hills RTOS. 1) RTOS can provide web server function; 2) I only need to develop web page on it; 3) which tool or language should I choose?4) any free or low cost compiler could I use for debug web page applications? Thank you vermuch!
-sdrrcs(Bob);
2009-3-3
{96}
(#5088653@0)
-
you may interested in some light-weight webservers suach as boa and lighttpd with script language lua and embedded database sqlite.
-qwertyasd(东北人);
2009-3-3
(#5088808@0)
-
It seems the Green Hill RTOS includes a web server. What LZ should use really depends on what is in the RTOS package the company purchased. Base on its web page, it supports C/C++ etc...
-duoshaosuanshao(不多也);
2009-3-3
(#5088851@0)
-
so LZ does not have chance to choose. Everything is in the Green Hills RTOS package.
-qwertyasd(东北人);
2009-3-3
(#5089062@0)
-
Since the its Embedded Web Server Toolkits supports java, I assume LZ can use JSP and java servlets.
-deep_blue(BLUE);
2009-3-3
(#5089150@0)
-
Thank you all. The web server is ready. I only need to design web page for GUI control purpose.
-sdrrcs(Bob);
2009-3-3
(#5090199@0)
-
So web desige is independent of RTOS and Web Server. It follows CGI.
-sdrrcs(Bob);
2009-3-3
(#5090209@0)
-
I'm not java guy. AFAIK, there are many java IDEs. Eclipse is one of them. However, you should check which java version is in your system.
-deep_blue(BLUE);
2009-3-4
(#5091210@0)