form-generator

PHP Form Generator

How would I generate parts of a form using PHP? I would like to make a form that allowed the user to enter a date through drop-down menus of month, day, and year respectively without typing every single option of the menu, how would I automatically do so with PHP? For example, how would I generate the days 1-31 for January, 1-28 for Fe...

Any form generator(from annotated javabeans) for swing?

I've seen several form generators(swing, web etc from javabeans) but cannot find them again. Help me with links please. PS generator is not designer, generator - generates ui semi-automatically, no drawing is needed PPS I have finally found them nakedobjects jmatter metawidget if you know more please comment ...

how to get parameter names of a method/operation from a wsdl file

I'm trying to develop a form generator from a given wsdl file in java. Here is a post about the project: http://stackoverflow.com/questions/1972110/java-form-generator-from-a-given-wsdl-file I could read operation names from wsdl file, and their bindings, but I need to get the parameters or arguments of a given operation from the wsdl ...