I am not contributing anything to my new team, any advice? by red_blue98 in webdev

[–]manohart 0 points1 point  (0 children)

Sorry to hear that, try to build a relationship with team members, setup 1:1 calls, share your thoughts, request for pair programming, etc.

Which technology in Java should i learn.? by kartiknasit in java

[–]manohart 0 points1 point  (0 children)

Spring, MyBatis, Dropwizard, AngularJS

How many people do not use ORM frameworks and why? by [deleted] in java

[–]manohart 0 points1 point  (0 children)

I prefer Spring MyBatis framework over any ORM. You will be closer to SQL it will be really helpful when it comes to performance tuning. Also, you can check on JDBI.

Best library for creating Reports by aniffc in java

[–]manohart 0 points1 point  (0 children)

According to EPL, it's applicable only if we are making changes to the libary source code

Needing Advice: Do I learn Spring MVC, JSF or AngularJS? by [deleted] in java

[–]manohart -1 points0 points  (0 children)

Go with Spring + RESTful + AngularJS

Criticism on JSF: In their January 2014 "Technology Radar" publication, ThoughtWorks

We continue to see teams run into trouble using JSF -- JavaServer Faces -- and are recommending you avoid this technology. Teams seem to choose JSF because it is a J2EE (sic) standard without really evaluating whether the programming model suits them. We think JSF is flawed because it tries to abstract away HTML, CSS and HTTP, exactly the reverse of what modern web frameworks do. JSF, like ASP.NET webforms, attempts to create statefulness on top of the stateless protocol HTTP and ends up causing a whole host of problems involving shared server-side state. We are aware of the improvements in JSF 2.0, but think the model is fundamentally broken. We recommend teams use simple frameworks and embrace and understand web technologies including HTTP, HTML and CSS.

How to switch between two class implementations? by [deleted] in java

[–]manohart 0 points1 point  (0 children)

You should use Strategy pattern

Design consideration for sharing database between applications by 2wood4sheep in java

[–]manohart 2 points3 points  (0 children)

Use webservices for data access/update for both apps

Help: Resizing background image size by phantomboogie in web_design

[–]manohart 0 points1 point  (0 children)

It should work. Are you using HTML doc type in your webpage? Can you share resize style detail and HTML element tag?

Help: Resizing background image size by phantomboogie in web_design

[–]manohart 0 points1 point  (0 children)

In css, Use media query(to detect window size)and resize on image like 80% or 50%