Meteor (Application Framework)

Get Started. It's Free
or sign up with your email address
Meteor (Application Framework) by Mind Map: Meteor (Application Framework)

1. My Geistesblitzes

2. Deployment

2.1. no eggs

2.1.1. namespaces

2.2. rollback-enabled

2.3. Backups

3. Conceptual Design

3.1. Phase-Processes

3.1.1. Content-Graph Driven

3.2. Object Publishing

3.3. Web

3.3.1. Offline oriented

3.3.2. Autosave everywhere

3.3.3. Navigation

3.3.3.1. Exclusionary Contexts

3.4. Non-Web

3.4.1. Cocoa / GNUStep

3.4.2. WinForms

3.5. Inspiration

3.5.1. Plone

3.5.1.1. Problem

3.5.1.1.1. cPython is slow with poor concurrency

3.5.1.1.2. Clients hate being forced to learn Python and TAL up front

3.5.1.1.3. base_properties seems to be here to stay

3.5.1.1.4. More than a few extensions and the ui drowns you

3.5.1.1.5. Nebulous Tracebacks

3.5.1.2. Try

3.5.1.2.1. Sticky application context for tb

3.5.1.3. Keep

3.5.1.3.1. Awesome caching integration

3.5.1.3.2. Accessibility

3.5.1.3.3. Filesystem-like admin ui

3.5.2. CPS Inspiration

3.5.3. Zope compatibility

3.5.3.1. TAL

3.5.3.2. ZCA

3.5.3.3. ZCML

3.5.3.4. GS

3.5.3.5. AT

3.5.3.6. OFS

3.5.3.7. CMF

3.5.3.8. DTML

3.5.3.9. PEAK

3.5.4. J2EE

3.5.4.1. Problem

3.5.4.1.1. I don't like Java, and I am not alone.

3.5.4.1.2. Java : CS Grads :: PHP : Self-Taught

3.5.4.2. Try

3.5.4.2.1. Leverage familiarity with patterns.

3.5.4.3. Keep

3.5.4.3.1. WebObjects' editing context

3.5.4.3.2. As much compatibility as possible.

3.5.4.3.3. Something like Beans

3.5.5. Cocoa

3.5.5.1. Problem

3.5.5.1.1. Objective-C

3.5.5.2. Try

3.5.5.3. Keep

3.5.5.3.1. Extension Language Agnostic

3.5.6. Trellis

3.5.7. Twisted

3.5.7.1. Reactors

3.5.7.2. Nevow

3.5.7.2.1. LivePage

3.6. Notifications

3.6.1. CAPTCHA forced on forms enacting notification

3.6.1.1. reCAPTCHA

3.6.2. Generic infrastructure

3.7. Social

3.7.1. Directories

3.7.1.1. Friends

3.7.1.2. Amazon

3.7.1.3. RSS

3.7.1.4. etc..

3.8. CRM

3.8.1. Native capable

3.8.2. External ready

3.8.2.1. SugarCRM

3.8.2.1.1. MySQL

3.8.2.1.2. LDAP

3.8.2.2. SalesForce

4. Cross-Language Extensibility

4.1. Extensibility by language

4.1.1. PHP

4.1.1.1. Zend+LLVM?

4.1.1.2. Phalanger

4.1.1.3. php/Java Bridge

4.1.2. C#

4.1.3. Python

4.1.4. Perl

4.1.5. Nemerle

4.1.6. Boo

4.1.7. ASP

4.1.8. JSP

4.1.9. CFM

4.1.10. FBML

4.1.11. XSL

4.1.12. Ruby

4.1.13. etc..

4.2. Agnostic Superclass

4.2.1. DLR

4.3. Host Environments

4.3.1. JVM

4.3.1.1. JNI

4.3.2. CLR

4.3.2.1. P/Invoke

4.3.3. PyPy

4.3.3.1. ctypes

4.4. Core language(s)

4.4.1. XML

4.4.2. Candidates

4.4.2.1. RPython

4.4.2.2. C#

4.4.2.3. Java

4.4.2.4. bare-metal, e.g. C/D

4.4.2.5. Duby