Jump to content
SSForum.net is back!

Recommended Posts

Posted

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 blum.gif

 

ASPToJava.zip

 

Well that's it!, See you next week with possible yet another program

(I might have a programming addiction problem ;) )

Posted
Surely you mean ASP.NET? I've never heard of anyone using C# for regular ASP.

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

Posted
yeah its pretty old though

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

Posted

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)

aspDALClassDiagramFull_2.png

Guest
This topic is now closed to further replies.
×
×
  • Create New...