I am writting an application that autogenerated开发者_运维技巧 the data input UI from a java bean.
I am working on some code using the EMF framework in Java, but it is really hard to use, e.g. I cannot implement OCL-like query API on top of EMF which would be type-safe.
Small preamble. I was good java developer on 1.4 jdk. After it I have switched to another platforms, but here I come with problem so question is strongly about jdk 1.6 (or higher :) ). I have 3 couple
Do you use a code generato开发者_StackOverflow中文版r for WPF/XAML? If so, in what capacity? Is it 3rd party/in-house?i know that XAML power toys got some code generation but i don\'t know what it doe
I need to create a big array in my code, I have the values in several tables (for easy management). I select it and now I have all the values in an array, in memory in the way I want. My problem, I ne
i want to generate code for .net n-tier appl开发者_开发知识库ication. or 3-tier application. so which tool is more useful.
My newest project that I\'m loo开发者_如何学运维king to build with PHP (likely CodeIgniter) would require some sort of system that would allow a user to drag and drop pre-defined functions/methods int
i would like to learn how to make PHP/CSS syntax generator. i assume this going to be fun and all. Is there any open source PHP/CSS syntax generator ?
Can anyone show me a way of converting SQL Server data-types (varchar for example) to .Net data-types (String for example). I\'m assuming that automatic conversion is not possible?
I\'m developing an Eclipse plug-in and I\'d like to insert c开发者_JAVA技巧ode automatically... sort of create a sample application automatically when the user presses a button. How can I go about it