Fish: 1 kg
Coconut: 1 grated
Tomatoes: 2
Green chillies: 4-5
Ginger: small piece (1 inch)
Garlic: 2-3 cloves
Tamarind: medium lemon size
Turmeric powder: 3/4 teaspoon
Chili powder: 1 teaspoon
Coriander powder: 3 teaspoons
Shallots: 2
Curry leaves: 2 stems
Oil: 1.5 teaspoons
Red dried chilli: 1
Cut fish into 1 inch steaks. Fish like mullet and jack mackeral are great for curry but you can use any [...]
Archive for April, 2009
The South Indian Fish Curry Recipe
Posted in Recipes, tagged Cooking, Recipes on April 15, 2009 | Leave a Comment »
Sort List of JavaBeans using Comparator interface
Posted in Java Weblogic, tagged Java Comparator Interface on April 12, 2009 | Leave a Comment »
There are times when you have a list of some user defined java beans that you need to be sorted with respect to a certain property of the javabean. This tutorial explains how the Comparator interface can be used to sort the List.
First lets create a Java bean:
public class ScheduleBean {
public [...]