[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.ve] Re: VE questions - .override files

Thank you for your help.

I little more describe what I want to do:
    1) I want to create VE which code is in HTML which describes UI 
components for example SWT components.
    2) Then I want to create Code Generation/Decoding from SWT objects 
hierarchy to HTML source code and vice versa.
    3) When I looked at the architectural overview of the VE I, realized 
that I need to create some decoder classes to do that task.
        But I don't know if its all I need. I certainly need some mapping 
layer from HTML to SWT(view).

    If you can provide me some suggestions where I may start, I will be 
happy.


What concerns of NPE in that tutorial example code it is caused by usage 
java 1.5. And when I use java 1.4 I forgot to clean all workspace projects. 
Now it runs fine.

Thanks in advance
John Cage