Drake7707 Posted April 28, 2008 Report Posted April 28, 2008 I've made a parser to parse all *.cs files to *.java files (only the header of the methods though), so i can import the java files in JBuilder or Together and make a class diagram from it (because the vs2008 diagram editor sucks and because it was required in my project for school to make the diagram of asp code in java). Ofourse upon seeing that my frustration of having to port everything back to java (AGAIN, i ported the general structure of the domain model in java to asp before) and having to edit everything 2 times (a change in asp -> a change in the java representation), i couldn't help but write aparser (in vb6 ofcourse) that'll convert the crap automatically. Also all namespaces are translated to packages with the correct directory structure ^^ It might come in handy for those who have C# code and want to make good diagrams of it in java ASPToJava.zip Well that's it!, See you next week with possible yet another program(I might have a programming addiction problem )
»D1st0rt Posted April 28, 2008 Report Posted April 28, 2008 Surely you mean ASP.NET? I've never heard of anyone using C# for regular ASP.
Drake7707 Posted April 28, 2008 Author Report Posted April 28, 2008 *uninformed about website code languages* there is a normal asp ? (also change topic to ASP.NET then , for some reason i often can't edit the posts i make )
Samapico Posted April 29, 2008 Report Posted April 29, 2008 for some reason i often can't edit the posts i make Fixed
Drake7707 Posted April 30, 2008 Author Report Posted April 30, 2008 hm crap, just realised i wrote the text in dutch xD, i'll update it after i made some tweaks
Drake7707 Posted April 30, 2008 Author Report Posted April 30, 2008 Updaaaaaaaaaaaaaate -english text-bug that not all methods were parsed (which caused me to redraw my entire 45min diagram !@#$%^&*it!)-more flexibility for properties (like changing _field; Field for correct view in JBuilder/Together when generating getField() )-meh ASPToJava.zip Bonus file: my domain model of my project of asp (parsed to java and modelled by JBuilder ^^) (that will go on another A2 sheet)
Recommended Posts