foundrycf / fpm

a package manager for foundry
http://fpmcf.org/
4 stars 2 forks source link

Need a nice easy way to include java classes into our apps #10

Open jfrux opened 11 years ago

jfrux commented 11 years ago

making a nice clean implementation of javaloader and download them using fpm and inject them into an app with require() maybe? real simple way of doing it... and make it efficient too...

russplaysguitar commented 11 years ago

ooh, sounds nice. maybe start with using javaloader before trying to refactor it?

jfrux commented 11 years ago

Should have reworded that, I just meant use java loader

Sent from my iPhone

On Oct 6, 2012, at 2:19 PM, Russ notifications@github.com wrote:

ooh, sounds nice. maybe start with using javaloader before trying to refactor it?

— Reply to this email directly or view it on GitHubhttps://github.com/foundrycf/fpm/issues/10#issuecomment-9200781.

russplaysguitar commented 11 years ago

Ah cool. How would require differentiate between java classes and cfcs? Would it try to load the cfc first then failover to the java class? Or would you specify java like: require("something", "java");?

jfrux commented 11 years ago

Probably would need to be packaged with a foundry.json which would have a main property pointing to the jar

Sent from my iPhone

On Oct 6, 2012, at 3:54 PM, Russ notifications@github.com wrote:

Ah cool. How would require differentiate between java classes and cfcs? Would it try to load the cfc first then failover to the java class? Or would you specify java like: require("something", "java");?

— Reply to this email directly or view it on GitHubhttps://github.com/foundrycf/fpm/issues/10#issuecomment-9201724.