My favorites | Sign in
Project Logo
                
Search
for
Updated Aug 03, 2008 by mdukielska
Labels: Phase-Implementation
todo  
TODO list note: this list is no longer used

Wakacje

DONE 31-07-2007

DONE 01-08-2007

DONE 09-08-2007

Rozwiazanie: Przed ustawieniem codebase trzeba ustawic SecurityManager'a i java.security.policy.

public class Producer {
    
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        
        System.setProperty("java.security.policy", "policy.all");
        if (System.getSecurityManager() == null) {
            System.setSecurityManager(new RMISecurityManager());
        }
        /*
        // this did not help
        try {
            new ClassFileServer(2001, "f:\\JavaSpacesExamples\\build\\classes\\");
        } catch (IOException ex) {
            System.out.println("Unable to start ClassServer: " + ex.getMessage());
            ex.printStackTrace();
        }*/
        System.setProperty("java.rmi.server.codebase", "file:///f:/JavaSpacesExamples/build/classes/");
        
        Lookup finder = new Lookup(JavaSpace.class);
        JavaSpace space = (JavaSpace) finder.getService();
        (...)

DONE 13-08-2007

DONE 08-09-2007 ZRH

DONE 16-09-2007 ZRH

DONE 20-09-2007 ZRH

DONE 23-09-2007 ZRH

DONE 07-10-2007 ZRH

DONE 13-10-2007 ZRH

DONE 11-11-2007 BRW

DONE 16-11-2007 WAW

DONE 17-11-2007 WAW

DONE 19-11-2007 WAW

DONE 06-12-2007 WAW

DONE 13-12-2007 WAW

DONE 14-12-2007 WAW

DONE 15-12-2007 BRW

DONE 16-12-2007 BRW

DONE 20-12-2007 WAW

DONE 23-12-2007 BRW

DONE 06-01-2008 WAW

DONE 07-01-2008 WAW

DONE 09-01-2008 WAW

DONE 12-01-2008 BRW

DONE 14-01-2008 WAW

DONE 15-01-2008 WAW

DONE 17-01-2008 WAW

DONE 25-01-2008 WAW

DONE 27-01-2008 WAW

DONE 31-01-2008 WAW

DONE 01-02-2008 WAW

DONE 02-02-2008 WAW

DONE 04-02-2008 WAW

DONE 06-02-2008 BRW

DONE 08-02-2008 BRW

DONE 09-02-2008 BRW

DONE 11-02-2008 WAW

DONE 12-02-2008 WAW

DONE 14-02-2008 WAW

DONE 15-02-2008 WAW

DONE 16-02-2008 WAW

DONE 17-02-2008 WAW

DONE 19-02-2008 WAW

DONE 21-02-2008 WAW

DONE 23-02-2008 BRW

DONE 27-02-2008 WAW

DONE 29-02-2008 WAW

DONE 09-03-2008 WAW

DONE 13-03-2008 WAW

DONE 16-03-2008 WAW

koniec marca - kwiecien to pisanie pracy magisterskiej

DONE 02-04-2008 WAW

DONE 03-04-2008 WAW

prace zwiazane z Netbeans Innovators Grant sa opisane na stronie grant

DONE 18-05-2008 BRW

NOT DONE

WILL NOT BE DONE

Do przejrzenia

Dalej (just ideas already implemented in a big part)



Sign in to add a comment
Hosted by Google Code