Your current technology stack for Java based projects?

215 views
Skip to first unread message

Sushrut Bidwai

unread,
Feb 27, 2013, 12:00:18 AM2/27/13
to java...@googlegroups.com
Hi,

Can you share current tech stack you are using for Java projects? Even including specific libraries if good. 

Here is mine
  • Tomcat - web server
  • Eclipse - IDE + Dev environment
  • Junit
  • Freemarker
  • Solr
  • MySQL
  • Google Guava - replacement for apache commons, some fuctional idiomsm better collections.
  • JLine - support for developing command line tools. 
  • Jsoup - parsing HTML/XML
Thanks,
SB,

Sushrut Bidwai

unread,
Feb 27, 2013, 12:25:57 AM2/27/13
to java...@googlegroups.com
Forgot to add JDBi - Object - table mapper to the list.

basavara...@gmail.com

unread,
Feb 27, 2013, 10:26:27 PM2/27/13
to java...@googlegroups.com
Hi Sushrut, 

Below is the stack that I generally work on:

Spring MvC
RoR
Guava
MySQL
Junit/TestNG - Spring's test framework libraries
Mocking - Mockito
Jackson
Intellij 12
Tomcat
Deployment - CentOS/Ubuntu
Recently started adding Scala code to java using the Scala maven plugin

Thanks,
Basu

Jeevan Patil

unread,
Feb 28, 2013, 1:14:49 AM2/28/13
to java...@googlegroups.com
Hi Sushrut,

Following is the technology stack currently I am working on : 

Spring
iBatis
REST
Tomcat
JSP, JSTL, jQuery
MySql
Eclipse (STS)
XML
JSON
Ubuntu 12.04
Amazon EC2
apache commons

I have started learning Groovy and Grails a few days back. And want to learn Android too.

Thanks & Best Regards,
Jeevan B. Patil
Clarice Technologies


--
You received this message because you are subscribed to the Google Groups "Java User Group For Pune, India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javapune+u...@googlegroups.com.
To post to this group, send email to java...@googlegroups.com.
Visit this group at http://groups.google.com/group/javapune?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

dexterous

unread,
Jun 12, 2013, 1:04:56 AM6/12/13
to java...@googlegroups.com
A little late to the game, but...

I haven't done a lot of Java for work lately, mostly pleasure; and not much of it has been web, so the stack might seem a little skewed.
  • Groovy
    • tend to go for this before I hunker down with Java proper
  • JUnit + Mockito + Hamcrest
  • TagSoup for HTML parsing
  • GPars for parallelization/concurrency
  • Grails for web dev, if ever
    • and I usually run it on the embedded Jetty
  • Gaelyk for GAE dev
    • though Kunal Dabir's Gide is looking increasingly attractive
  • Gradle for build automation and dependency management
    • via Ivy resolvers usually pointed to Maven Central
- d

Ajay Bansal

unread,
Aug 11, 2013, 11:41:25 PM8/11/13
to java...@googlegroups.com
How about this

HTML + jquery on front end
JSP to load pages and handle session across pages
Tomcat + Spring - Logic
mysql - database

Question : I want to develop it as platform. so should my own application invoke servlets or it should also use REST APIs?

Sushrut Bidwai

unread,
Aug 19, 2013, 5:13:22 AM8/19/13
to java...@googlegroups.com
On Mon, Aug 12, 2013 at 9:11 AM, Ajay Bansal <ajay.b...@gmail.com> wrote:
How about this

HTML + jquery on front end
JSP to load pages and handle session across pages
Tomcat + Spring - Logic
mysql - database

Question : I want to develop it as platform. so should my own application invoke servlets or it should also use REST APIs?

Can you provide more details?
 



On Wednesday, June 12, 2013 10:34:56 AM UTC+5:30, dexterous wrote:
A little late to the game, but...

I haven't done a lot of Java for work lately, mostly pleasure; and not much of it has been web, so the stack might seem a little skewed.
  • Groovy
    • tend to go for this before I hunker down with Java proper
  • JUnit + Mockito + Hamcrest
  • TagSoup for HTML parsing
  • GPars for parallelization/concurrency
  • Grails for web dev, if ever
    • and I usually run it on the embedded Jetty
  • Gaelyk for GAE dev
    • though Kunal Dabir's Gide is looking increasingly attractive
  • Gradle for build automation and dependency management
    • via Ivy resolvers usually pointed to Maven Central
- d

--
You received this message because you are subscribed to a topic in the Google Groups "Java User Group For Pune, India" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/javapune/tHdElOshSKg/unsubscribe.

To unsubscribe from this group and all its topics, send an email to javapune+u...@googlegroups.com.

To post to this group, send email to java...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.



--
Best Regards,
Sushrut

Ashish Belagali (Gmail)

unread,
Aug 19, 2013, 5:46:10 AM8/19/13
to java...@googlegroups.com
Ajay,

The most direct way would be to call servlets. If you are using Spring MVC then it comes with its own servlet which can be called.

You may want to add support to REST API if you want the servlets to support calls from front ends other than the web front end - like, say, a mobile app.

Hope this answers your question.

Regards,
/Ashish


On Mon, Aug 12, 2013 at 9:11 AM, Ajay Bansal <ajay.b...@gmail.com> wrote:

--
You received this message because you are subscribed to the Google Groups "Java User Group For Pune, India" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javapune+u...@googlegroups.com.

To post to this group, send email to java...@googlegroups.com.



--
  Next generation email for businesses - kommbox.com

Reply all
Reply to author
Forward
0 new messages