oracleadf學(xué)習(xí)JDeveloperADF數(shù)據(jù)庫基本開發(fā)示例_第1頁
oracleadf學(xué)習(xí)JDeveloperADF數(shù)據(jù)庫基本開發(fā)示例_第2頁
oracleadf學(xué)習(xí)JDeveloperADF數(shù)據(jù)庫基本開發(fā)示例_第3頁
oracleadf學(xué)習(xí)JDeveloperADF數(shù)據(jù)庫基本開發(fā)示例_第4頁
oracleadf學(xué)習(xí)JDeveloperADF數(shù)據(jù)庫基本開發(fā)示例_第5頁
已閱讀5頁,還剩14頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

OracleJDeveloperJavaSOA應(yīng)用程序和用戶界面的開發(fā)。OracleADFJavaEE應(yīng)用開JdeveloperADF開發(fā)框架,用戶可以進(jìn)UPLOADADFweb首先打開OracleJdeveloper,F(xiàn)ile—NewGallery—在Applications中選擇FusionWeb選擇OK,在新的框中輸入項(xiàng)目名稱,再選擇Finisht_upload表,表的結(jié)構(gòu)為(idnumberprimarykey,filenamevarchar2(30),filepathvarchar2(50),uploadTimeDate),seq_t_uploadModelNewGalleryADFBusinessComponentsBusinessComponentsfortables選擇OK后,彈出新的點(diǎn)擊“+(ORCL,輯完成后單擊確定,回到上一個框,再單擊確定,彈出新的Query查詢出當(dāng)前用戶所有的表,通過“>EO進(jìn)行綁定的表從左邊拖行綁定的表從左邊拖至右邊(t_upload表)model.vo,單擊下一步,在這一步model.am單擊javaClass右邊的編輯按鈕,彈出新的框,選中框中的2個選model.eoTUpload,雙擊ID,彈出新的框,選擇CustomProperties,將Name改為SequenceName,value改CreateMethod在model.eo包中的TuploadImpl.java里找到它的create方法,在create方法里加入這么一段 for(AttributeDefdef:getEntityDef().getAttributeDefs()){StringsequenceName=(String)def.getProperty("SequenceName");if(sequenceName!=null){SequenceImplsnewSequenceImpl(sequenceName,getDBTransaction());setAttribute(def.getIndex(),s.getSequenceNumber());}}首先要通過進(jìn)入weblogic的控制臺單擊JDBC的數(shù)據(jù)源,AppModel雙擊AppModelLocal,在新的框中將connectiontype改為JDBCDataSource,并選擇相webcontentnewgalleryJSFpage,將*.jspxadfc-configdiagramupload.jspxadfc-configupload.jspx,Layoutpanelbox拖至<af:formid="f1"></af:form>LayoutpanelcollectionpanelboxdatacontrolsTuploadView1panelcollection選擇只讀表,在新的框中將所有的選項(xiàng)都選upload.jspxruncommoncomponentstoolbarpanelCollection<f:facetname="toolbar"></f:facet>toolbarbutton拖至toolbartoolbarbuttonactionListener可以為這個按鈕綁定一個按鈕按下的managedbeanUserBean,method中單擊new,單擊確定后,UserBeanshow_popup_uploadUserBeanpopupbindingcommoncomponentsdialogpopupdialogUserBean中綁定一個用戶單擊dialog確定按鈕的upload()commoncomponentsinputtextinputfiledialog<af:dialogid="d2"<af:inputTextlabel="上傳文件名稱<af:inputFilelabel="上傳文件value="#{viewScope.UserBean.filepath}"UserBeanprivateRichInputTextfilename;privateStringfilepath;privateRichPopuppopup_upload;privateStringfileLocation;privateStringfileType;privateRichTabletable_upload;(這個table_uploadUserBean對<af:table></af:table>定 voidshowPopup(RichPopuppop)FacesContextcontext=FacesContext.getCurrentInstance();StringpopupId=pop.getId(context);StringBuilderscript=new (!popup.isPopupVisible()){").append("varhints={};").append("popup.show(hints);}");ExtendedRenderKitServiceerks=erks.addScript(context,script.toString());}publicObjectresolveExpression(Stringexpression)FacesContextfacesContext=FacesContext.getCurrentInstance();Applicationapp=facesContext.getApplication();ExpressionFactoryelFactory=app.getExpressionFactory();ELContextelContext=facesContext.ge ValueExpressionvalueExp=return} ApplicationModulegetApplicationModuleForD ontrol(Stringname){return(ApplicationModule)resolveExpression("#{data."+name+} voidrefreshTarget( ponent...args){if(args!=null)for( ponentu:args){if(u!=null)}}publicvoidshow_popup_upload(ActionEventactionEvent){}publicvoidupload(DialogEventdialogEvent) StringbaseUrl=InputStreamis=(InputStream)session.get("inputStram");FileOutputStreamfos;try byte[]buffer=newbyte[10240];intlength=-1;fos.write(buffer,0,length);}}catch(FileNotFoundExceptione)}catch(IOExceptione)} ViewObjectImplvo=am.getTUploadView1();Rowrow=vo.createRow();row.setAttribute("Filepath",filename.getValue()+"."+fileType);row.setAttribute("Uploadtime",newDate());filepath=null;}publicvoidvalueChange(ValueChangeEventvalueChangeEvent){UploadedFilef= this.fileLocation=this.getFilepath(); this.fileType=f.getFilename().substring(f.getFilename().lastIndexOf(".")+1);try{session.put("inputStram",}catch(IOExceptione)}}login.jspx,再<af:form></af:form>21<af:form<af:panelFormLayout<af:inputTextlabel="用戶名id="it1"<af:inputTextlabel=""id="it2"<f:facet<af:toolbar mandToolbarButtontext="登陸<af:goButtontext="success"id="gl1"<af:goButtontext="error"id="gl2" mandToolbarButtontext="登陸"loginpublicStringObjectname=username.getValue();Objectpwd=password.getVStringurl= ViewObjectImplvo=am.getTUserView1();vo.setWhe

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論