部落客廣告聯播

2007年1月18日 星期四

匯入WebApplication至Lomboz/Eclipse [Importing WebApplications to your Lomboz/Eclipse]

匯入WebApplication至Lomboz/Eclipse [Importing WebApplications to your Lomboz/Eclipse]


我使用Lomboz來工作時,我想要將我之前放在Tomcat的WebApplication匯入以做後續的修改及開發。這時候便可使用從檔案系統匯入的功能了。

When I use Lomboz in my work,I wanna importing the web application under Tomcat to continue the following development.It's time to use the importing from filesystem function.

第一步.
開啟Lomboz然後切換到J2EE視景

STEP. 1
Start up Lomboz, and use the J2EE perspective.


第二步 . 建立新專案
建立一個新的Dynamic Web Project

Step2. create a new project
Create a new Dynamic Web Project



第三步. 執行匯入
在package explorer中選擇將要匯入程式的位置,這裡我將把程式匯入至webContent資料夾中。在webContent資料夾按下右鍵選擇Import。

Step 3. Execute Importing
On the package Explorer view, select the location where our programs will importing to ,at this exam I'll use WebContent directory. Right click on the webContent dir and select Import... .

選擇FileSystem
select from FileSystem

在 from directory的右邊有可Browse可用來選擇資料來源,也可直接鍵入。
select the source directory using the browse button or typing the path directly.

如果只想要匯入來源中的某類型(如僅要JSP檔案),可按下Filter Types按鈕選擇。
If you wanna restrict the type from the source(ex. only JSP files),push the Filter Type button,and select the types you want.



最後按下Finish按鈕就ok拉
Finall, click the finish button .








2007年1月15日 星期一

用Eclipse開發WEB應用程式 [WebApp Develop on Eclipse]

Web App Develop on Eclipse
Lomboz是一個開源碼且免費的J2EE開發環境。使用Lomboz開發Servlet和JSP(當然EJB也可,雖然我沒試過) 可說是相當方便的。光是程式碼自動補齊提示(或許官方不是這樣稱呼這項功能,但實用才是重點,誰在乎啥名稱咧)和自動編譯就幫我省下了不少時間。

Lomboz is an open source and free J2EE development environment. Using Lomboz writing Servlets and JSPs (and EJB) is much more convenient. Just only the Code Auto Complete(Maybe this is not the official name,but who cares) and the auto compile functions save me a lot of time.多說無用,最好的方式是能實際體會囉。
以下是Lomboz的官方網站(ObjectLearn): http://www.objectlearn.com
使用過一陣子後,各位便會把Notepad丟入拉圾筒了。

還有別忘記Eclipse的官方網站: http://www.eclipse.org
記得把心得分享給大家喔....

It's no use to say to much. Just Experience the Lomboz by yourself.
And you'll drop your notepad to the trash can.
Lomboz official site: http://www.objectlearn.com/
Eclipse official site: http://www.eclipse.org/

Finally, Don't forget sharing what you learned to others.