Sudhansu Samal

Greenhorn
+ Follow
since Oct 27, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sudhansu Samal

one day left . All my apps will be paid tomorrow.

You can get good apps for Free in Apple App Store.

http://sudhanshuss.blogspot.com/2012/12/all-my-mobile-apps-are-free-for-2-days.html
11 years ago
I have developed this reference app for the Service Oriented Architecture (see my other similar app for Design Patterns). The content presented is and effort to explain the SOA concepts in simple language based on the books, and reference materials that I have used during my years of working experience.
This app includes:
4 SOA Type with related SOA Design Patterns
8 SOA Principles with illustrations
7 SOA Goals with illustrations
16 SOA Design Pattern Groups
78 SOA Design Patterns with illustrations
Explains what the aim of each design pattern is and how to implement it your enterprise architecture
Explains how each SOA design pattern is related to other design pattern
Explains how each SOA Principle is related to SOA Goal
Explains how each SOA Principle, SOA Goal is related to each design pattern

Service Oriented Architecture(SOA) Pro - iPad
Service Oriented Architecture(iPhone/iPod Touch)




13 years ago
http://itunes.apple.com/us/app/design-pattern-pro/id383877893?mt=8

http://sudhanshuss.blogspot.com/


Please provide me your feedback. I want to make this app more useful for all developer and architect. Your feedback are always welcome.

In each patttern there is a feedback section , where you can provide me specific feedback for a design pattern.

And more functionality related to Design Pattern are coming in future. And same app will come soon in Android smartphone.

Thanks,
Sudhansu Sekhar Samal
13 years ago
I have old SCEA Whizlab exam Simulator. I bought SCEA simulator in Jan 2006. Now I am preparing for SCEA Part 1 exam . I need to know about Whizlab Simulator. Is there any difference between two Simulators(SCEA and SCEA 5) ? Am I need to buy the new Simulator for SCEA 5 exam ?

Please suggest me for SCEA 5 Whizlabs exam simulator.

Sudhansu
SCJD,SCWCD,SCBCD
Solution to read the CSV file , store the data in Java Object.

Response to the question

https://coderanch.com/forums/



Thanks,
Sudhansu
15 years ago
I think best solution to round the decimal places , you should use big decimal. You can round to any decimal places. I am providing an example , which is rounding the response time by seconds.



You can provide any decimal places
b1 and b2 are two BigDecimal Instance

b1.divide(b2,<<Number of Decimal Places>>,BigDecimal.ROUND_HALF_EVEN)

Thanks,
Sudhansu
[ October 27, 2008: Message edited by: Martijn Verburg ]
15 years ago