<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Hi;<br><br>In section 6.1, the contents of the CreationalContext is written as follows;<br><br>public interface CreationalContext<T> <br>{<br> void push(T incompleteInstance);<br>}<br><br>Is it applicable to change it as <br><br>public void push(Bean<T> bean, T incompleteInstance);<br><br>and also add another method to pop this incomplete instance from the creational context;<br><br>public T pop(Bean<T> bean)<br><br>/Gurkan<br><br>Thanks;<br><br><br></div></div><br>
</body></html>