Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan
look at those funny engrish... should be just project upgrade, there is no such things as upgradation. interesting thugh... keliatannya sih, itu project punya beberapa integrasi sistem windows, mungkin dengan komponen com+, mau di-"upgradation" ke .net, sementara sebagian komponen lain dalam java. On 15 June 2010 22:02, Thomas Wiradikusuma (milis) < wiradikusuma.mi...@gmail.com> wrote: > > > Not interested to apply, just curious: > - migrating to .Net tapi migrating to Linux? > - maksudnya soal relocation itu gimana? Jadi kita yg ngurus sendiri > otherwise won't be considered? > > > On 6/15/10, Hendra Syailendra > > > wrote: > > kali kali ada yang minat ke jepang ;) > > > > > > Best Regards, > > > > > > > > > > > > - Forwarded Message > > From: Xkinfosgx01 > > > To: hendrasyailen...@yahoo.com > > Sent: Wed, June 9, 2010 1:25:49 PM > > Subject: Framework upgradation project_Permanent Position_Japan > > > > MonsterIndia.com > > > > > > > > > > Dear Hendra, > > > > Hi > > Greetings, We have urgent Openings in Japan for leading MNC bank thorugh > > System Integrator for Framework Upgradation with Java J2EE and Struts > with > > .NET and VB.Net. Please find below JD > > Skills : JAVA, STRUTS, J2EE > > Now client is also trying to redevelop the Framework onto newer > technologies > > like .net etc. > > The person has to do the Design for the framework and should be proactive > in > > understanding mutiple technologies and their impact on current > environment > > and do feasibility study, and solving other technical hurdles. Do impact > > analysis etc. > > Incase the same engineer has both JAVA & VB.Net skills excellent, > otherwise > > we can split the main skillset (i.e. JAVA + .NET) within the two > > engineers,and the other underlying skillsets will be as follows: > > Solaris / Linux > > Oracle / MySQL > > JBoss (4/5) > > Webservice & Socket programming. > > Knowledge of Visual studio 2008 & 2010 > > > > Also the client is currently changing the platform to enhance > functionality > > and bring down cost. > > for example: > > 1. OS: Solaris> Linux > > 2. MW: Jboss 4.0.5---> Latest Version 6.xx 3. DB: Oracle> MySQL > > Note: Wehave Multiple positions opening for this position so kindly > refere > > your friends and Network. > > If Interested Please send me updated resume with > > Current Salary > > Expected Salary > > Notice Period: > > Relocation to japan: > > Please note resume without Salary and Relocation confirmation will not be > > considered. > > > > Thanks and Regards > > Veda > > > > > > > > -- > salam hangat, > Thomas Wiradikusuma > Twitter: http://www.twitter.com/wiradikusuma > Blog: http://www.jroller.com/wiradikusuma > >
Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan
- mono.. nothing's unusual dengan .net & linux - "resume without relocation confirmation" :) On Wed, Jun 16, 2010 at 12:02 AM, Thomas Wiradikusuma (milis) < wiradikusuma.mi...@gmail.com> wrote: > > > Not interested to apply, just curious: > - migrating to .Net tapi migrating to Linux? > - maksudnya soal relocation itu gimana? Jadi kita yg ngurus sendiri > otherwise won't be considered? > > > On 6/15/10, Hendra Syailendra > > > wrote: > > kali kali ada yang minat ke jepang ;) > > > > > > Best Regards, > > > > > > > > > > > > - Forwarded Message > > From: Xkinfosgx01 > > > To: hendrasyailen...@yahoo.com > > Sent: Wed, June 9, 2010 1:25:49 PM > > Subject: Framework upgradation project_Permanent Position_Japan > > > > MonsterIndia.com > > > > > > > > > > Dear Hendra, > > > > Hi > > Greetings, We have urgent Openings in Japan for leading MNC bank thorugh > > System Integrator for Framework Upgradation with Java J2EE and Struts > with > > .NET and VB.Net. Please find below JD > > Skills : JAVA, STRUTS, J2EE > > Now client is also trying to redevelop the Framework onto newer > technologies > > like .net etc. > > The person has to do the Design for the framework and should be proactive > in > > understanding mutiple technologies and their impact on current > environment > > and do feasibility study, and solving other technical hurdles. Do impact > > analysis etc. > > Incase the same engineer has both JAVA & VB.Net skills excellent, > otherwise > > we can split the main skillset (i.e. JAVA + .NET) within the two > > engineers,and the other underlying skillsets will be as follows: > > Solaris / Linux > > Oracle / MySQL > > JBoss (4/5) > > Webservice & Socket programming. > > Knowledge of Visual studio 2008 & 2010 > > > > Also the client is currently changing the platform to enhance > functionality > > and bring down cost. > > for example: > > 1. OS: Solaris> Linux > > 2. MW: Jboss 4.0.5---> Latest Version 6.xx 3. DB: Oracle> MySQL > > Note: Wehave Multiple positions opening for this position so kindly > refere > > your friends and Network. > > If Interested Please send me updated resume with > > Current Salary > > Expected Salary > > Notice Period: > > Relocation to japan: > > Please note resume without Salary and Relocation confirmation will not be > > considered. > > > > Thanks and Regards > > Veda > > > > > > > > -- > salam hangat, > Thomas Wiradikusuma > Twitter: http://www.twitter.com/wiradikusuma > Blog: http://www.jroller.com/wiradikusuma > >
Trs: Bls: [JUG-Indonesia] ASK : GET IMEI HP di J2ME
platform ?? itu sebuah class atau variable biasa? maaf soalnya sy masih pemula... - Pesan Diteruskan Dari: Adid Kepada: jug-indonesia@yahoogroups.com Terkirim: Sel, 15 Juni, 2010 12:59:12 Judul: Re: Bls: [JUG-Indonesia] ASK : GET IMEI HP di J2ME iya memang ada beberapa hp yg qt ga bs dapet imei-nya, seperti hp Motorola yg software-nya buatan china jg tidak bs ngambil IMEI-nya... Berikut ada sedikit cth code buat dapetin IMEI dibeberapa merk hp : public static void getImeiNo() { String no = null; if(platform. toLowerCase( ).indexOf("nokia") >= 0) { no = System.getProperty("com.nokia.mid. imei"); } if(platform. toLowerCase( ).indexOf("sony") >= 0) { no = System.getProperty("com.sonyericsson. imei"); } if(platform. toLowerCase( ).indexOf("motorola") >= 0) { no = System.getProperty("com.motorola. IMEI"); } if(platform. toLowerCase( ).indexOf("samsung") >= 0) { no = System.getProperty("com.samsung. imei"); } if(platform. toLowerCase( ).indexOf("siemens") >= 0) { no = System.getProperty("com.siemens. imei"); } if(platform. toLowerCase( ).indexOf("lg") >= 0) { no = System.getProperty("com.lge.imei"); } if(no != null) { imeiNo = no; } } semoga bermanfaat.. . 2010/6/14 > > > > > > > > > > > > > > > > >> > >> > >> > > > > > > > > > > > >Gak tahu bener ap gak kodenya, lg gak ad komputer ni :p. coba aj googling >gimana cara dapetin imei. Dulu kalo gak salah saya pernah lihat diforum nokia >apa sony ericsson gitu.. > > >Powered by Telkomsel BlackBerry® >From: ryan zen > >Sender: jug-indonesia@ yahoogroups. com >Date: Mon, 14 Jun 2010 15:17:42 +0800 (SGT) >To: >ReplyTo: jug-indonesia@ yahoogroups. com >Subject: Bls: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > > >> > > > >makasih.. buat jawabannya.. > > >iya sich hp nya hp cina...!! > > >tp script yg sy tulis td udah bener? > > > > > > > Dari: "mirken...@gmail. com" >Kepada: jug-indonesia@ yahoogroups. com >Terkirim: Sen, 14 Juni, 2010 14:12:28 >Judul: Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > > >> > >> > > > > > > > > > > > >Handset yang ditest apa? >(Kalo hp cina) menurut pengalaman saya, beberapa hp cina memang g bisa di >"get" imei-nya. So, imei g bisa jd patokan. > >Powered by Telkomsel BlackBerry® >From: ryan zen > >Sender: jug-indonesia@ yahoogroups. com > >Date: Mon, 14 Jun 2010 15:05:59 +0800 (SGT) >To: >ReplyTo: jug-indonesia@ yahoogroups. com > >Subject: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > > >> > >senior2 java... > > >saya mau tanya nich... > > >gmn ya cara get imei hp di j2me? >sya udah coba pake ini : > > > public static String getIMEI(){ > > String out = ""; > try{ > out = System.getProperty( "com.imei" ); > if(out== null ||out.equals( "null")|| > out.equals(" ")) > out = System.getProperty( "phone.imei" ); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.nokia. mid.imei" > ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. mid.imei" > ); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.sonyericsso > n.imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.motorola. IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.samsung. imei"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = > System.getProperty( "com.siemens. imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "imei"); > }catch(Exception e){ > > return out==null?"" :out; > } > return out==null?"" :out; > } > > > >tp ga bisa... tiap kali manggil > hasilnya past kosong... >ga menghasilkan apa2!! > > >mhon bantuannya.. ... > > > >terima ka
Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan
Tebakan gw sih, Seperti nya cari orang middleware. Migrasi dari soa engine java based dari sun ke linux. Kalau skill dot net , itu untuk skill adapter soa di dot net enviroument nya. Thx, Edwin Powered by Telkomsel BlackBerry® -Original Message- From: "Thomas Wiradikusuma (milis)" Sender: jug-indonesia@yahoogroups.com Date: Tue, 15 Jun 2010 22:02:30 To: Reply-To: jug-indonesia@yahoogroups.com Subject: Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan Not interested to apply, just curious: - migrating to .Net tapi migrating to Linux? - maksudnya soal relocation itu gimana? Jadi kita yg ngurus sendiri otherwise won't be considered? On 6/15/10, Hendra Syailendra wrote: > kali kali ada yang minat ke jepang ;) > > > Best Regards, > > > > > > - Forwarded Message > From: Xkinfosgx01 > To: hendrasyailen...@yahoo.com > Sent: Wed, June 9, 2010 1:25:49 PM > Subject: Framework upgradation project_Permanent Position_Japan > > MonsterIndia.com > > > > > Dear Hendra, > > Hi > Greetings, We have urgent Openings in Japan for leading MNC bank thorugh > System Integrator for Framework Upgradation with Java J2EE and Struts with > .NET and VB.Net. Please find below JD > Skills : JAVA, STRUTS, J2EE > Now client is also trying to redevelop the Framework onto newer technologies > like .net etc. > The person has to do the Design for the framework and should be proactive in > understanding mutiple technologies and their impact on current environment > and do feasibility study, and solving other technical hurdles. Do impact > analysis etc. > Incase the same engineer has both JAVA & VB.Net skills excellent, otherwise > we can split the main skillset (i.e. JAVA + .NET) within the two > engineers,and the other underlying skillsets will be as follows: > Solaris / Linux > Oracle / MySQL > JBoss (4/5) > Webservice & Socket programming. > Knowledge of Visual studio 2008 & 2010 > > Also the client is currently changing the platform to enhance functionality > and bring down cost. > for example: > 1. OS: Solaris> Linux > 2. MW: Jboss 4.0.5---> Latest Version 6.xx 3. DB: Oracle> MySQL > Note: Wehave Multiple positions opening for this position so kindly refere > your friends and Network. > If Interested Please send me updated resume with > Current Salary > Expected Salary > Notice Period: > Relocation to japan: > Please note resume without Salary and Relocation confirmation will not be > considered. > > Thanks and Regards > Veda > > > -- salam hangat, Thomas Wiradikusuma Twitter: http://www.twitter.com/wiradikusuma Blog: http://www.jroller.com/wiradikusuma
Re: [JUG-Indonesia] Agile dan migrasi system
I think lu might've misunderstood... Tujuan incremental releases tuh buat gather customer's feedback.. bukan buat dideploy dan dipake di production. Incremental delivery != production deployment. Masak barang beta dicemplungin ke production box. Tentang phasing out legacy system... sering dipecah jadi multiple phases (e.g. per business sector) buat ngurangin risk, or not... Tapi ini gak berkaitan dengan development methodology apa yg lu subscribe. 2010/6/14 > Dear all, > > Seperti kita yang ketahui, trend project sekarang lebih agile, deploy per > cycle lebih cepat. > Yang jadi pertanyaan adalah migrasi system, user tidak ingin perpindahan > sepotong2, menambah effort karena harus hidup di dua habitat system. User > ingin pindah langsung secara total. > Apakah pendekatan agile tidak dapat dilakukan, apakah khusus untuk migrasi > system harus waterfall? > Apa solusi untuk hal ini? > > Thx, > Edwin > > Powered by Telkomsel BlackBerry® > > > > > Buktikan Anda peduli pendidikan Indonesia. > Dukung Kurikulum SMK berJava.. kirimkan surat resmi perusahaan dukungan ke > moderator JUG. > === > > Kalau mau keluar dari mailing list ini, caranya kirim sebuah email ke > jug-indonesia-unsubscr...@yahoogroups.com. > > Jangan lupa, website JUG Indonesia adalah http://www.jug.or.id > > Yahoo! Groups Links > > > >
Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME
>>Suruh usernya input nomor hapenya trus kirim sms kesitu dg isi berupa >>kode acak (mis 5638) trus suruh masukin kodenya di program? iya dengan cara seperti di atas juga bisa, jadi kode acak yg sudah dimasukkan harus disimpan dan jangan sampai hilang atau kehapus karena itu adalah sebagai identitasnya 2010/6/15 Thomas Wiradikusuma (milis) > > > Suruh usernya input nomor hapenya trus kirim sms kesitu dg isi berupa > kode acak (mis 5638) trus suruh masukin kodenya di program? > > > On 6/15/10, ryan zen > wrote: > > sya udah coba pake HP nokia sama HP cina tapi tetep aja hasilnya tetep > > kosong.. > > > > sebenernya sich ini dipakainya buat ngetahuin indentitas si hp-nya > > > > ada yg tau ga cara alternatif lainnya... > > > > > > mohon bantuannya... > > terimakasih... > > > > > > > > > > Dari: "mirken...@gmail.com " > > > > > > Kepada: jug-indonesia@yahoogroups.com > > Terkirim: Sen, 14 Juni, 2010 14:12:28 > > Judul: Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > > > Handset yang ditest apa? > > (Kalo hp cina) menurut pengalaman saya, beberapa hp cina memang g bisa di > > "get" imei-nya. So, imei g bisa jd patokan. > > > > Powered by Telkomsel BlackBerry® > > > > > > From: ryan zen > > Sender: jug-indonesia@ yahoogroups. com > > Date: Mon, 14 Jun 2010 15:05:59 +0800 (SGT) > > To: > > ReplyTo: jug-indonesia@ yahoogroups. com > > Subject: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > senior2 java... > > > > saya mau tanya nich... > > > > gmn ya cara get imei hp di j2me? > > sya udah coba pake ini : > > > > public static String getIMEI(){ > > String out = ""; > > try{ > > out = System.getProperty( "com.imei" ); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "phone.imei" ); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.nokia. IMEI"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.nokia. mid.imei" ); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.nokia. mid.imei" ); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.sonyericsso n.imei"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "IMEI"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.motorola. IMEI"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "com.samsung. imei"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = > > System.getProperty( "com.siemens. imei"); > > if(out== null ||out.equals( "null")|| out.equals(" ")) > > out = System.getProperty( "imei"); > > }catch(Exception e){ > > return out==null?"" :out; > > } > > return out==null?"" :out; > > } > > > > tp ga bisa... tiap kali manggil hasilnya past kosong... > > ga menghasilkan apa2!! > > > > mhon bantuannya.. ... > > > > terima kasih > > > > > > > > > > -- > salam hangat, > Thomas Wiradikusuma > Twitter: http://www.twitter.com/wiradikusuma > Blog: http://www.jroller.com/wiradikusuma > > -- Thanks & Best Regards, Muhammad Syadid Y!: adid_m blog : adidm.wordpress.com
Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan
setau gw buat running .net bisa pake cross platform open source di linux kayak mono .. soal relocation, "Please note resume without Salary and Relocation confirmation will not be considered.", kalau resume yang dikirim ga cantumin salary expectation n konfirmasi date untuk relokasi ga akan di pertimbangkan.. Best Regards, HendraSyailendra From: Thomas Wiradikusuma (milis) To: jug-indonesia@yahoogroups.com Sent: Tue, June 15, 2010 9:02:30 PM Subject: Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan Not interested to apply, just curious: - migrating to .Net tapi migrating to Linux?- - maksudnya soal relocation itu gimana? Jadi kita yg ngurus sendiri otherwise won't be considered? On 6/15/10, Hendra Syailendra wrote: > kali kali ada yang minat ke jepang ;) > > > Best Regards, > > > > > > - Forwarded Message > From: Xkinfosgx01 > To: hendrasyailen...@yahoo.com > Sent: Wed, June 9, 2010 1:25:49 PM > Subject: Framework upgradation project_Permanent Position_Japan > > MonsterIndia.com > > > > > Dear Hendra, > > Hi > Greetings, We have urgent Openings in Japan for leading MNC bank thorugh > System Integrator for Framework Upgradation with Java J2EE and Struts with > .NET and VB.Net. Please find below JD > Skills : JAVA, STRUTS, J2EE > Now client is also trying to redevelop the Framework onto newer technologies > like .net etc. > The person has to do the Design for the framework and should be proactive in > understanding mutiple technologies and their impact on current environment > and do feasibility study, and solving other technical hurdles. Do impact > analysis etc. > Incase the same engineer has both JAVA & VB.Net skills excellent, otherwise > we can split the main skillset (i.e. JAVA + .NET) within the two > engineers,and the other underlying skillsets will be as follows: > Solaris / Linux > Oracle / MySQL > JBoss (4/5) > Webservice & Socket programming. > Knowledge of Visual studio 2008 & 2010 > > Also the client is currently changing the platform to enhance functionality > and bring down cost. > for example: > 1. OS: Solaris> Linux > 2. MW: Jboss 4.0.5---> Latest Version 6.xx 3. DB: Oracle> MySQL > Note: Wehave Multiple positions opening for this position so kindly refere > your friends and Network. > If Interested Please send me updated resume with > Current Salary > Expected Salary > Notice Period: > Relocation to japan: > Please note resume without Salary and Relocation confirmation will not be > considered. > > Thanks and Regards > Veda > > > -- salam hangat, Thomas Wiradikusuma Twitter: http://www.twitter.com/wiradikusuma Blog: http://www.jroller.com/wiradikusuma
Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME
Suruh usernya input nomor hapenya trus kirim sms kesitu dg isi berupa kode acak (mis 5638) trus suruh masukin kodenya di program? On 6/15/10, ryan zen wrote: > sya udah coba pake HP nokia sama HP cina tapi tetep aja hasilnya tetep > kosong.. > > sebenernya sich ini dipakainya buat ngetahuin indentitas si hp-nya > > ada yg tau ga cara alternatif lainnya... > > > mohon bantuannya... > terimakasih... > > > > > Dari: "mirken...@gmail.com" > Kepada: jug-indonesia@yahoogroups.com > Terkirim: Sen, 14 Juni, 2010 14:12:28 > Judul: Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > Handset yang ditest apa? > (Kalo hp cina) menurut pengalaman saya, beberapa hp cina memang g bisa di > "get" imei-nya. So, imei g bisa jd patokan. > > Powered by Telkomsel BlackBerry® > > > From: ryan zen > Sender: jug-indonesia@ yahoogroups. com > Date: Mon, 14 Jun 2010 15:05:59 +0800 (SGT) > To: > ReplyTo: jug-indonesia@ yahoogroups. com > Subject: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > senior2 java... > > saya mau tanya nich... > > gmn ya cara get imei hp di j2me? > sya udah coba pake ini : > > public static String getIMEI(){ > String out = ""; > try{ > out = System.getProperty( "com.imei" ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "phone.imei" ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. mid.imei" > ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. mid.imei" > ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.sonyericsso > n.imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.motorola. IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.samsung. imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = > System.getProperty( "com.siemens. imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "imei"); > }catch(Exception e){ > return out==null?"" :out; > } > return out==null?"" :out; > } > > tp ga bisa... tiap kali manggil hasilnya past kosong... > ga menghasilkan apa2!! > > mhon bantuannya.. ... > > terima kasih > > > > -- salam hangat, Thomas Wiradikusuma Twitter: http://www.twitter.com/wiradikusuma Blog: http://www.jroller.com/wiradikusuma
Re: [JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan
Not interested to apply, just curious: - migrating to .Net tapi migrating to Linux? - maksudnya soal relocation itu gimana? Jadi kita yg ngurus sendiri otherwise won't be considered? On 6/15/10, Hendra Syailendra wrote: > kali kali ada yang minat ke jepang ;) > > > Best Regards, > > > > > > - Forwarded Message > From: Xkinfosgx01 > To: hendrasyailen...@yahoo.com > Sent: Wed, June 9, 2010 1:25:49 PM > Subject: Framework upgradation project_Permanent Position_Japan > > MonsterIndia.com > > > > > Dear Hendra, > > Hi > Greetings, We have urgent Openings in Japan for leading MNC bank thorugh > System Integrator for Framework Upgradation with Java J2EE and Struts with > .NET and VB.Net. Please find below JD > Skills : JAVA, STRUTS, J2EE > Now client is also trying to redevelop the Framework onto newer technologies > like .net etc. > The person has to do the Design for the framework and should be proactive in > understanding mutiple technologies and their impact on current environment > and do feasibility study, and solving other technical hurdles. Do impact > analysis etc. > Incase the same engineer has both JAVA & VB.Net skills excellent, otherwise > we can split the main skillset (i.e. JAVA + .NET) within the two > engineers,and the other underlying skillsets will be as follows: > Solaris / Linux > Oracle / MySQL > JBoss (4/5) > Webservice & Socket programming. > Knowledge of Visual studio 2008 & 2010 > > Also the client is currently changing the platform to enhance functionality > and bring down cost. > for example: > 1. OS: Solaris> Linux > 2. MW: Jboss 4.0.5---> Latest Version 6.xx 3. DB: Oracle> MySQL > Note: Wehave Multiple positions opening for this position so kindly refere > your friends and Network. > If Interested Please send me updated resume with > Current Salary > Expected Salary > Notice Period: > Relocation to japan: > Please note resume without Salary and Relocation confirmation will not be > considered. > > Thanks and Regards > Veda > > > -- salam hangat, Thomas Wiradikusuma Twitter: http://www.twitter.com/wiradikusuma Blog: http://www.jroller.com/wiradikusuma
Bls: [JUG-Indonesia] ASK : GET IMEI HP di J2ME
sya udah coba pake HP nokia sama HP cina tapi tetep aja hasilnya tetep kosong.. sebenernya sich ini dipakainya buat ngetahuin indentitas si hp-nya ada yg tau ga cara alternatif lainnya... mohon bantuannya... terimakasih... Dari: "mirken...@gmail.com" Kepada: jug-indonesia@yahoogroups.com Terkirim: Sen, 14 Juni, 2010 14:12:28 Judul: Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME Handset yang ditest apa? (Kalo hp cina) menurut pengalaman saya, beberapa hp cina memang g bisa di "get" imei-nya. So, imei g bisa jd patokan. Powered by Telkomsel BlackBerry® From: ryan zen Sender: jug-indonesia@ yahoogroups. com Date: Mon, 14 Jun 2010 15:05:59 +0800 (SGT) To: ReplyTo: jug-indonesia@ yahoogroups. com Subject: [JUG-Indonesia] ASK : GET IMEI HP di J2ME senior2 java... saya mau tanya nich... gmn ya cara get imei hp di j2me? sya udah coba pake ini : public static String getIMEI(){ String out = ""; try{ out = System.getProperty( "com.imei" ); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "phone.imei" ); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.nokia. IMEI"); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.nokia. mid.imei" ); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.nokia. mid.imei" ); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.sonyericsso n.imei"); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "IMEI"); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.motorola. IMEI"); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.samsung. imei"); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "com.siemens. imei"); if(out== null ||out.equals( "null")|| out.equals(" ")) out = System.getProperty( "imei"); }catch(Exception e){ return out==null?"" :out; } return out==null?"" :out; } tp ga bisa... tiap kali manggil hasilnya past kosong... ga menghasilkan apa2!! mhon bantuannya.. ... terima kasih
Re: [JUG-Indonesia] Load file di netbean
atau kl agak bingung nyari path filenya, gmn kl dicoba filenya taruh saja di src/java/filenya...mudah2an bermanfaat... 2010/6/11 R_na Imoet > > > Uke dech , entar erna coba... > > 2010/6/11 > > >> >> Waalaikum slm.. >> >> Halo erna, >> Sbnarnya bukan salah IDEnya , kalo dugaan saya adalah, si "java yang >> dinetbeans" gak nemu filenya. Itu biasanya karena path filenya salah. >> >> Dulu saya jg pernah ngalami masalah spt ini, biasanya krn blum terbiasa >> ama environment/IDE baru. biasanya kalo saya ud mentok, saya test dulu bikin >> file, trus ntar lihat file tsb keluarnya dimana, nah, disitulah filenya >> mesti ditaruh :) >> >> Ato, kalo g salah di netbeans kan ad folder "res" tuh, nah coba aj taruh >> disitu. >> >> (Sorry jarang pake netbeans..:p) >> >> Powered by Telkomsel BlackBerry® >> -- >> *From: * R_na Imoet >> *Sender: * jug-indonesia@yahoogroups.com >> *Date: *Fri, 11 Jun 2010 12:09:07 +0700 >> *To: * >> *ReplyTo: * jug-indonesia@yahoogroups.com >> *Subject: *[JUG-Indonesia] Load file di netbean >> >> >> >> assalamualaikum wr wb.. >> >> mas.. mbak, erna mau tanya lagi bagaimana caranya load file di netbean, >> kemudian file tersebut mau di cocokkan dengan inputan dari user,,, >> saya nyoba di jcreator itu bisa load dan juga baca,, tapi ketika di >> netbean kok g bisa ya??? >> >> Mohon bantuannya >> >> terima kasih.. >> >> > > -- Thanks & Best Regards, Muhammad Syadid Y!: adid_m blog : adidm.wordpress.com
Re: [JUG-Indonesia] ASK : DELETE RECORD DI J2ME
FYI bahwa di RMS itu setelah dilakukan proses penghapusan data, id record akan dilanjutkan terus, misalnya kita punya id record 12345 kemudian dihapus yang 4 dan 5, maka jika ada penambahan data id record-nya akan berlanjut menjadi 6,7,dst 2010/6/12 Mirza Akhena > > > RMS itu agak aneh cara insert datanya. bila kita insert berturut2 1,2,3,4,5 > maka kalo kita retrive dengan enumerasi "nextElement" maka kita bakal > dapetin 5,4,3,2,1 hasilnya terbalik. makanya kita mesti akali dengan > previousElement. > > > > //buka RecordStore dan > //inisialisasi RecordEnumeration > RecordStore rs = RecordStore.openRecordStore(_namaRS_, false); > RecordEnumeration re = rs.enumerateRecords(null, null, true); > > //pasang counter aj > int i = 0; > > // 5 data pertama > int n = 5; > > //kita enumerasi dari belakang > //bila ingin dapetin data pertama. > while (re.hasPreviousElement()) { > > //ambil record idnya > int recId = re.previousRecordId(); > > //hapus record id tersebut. > rs.deleteRecord(recId); > > //masih harus dihapus? > if(i < n){ > i++; > } else { > break; > } > > } > > //tutup RecordStore > re.destroy(); > rs.closeRecordStore(); > > > kode diatas itu utk "menghapus 5 data pertama" yang diinsert. > dicoba aja dulu, saya juga blum nyoba. kira2 begitulah. > > > > > _ > 2010/6/12 ryan zen > > >> >> sebelumnya terimakasih buat jawabannya... >> >> sekarang sy mau tnya : bisa ga delete record tertentu misalkan saya mau >> menghapus record yg indexnya 3 >> kasusnya si kaya gni: >> datanya kan nambah terus, nah saya pengen nya ketika datanya ada lebih >> dari 5 data data dari indeks ke 5 sampai ke 1 itu terhapus >> ? >> >> mhon bantuannya.. >> >> >> > > -- Thanks & Best Regards, Muhammad Syadid Y!: adid_m blog : adidm.wordpress.com
Re: [JUG-Indonesia] Re: Membatasi concurrent user mengakses web
Yach, sesuaikan aja dgn kebutuhannya, tentu saja selalu ada trade-off antara performance & resources yg dipakai berdasarkan pilihan metode solusinya. Happy programming. Salam, Nicolaas P Powered by Telkomsel BlackBerry® -Original Message- From: Achmad Arif Rachim Date: Mon, 14 Jun 2010 14:49:41 To: Reply-To: jug-indonesia@yahoogroups.com Subject: Re: [JUG-Indonesia] Re: Membatasi concurrent user mengakses web > Don't worry Achmad Arif R, hal ini bisa diatasi dgn "time out" parameter / > setting pada web kombinasikan dgn last activity timestamp column yg kita > create dalam table user tadi. No worries be happy ^_^ > Untuk aman-nya lakukan dari 2 sisi: > > 1. Dari sisi web: > Misalnya time out diset 20 menit, maka kalo idle > 20mnt, maka kita paksa > logout (update flag status loginnya:false). Dgn demikian: no more ghost user > yg lupa/ sengaja ga logout. > > 2. Dari sisi database > Ini untuk menjaga user yg sengaja ga click logut. > Katakanlah setiap ada activity (browsing) kita update last activity timestamp > colum. > Kita monitor (setiap n menit misalnya) kita hitung delta current time - last > activity timestamp. Jika > 20 mnt (sesuaikan dgn web time out), update login > flag status menjadi logout (false). IMO kalau cuma buat merecord user timeout disimpen di database IMO ini overkill, kenapa ga disimpen di application scope aja. Lagi pula, ngapain repot2 ngurusin ini ? kan udah ada settinganya di webserver :)
Re: Bls: [JUG-Indonesia] ASK : GET IMEI HP di J2ME
iya memang ada beberapa hp yg qt ga bs dapet imei-nya, seperti hp Motorola yg software-nya buatan china jg tidak bs ngambil IMEI-nya... Berikut ada sedikit cth code buat dapetin IMEI dibeberapa merk hp : public static void getImeiNo() { String no = null; if(platform.toLowerCase().indexOf("nokia") >= 0) { no = System.getProperty("com.nokia.mid.imei"); } if(platform.toLowerCase().indexOf("sony") >= 0) { no = System.getProperty("com.sonyericsson.imei"); } if(platform.toLowerCase().indexOf("motorola") >= 0) { no = System.getProperty("com.motorola.IMEI"); } if(platform.toLowerCase().indexOf("samsung") >= 0) { no = System.getProperty("com.samsung.imei"); } if(platform.toLowerCase().indexOf("siemens") >= 0) { no = System.getProperty("com.siemens.imei"); } if(platform.toLowerCase().indexOf("lg") >= 0) { no = System.getProperty("com.lge.imei"); } if(no != null) { imeiNo = no; } } semoga bermanfaat... 2010/6/14 > > > Gak tahu bener ap gak kodenya, lg gak ad komputer ni :p. coba aj googling > gimana cara dapetin imei. Dulu kalo gak salah saya pernah lihat diforum > nokia apa sony ericsson gitu.. > > Powered by Telkomsel BlackBerry® > -- > *From: * ryan zen > *Sender: * jug-indonesia@yahoogroups.com > *Date: *Mon, 14 Jun 2010 15:17:42 +0800 (SGT) > *To: * > *ReplyTo: * jug-indonesia@yahoogroups.com > *Subject: *Bls: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > > makasih.. buat jawabannya.. > > iya sich hp nya hp cina...!! > > tp script yg sy tulis td udah bener? > > > > -- > *Dari:* "mirken...@gmail.com" > *Kepada:* jug-indonesia@yahoogroups.com > *Terkirim:* Sen, 14 Juni, 2010 14:12:28 > *Judul:* Re: [JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > Handset yang ditest apa? > (Kalo hp cina) menurut pengalaman saya, beberapa hp cina memang g bisa di > "get" imei-nya. So, imei g bisa jd patokan. > > Powered by Telkomsel BlackBerry® > -- > *From: * ryan zen > *Sender: * jug-indonesia@ yahoogroups. com > *Date: *Mon, 14 Jun 2010 15:05:59 +0800 (SGT) > *To: * > *ReplyTo: * jug-indonesia@ yahoogroups. com > *Subject: *[JUG-Indonesia] ASK : GET IMEI HP di J2ME > > > > senior2 java... > > saya mau tanya nich... > > gmn ya cara get imei hp di j2me? > sya udah coba pake ini : > > public static String getIMEI(){ > String out = ""; > try{ > out = System.getProperty( "com.imei" ); > if(out== null ||out.equals( > "null")|| > out.equals(" ")) > out = System.getProperty( "phone.imei" ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. mid.imei" > ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.nokia. mid.imei" > ); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.sonyericsso > n.imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.motorola. IMEI"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "com.samsung. imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = > System.getProperty( "com.siemens. imei"); > if(out== null ||out.equals( "null")|| out.equals(" ")) > out = System.getProperty( "imei"); > }catch(Exception e){ > return out==null?"" :out; > } > return out==null?"" :out; > } > > tp ga bisa... tiap kali manggil > hasilnya past kosong... > ga menghasilkan apa2!! > > mhon bantuannya.. ... > > terima kasih > > > > > -- Thanks & Best Regards, Muhammad Syadid Y!: adid_m blog : adidm.wordpress.com
[JUG-Indonesia] Fw: Framework upgradation project_Permanent Position_Japan
kali kali ada yang minat ke jepang ;) Best Regards, - Forwarded Message From: Xkinfosgx01 To: hendrasyailen...@yahoo.com Sent: Wed, June 9, 2010 1:25:49 PM Subject: Framework upgradation project_Permanent Position_Japan MonsterIndia.com Dear Hendra, Hi Greetings, We have urgent Openings in Japan for leading MNC bank thorugh System Integrator for Framework Upgradation with Java J2EE and Struts with .NET and VB.Net. Please find below JD Skills : JAVA, STRUTS, J2EE Now client is also trying to redevelop the Framework onto newer technologies like .net etc. The person has to do the Design for the framework and should be proactive in understanding mutiple technologies and their impact on current environment and do feasibility study, and solving other technical hurdles. Do impact analysis etc. Incase the same engineer has both JAVA & VB.Net skills excellent, otherwise we can split the main skillset (i.e. JAVA + .NET) within the two engineers,and the other underlying skillsets will be as follows: Solaris / Linux Oracle / MySQL JBoss (4/5) Webservice & Socket programming. Knowledge of Visual studio 2008 & 2010 Also the client is currently changing the platform to enhance functionality and bring down cost. for example: 1. OS: Solaris> Linux 2. MW: Jboss 4.0.5---> Latest Version 6.xx 3. DB: Oracle> MySQL Note: Wehave Multiple positions opening for this position so kindly refere your friends and Network. If Interested Please send me updated resume with Current Salary Expected Salary Notice Period: Relocation to japan: Please note resume without Salary and Relocation confirmation will not be considered. Thanks and Regards Veda