Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jfrux opened this issue Oct 6, 2012 · 4 comments
Open

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

jfrux opened this issue Oct 6, 2012 · 4 comments

Comments

@jfrux
Copy link
Contributor

jfrux commented Oct 6, 2012

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
Copy link
Member

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

@jfrux
Copy link
Contributor Author

jfrux commented Oct 6, 2012

Should have reworded that, I just meant use java loader

Sent from my iPhone

On Oct 6, 2012, at 2:19 PM, Russ [email protected] 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//issues/10#issuecomment-9200781.

@russplaysguitar
Copy link
Member

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
Copy link
Contributor Author

jfrux commented Oct 6, 2012

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 [email protected] 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//issues/10#issuecomment-9201724.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants