So we're mucking around with our homeschooling website, and already I've encountered the potential need to hack together some modules.
I have, on hand, one almost graduated software engineer who is willing to assist, which is great because I suck at anything that has anything to do with programming or scripting beyond layout tweaking. The problem is, the almost graduated software engineer in question isn't particularly interested in picking up php. He's good at java, and has told me that he can achieve the things we want done using java and Tomcat (whatever the latter one is besides a male feline).
So...I was wondering. How hard would it be to implement java tomcat application applet thingamies (so bad with terminology, hopefully someone will vaguely comprehend that sentence) into Drupal? Or at least maybe use php to pull information out of them? I'm guessing I would have to do some fun things with custom modules to be able to either integrate or pull the data. Which I'm hoping is easier than trying to write my own things in php considering it takes me way too long to wrap my brain around this kind of stuff.
Examples of what we want done:
In the user profile forms (which I really want to tweak the layout of, might have to give this CCK thing a go) there is a section for how many kids a user has. There are three fields associated with the kids, a name, a birthdate and a gender. I have a field called "Number of kids" in which I want the user to type how many kids they have (oddly. Say 3). User types the number in, and three sets of kid associated fields come up in a nice grid assuming I can manage something like that: