|
|
|
|
| |
|
|

|
|
|
|
|
|
 |
|
|
|
|
|
|
|

|
|
|
|
|
| |
 |
|
<%
Event[] eventList = EventDAO.listUpcomingEvents();
Event[] recentEventList = EventDAO.listRecentEvents();
DateFormat df = DateFormat.getDateInstance(DateFormat.FULL, Locale.ENGLISH);
if (eventList.length != 0) {
for (int i=0; i 2) {
break;
}
String dateFormatted = df.format( eventList[i].getEventDate());
%>
|
<%= dateFormatted %> |
|
| |
<%= eventList[i].getTitle() %> |
|
<%
}
}
else {
%>
| |
There are no upcoming
events at this time.
For more information, please check out Events
or contact us. |
|
<%
}
%>
| |
Check complete list
of upcoming events >> |
|
| |
|
|
 |
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
<%
Journal currentJournal = JournalDAO.getCurrentJournal();
%>
|
|
Check out the AMCHAM Journal. AMCHAM Journal is free for members. |
|
|
|
|
|
 |
|
|
|
|
|
|

Click VIDEO for more information on AMCHAM Korea. |
|
|
|
|
|
|
|
|
|
|
<%
News[] newsCoverage = NewsDAO.getMainNews(1);
if (newsCoverage.length != 0) {
%>
| |
 |
|
|
|
|
|
|
|
|
|
|
|
|
<%}%>
<%
InformationResource[] ftaCoverage = InformationResourceDAO.getMainFTAinfoInformations(1);
if (ftaCoverage.length != 0) {
%>
| |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%}%>
<%
InformationResource[] infoCoverage = InformationResourceDAO.getMaininfoInformations(1);
if (infoCoverage.length != 0) {
%>
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
<%
}%>
<%
Speeches[] speechesCoverage = SpeechesDAO.getMainSpeeches(1);
Publication[] relatedArticles = currentJournal.getArticles();
if (speechesCoverage.length != 0) {
%>
| |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%}%>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|