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

Applet support #17

Open
Raynes opened this issue May 27, 2011 · 8 comments
Open

Applet support #17

Raynes opened this issue May 27, 2011 · 8 comments

Comments

@Raynes
Copy link
Contributor

Raynes commented May 27, 2011

As I sit here in my chair, approximately 20 minutes after rolling out of bed, the word 'applet' popped into my head. Could be an idea.

@daveray
Copy link
Collaborator

daveray commented May 27, 2011

I've been awake for 9 hours, but this still seems like a fun idea. Adding enough type hints to avoid signing (due to reflection) might be a bit of a task.

@Raynes
Copy link
Contributor Author

Raynes commented May 27, 2011

Yeah. I've written one applet. I nearly hung myself over permission problems.

@daveray
Copy link
Collaborator

daveray commented May 30, 2011

Got a start in 0d576be. Use (defapplet) to handle some of the pain. Still have to AOT and sign the jar though. Still need to build an interesting example, but it seems to work.

@scheibenkaes
Copy link

I was bitten by the very same reflection <-> applet issue yesterday. So it would be definitely a cool feature to have.
If you want I could offer you a hand to get rid of the reflections.

@daveray
Copy link
Collaborator

daveray commented May 31, 2011

By all means, fork it and see what you can do. I kind of hate the idea of spamming up the code with type hints, but if that's what it takes ...

@daveray
Copy link
Collaborator

daveray commented Jun 6, 2011

Oh, and there's an open issue now for reflection discussion or whatever: #23

@Raynes
Copy link
Contributor Author

Raynes commented Dec 5, 2011

Still need a good example for this? If so, I'll see if I can re-cook my webrepl project using it.

@daveray
Copy link
Collaborator

daveray commented Dec 6, 2011

It would be cool to have a real applet example. There are still several outstanding reflection issues I haven't been able to purge (stupid proxy-super), but even a signed applet with the warning would be nice.

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

No branches or pull requests

3 participants