Hi Fengchun - these are not problems you are describing, but features in your JCS specification.
It might be useful to us if you described the problems you had that led to the creation of these features, in order to better understand why they now exist. Thanks :-) On Wed, Jan 30, 2013 at 12:25 PM, <[email protected]> wrote: > Mainly to solve the following problems: > 1. An unified minimum core class system, namespace is JS. Avoid everyone > write their own "JDK core". > 2. Encourage full OO programming. The function style shouldn't be used in > open JS class libraries. > 3. Has the most fine-grained file loader. There is no so-called "module", > there is only "package and class"; no module-loader, just has class-loader. > You can define your loader for loading class files instead of the > default loader. > 4. Mutil-classloader allows load multiple versions of the same name class. > Ext has only one class loader. > > If you have already defined class but order to use commonJS, you still > need to define the module's exports and imports. JCS does not require you > to do so, define classes and class dependencies, load class, everything is > very clean. > > I trying more functions: > 1. Loading packaged file which classes be defined by JCS specification. > 2. Loading packaged file which classes be not defined by JCS specification. > > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
