Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Web framework....
Web framework.... [message #34497] Fri, 25 November 2011 21:37 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
So, the next big thing is web framework.

Here are some thoughts:

- primary inspiration Django
- clean URLs, view=function bind to view, templates have special language
- we will have more rich language for templates (Django templates sometimes too primitive for the task - first hand info from web designers:)

- other interesting frameworks to check: RoR
- for C++ CppCMS, TnTNet (but we will "JIT" compile templates, more practical in team development).

- we will attempt to enrich the thing by designing forms using regular Layout designer - should be quite possible...

- primary external interface - http (and either use 'naked' or with apache with mod_proxy)

- preferred multithreaded apps (single process, many threads to serve connections) - advantage is to store some common cached data; alternative is preforked processes

Please feel free to comment, request, suggest...

...to be continued
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Development ToDo finalized
Next Topic: U++ needs sockets examples and documentation
Goto Forum:
  


Current Time: Sun Apr 28 15:28:14 CEST 2024

Total time taken to generate the page: 0.04528 seconds