↧
How do I pass Scriptlet in JSP to JavaScript values ?
JavaScript variable =”<%= there is your java code %>”; like ……. var companyId:<%=request.getParameter();%> Filed under: Random Posts Tagged: <%=company, 2002, 2005, 2007, 48446,...
View ArticleHow do you send email from a Java app using Gmail?Solved
This is what I do when i want to send email with attachment, work fine. :) public class NewClass { public static void main(String[] args) { try { Properties props =...
View ArticleISO 8583 Tutorial – Build and Parse ISO Message using JPOS library
OK after my article about ISO 8583 let’s go deeper into programming using Java + JPOS library. Quote from JPOS website: jPOS is a Java® platform-based, mission-critical, ISO-8583 based financial...
View Article