If you have constantly changes in your DB and don't want to make remake TEST DB to your
developers, on MYSQL, you should try using the ALTER TABLE.
Check the documentation on: http://dev.mysql.com/doc/refman/5.1/en/alter-table.html
This is a blog, for developers of software... here i will publish some interesting links with resources for developers of the different technologies and languages...
viernes, 25 de septiembre de 2009
miércoles, 23 de septiembre de 2009
Making an NO AJAX H:INPUT AN AJAX COMPONENT !
<h:outputText value="#{messages['batch.detail.filter.lastname']}" />
<h:inputText id="lastNameFilter"
value="#{batchOrderItemListView.batchOrderItemFilter.lastName}">
<a4j:support event="onchange" reRender="lastNameFilter" ajaxSingle="true" limitToList="true" />
</h:inputText>
<h:inputText id="lastNameFilter"
value="#{batchOrderItemListView.batchOrderItemFilter.lastName}">
<a4j:support event="onchange" reRender="lastNameFilter" ajaxSingle="true" limitToList="true" />
</h:inputText>
viernes, 18 de septiembre de 2009
Hibernate Controlling POJO Generation
This features for HIBERNATE are really amazing, you can read the nice documentation on the hibernate site at:
http://docs.jboss.org/tools/2.1.0.Beta1/hibernatetools/html/codegen.html
http://docs.jboss.org/tools/2.1.0.Beta1/hibernatetools/html/codegen.html
miércoles, 9 de septiembre de 2009
TAG References for Java Developers
I have found a really good site, to get help about the Tags and Controls references...
Suscribirse a:
Entradas (Atom)
Hora / Bolivia
Tags
- A4J (1)
- AJAX (1)
- CHEAT SHEETS (1)
- Facelets (1)
- HIBERNATE (2)
- ICEFaces (1)
- JAVA (5)
- JSF (1)
- ORACLE (1)
- Seam (1)
- SVN Tools (1)
- Tag References (1)
- Tortoise SVN (1)