- Online portal for TeleHealth platform.
This is my online portal for creating usable software programs related, but not limited to, Bioinformatics applications. I will try to write as lucidly as possible but most of it is going to be ramblings (which do make sense, at least to me!) However, if I tend to get too much talking to myself, please point it out in your comments.
Initially, [ I thought of writing a blog and integrate it with my GIT repos. (GIT gives excellent integration with WordPress!) ] <- [ I thought of just maintaining my GIT repos. and participate in discussion using comments and mail] #Thinking Google Wave would have been wonderful but anyways, that ship has already sailed!# But i dropped the idea since, I am going to be working simultaneously on more than one project and the SITE thingy gives finer control and better scalability. So, all the changes committed over GIT will be discussed elaborately here.
I understand most of the developers don't have the functional understanding of biological sciences and vice-versa. I'll give small tutorial kinda things in explaining the biology of the working of the protein structures and try to keep it as not-so-boring [ i'm not a tutor, so I cant really teach A-B-C-D. but i'll give appropriate links to what i say] as possible. For starters: here is a Bio-Based paper explaining various existing servers. And here is a tutorial explaining the underlying maths.
Porting the servlet code into ejb. -> I'll keep posting the modules as I port in GIT. # First I thought of posting the initial servlet code itself and then take help in writing the ejb-s right from scratch. But I guess that would be too lazy and cruel on my part. The project idea is in the Abstract Section.
I was using flat files for persistence. I would like to use MySQL/Postgres. One of the deciding factors is ability (and performance) to store binary data.
Search for a cheap online hosting service.
Porting the relevant Modeller scripts. # I am planning to recode the whole project in java. But I guess I need to take permission from the author and take care of licesing and all. I think it's already open source. but i need to check out.
#may be i'll just skip the whole idea and see if something on those lines can be built from scratch using java or may be #BioJava??? [Never tried it]. <- {the problem with this thing is it is a pretty dormant project, or may be even dead}
Plug in the scripts {as obtained from above} (python/java) into the ejb-app in the most thread safe manner as possible.