%@ page language="java" import="java.util.*,util.*,java.net.*" %>
<%@ include file="loadProperty.jsp" %>
<%
String login_check="",all_product="";
try{
login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login");
if(login_check.equals(""))
login_check="";
}catch(Exception e){login_check="";}
try{
all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString();
if(all_product.equals(""))
all_product="";
}catch (Exception e){
all_product="";
}
%>
Online chocolate shop for gourmet chocolates and gifts for special occasion
<%@ include file="top_dropdown.jsp"%>
|
Recipes
|
|
|
|
|
|
Ingredients:
7 oz heavy cream
14 oz dark chocolate (chopped)
1 oz butter
1 oz corn syrup
1/2 oz coconut rum
12 oz dark coating
chocolate (melted)
6 oz toasted coconut
- Boil cream and corn
syrup.
- Pour over chocolate.
- Add the butter and stir
until the mixture is completely melted.
- Stir in the rum, and chill
until the ganache is set.
- Using a 1" melon
baller, scoop the ganache and roll the truffles by hand to
make round balls.
- Drop each truffle into the
melted coating chocolate.
- Use a fork to retrieve the
truffles from the chocolate. Bounce the truffle on the
service of the chocolate to remove the excess.
- Roll the truffle in the
coconut before the coating chocolate sets.
- Place finished truffles on a
piece of parchment paper to fully set.
Recipe credit: Jason Reaves
Return to Recipe Index
|
|
|
|
| |
|
|
|
|
<%@ include file="bottom.jsp"%>