hobione.wordpress.com
SSL connection from Java to MSSQL Database Server using JDBC driver « Hobione's Weblog
https://hobione.wordpress.com/2014/08/18/ssl-connection-from-java-to-mssql-database-server-using-jdbc-driver
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. SSL connection from Java to MSSQL Database Server using JDBC driver. First of all, need to get the self-signed certificate from database administrator and install/import to the following path. C: Program Files Java jdk1.7.0 17 jre lib security cacerts. How to install ssl certificate? Step 1: Get the certificate from certificate owner, it is usually .cer file (SQLcert.cer). Step 2: Make a dir under c drive (. Step 3: Copy the cacerts from.
lizkeogh.com
Scrum and Kanban: both the same, only different | Liz Keogh, lunivore
https://lizkeogh.com/2011/11/20/scrum-and-kanban-both-the-same-only-different
Liz Keogh, lunivore. Conversational patterns in BDD. You’re doing it wrong →. Scrum and Kanban: both the same, only different. November 20, 2011. When I started coaching Agile methodologies, I didn’t know how much I didn’t know. I had come from Thoughtworks, a company whose tools and processes are mostly driven by Extreme Programming, aka XP. In that respect, most of what I learnt and coached was very similar to Scrum, albeit with different words. We called them. Also recently, Scrum has started to evolv...
hobione.wordpress.com
RichFaces Tabs: switch dynamically « Hobione's Weblog
https://hobione.wordpress.com/2008/04/18/richfaces-tabs-switch-dynamically
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. RichFaces Tabs: switch dynamically. On my application I have bunch of tabs and each tabs has different functionalities. Here is a screen shots. I wanted to click a year from the List tab and do couple things. 1 Pass the project id so JPA do it’s thing. 2 Display project details under Detail tab. Step 1: I have set up a tabHome.xhtml where I organize my tabs like a template. Step 4: Backing bean method. April 18, 2008. 29 Comments ». May 25, 2...
hobione.wordpress.com
HSSFWorkbook object write it to Excel, send it as an attachment « Hobione's Weblog
https://hobione.wordpress.com/2011/01/12/hssfworkbook-object-write-it-to-excel-send-it-as-an-attachment
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. HSSFWorkbook object write it to Excel, send it as an attachment. Null) { row.createCell( short) 7).setCellValue(comments); } String contact = rs.getString(9); if (contact! Null) { row.createCell( short) 8).setCellValue(contact); } String contactInfo = rs.getString(10); if (contactInfo! Null) { rs.close(); } if (st! Null) { st.close(); } if (connection! January 12, 2011. 3 Comments ». Very well coded…thank you. January 20, 2012 Reply. Here is ...
componentowl.com
Are You a Zen Coder or Distraction-Junkie? « Owl's Blog on .NET development
http://www.componentowl.com/blog/2012/02/zen-coder-vs-distraction-junkie
Ultimate ListView control for .NET. Thumbnail loading and browsing control for .NET. Free customizable dropdown button control. Free edition with less features. Owl's Blog on .NET development. Component Owl codes Better ListView control all night so you don't have to. Are You a Zen Coder or Distraction-Junkie? Blog Post by Jiri Novotny published on Sunday, 12 February 2012 in Programming. What you do when compiling can ruin your life. Smart people working with computers. And there will be pictures! Howev...
hobione.wordpress.com
2011 January 12 « Hobione's Weblog
https://hobione.wordpress.com/2011/01/12
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. HSSFWorkbook object write it to Excel, send it as an attachment. Null) { row.createCell( short) 7).setCellValue(comments); } String contact = rs.getString(9); if (contact! Null) { row.createCell( short) 8).setCellValue(contact); } String contactInfo = rs.getString(10); if (contactInfo! Null) { rs.close(); } if (st! Null) { st.close(); } if (connection! January 12, 2011. I am the Obi-Wan,. In this blog I will be posting issues about JSF, Facel...
hobione.wordpress.com
dataTable and radio button in JSF « Hobione's Weblog
https://hobione.wordpress.com/2009/05/29/datatable-and-radio-button-in-jsf
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. DataTable and radio button in JSF. Wanted to render the same radio button group for all rows in the table so that only one button can be selected at a time. There seem to be no easy solution to that simple problem! The above plan apparently doesn’t work, because h:selectOneRadio renders an HTML “table” by itself, and that “messes up” the other “table” that the h:dataTable tag renders. One work around would be to use TomaHawk. May 29, 2009.
hobione.wordpress.com
JSF: f:selectItem vs. javax.faces.model.SelectItem « Hobione's Weblog
https://hobione.wordpress.com/2009/05/01/jsf-fselectitem-vs-javaxfacesmodelselectitem
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. JSF: f:selectItem vs. javax.faces.model.SelectItem. Let me explain what works and then I will tell you what not works. ListModel has a list type of javax.faces.model.SelectItem:. Here is the transfer object with getter and setter. Public class TrainingSessionsDTO extends TransferSupport implements Transfer, Serializable { String sessionNumber; / getter and setter . }. May 1, 2009. 4 Comments ». Great example. Thanks for posting. April 19, 201...
hobione.wordpress.com
RSA premaster secret error « Hobione's Weblog
https://hobione.wordpress.com/2014/08/29/rsa-premaster-secret-error
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. RSA premaster secret error. I wrote how to use SSL connection string using JDBC driver in my previous blog. I deployed the code on the Unix server from Windows 7 pc and I got RSA premaster secret error. Caused by: java.security.NoSuchAlgorithmException: SunTlsRsaPremasterSecret KeyGenerator not available. August 29, 2014. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. The master of...
hobione.wordpress.com
HobiOne « Hobione's Weblog
https://hobione.wordpress.com/author/hobione
Living and Breathing in Web 2.0 Era. Java Persistence API Pro. RSA premaster secret error. I wrote how to use SSL connection string using JDBC driver in my previous blog. I deployed the code on the Unix server from Windows 7 pc and I got RSA premaster secret error. Caused by: java.security.NoSuchAlgorithmException: SunTlsRsaPremasterSecret KeyGenerator not available. August 29, 2014. SSL connection from Java to MSSQL Database Server using JDBC driver. How to install ssl certificate? Step8: Copy cacerts f...