It looks like you're using an Ad Blocker.

Please white-list or disable AboveTopSecret.com in your ad-blocking tool.

Thank you.

 

Some features of ATS will be disabled while you continue to use an ad-blocker.

 

Java program help~

page: 1
1

log in

join
share:

posted on Dec, 2 2014 @ 06:32 PM
link   
I'm looking for a program/software that does at least 80% of a java web project template (ie: generates 80% of the code we use in almost every project. Basically a code generator).

I'm looking for some software that you insert a bunch of metadata and it generates a "slug" containing roughly 80% of a working solution. That way we as developers can simply focus on solving the "custom" piece of the project.

Like generating the structure that everything else connects too.

The only requirements is
1) must work with "tomcat"
2) must work with "postgres"
3) must work with "MySQL"
4) must work with "db2"

Additionally:
If it uses "spring", "hibernate", and "maven" those would be good too.

My bonus depends on this. If you can offer me assistance, and it checks out (in time), I'll make it worth your while. Thanks.

If you need more details let me know.

Legend
edit on 12/2/2014 by TheLegend because: (no reason given)



posted on Dec, 2 2014 @ 09:25 PM
link   
a reply to: TheLegend

Honestly I don't think there is an all-inclusive option here. ( I signed up to answer this post )

I would take a look at jruby-on-rails it can generate web pages link them and create a slug based on metadata I believe. You can also write libraries in java, include java code, & link to jars.

There are other web frameworks but I'm not really sure how mature they are and if there ready for production.

Here's a link that talks about java web frameworks.

zeroturnaround.com...

Thanks,
Kozuka

edit on 2-12-2014 by Kozuka because: (no reason given)



posted on Dec, 2 2014 @ 09:56 PM
link   
a reply to: Kozuka

Thx for reply. I'll check out the link and other info.

Here is an example of a software that does something similar to what I need.

Ebase

But the reason I can't use that one is because it does not work with "tomcat".
edit on 12/2/2014 by TheLegend because: (no reason given)



posted on Dec, 2 2014 @ 10:15 PM
link   
jruby on rails has tomcat

thenice.tumblr.com...



new topics

top topics
 
1

log in

join