Java & flex at client

Hi,
I m a java developer... and a starter in flex..
Can anyone tell me whether we can use java and flex together
at client end ....
I knw abt remote objects but in that case java is on server
side .. i want to use java and flex at client end ..
Is it possible?????????
Thanks,
Nrapendra

try to have a look at Apollo and Artemis
http://weblog.mrinalwadhwa.com/2007/04/18/apollo-artemis-these-greek-twins-have-got-to-irk -microsoft/

Similar Messages

  • [svn:bz-trunk] 22381: Add some unit tests for the flex.messaging.client. FlexClientManager, including one for the new getFlexClient(String id, boolean createNewIfNotExist) method signature.

    Revision: 22381
    Revision: 22381
    Author:   [email protected]
    Date:     2011-09-02 05:10:41 -0700 (Fri, 02 Sep 2011)
    Log Message:
    Add some unit tests for the flex.messaging.client.FlexClientManager, including one for the new getFlexClient(String id, boolean createNewIfNotExist) method signature.
    Added Paths:
        blazeds/trunk/modules/core/test/src/flex/messaging/client/
        blazeds/trunk/modules/core/test/src/flex/messaging/client/FlexClientManagerTest.java

  • [svn:bz-trunk] 9714: Bug: BLZ-424 - Incorrect user-agent string for Opera 10 in flex.messaging. client.UserAgentSettings

    Revision: 9714
    Author:   [email protected]
    Date:     2009-08-27 14:20:06 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Bug: BLZ-424 - Incorrect user-agent string for Opera 10 in flex.messaging.client.UserAgentSettings
    QA: Yes
    Doc: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-424
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/client/UserAgentSettings.java
        blazeds/trunk/resources/config/services-config.xml

  • [svn:bz-trunk] 18873: Bug fix Watson 2724938 [Coverity] potential deadlock in flex.messaging.client.FlexClient

    Revision: 18873
    Revision: 18873
    Author:   [email protected]
    Date:     2010-11-30 12:22:15 -0800 (Tue, 30 Nov 2010)
    Log Message:
    Bug fix Watson 2724938 potential deadlock in flex.messaging.client.FlexClient
            Maintain the pattern of using the FlexClient.lock and ensure that order of locks should always start with the FlexClient.lock.  This is critical to prevent deadlock cases,
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/client/FlexClient.java

  • Java is blocked. Don't know why. Error: Application Blocked Java Plug-In 10.51.2.13 using JRE version 1.7.0_51-b13 Java HotSpot(TM) Client VM

    I keep receiving this message when trying to use http://www.exodus-chats.org/DolTerias . it uses a java based chat system, and won't allow me to open the application. I've tried checking through my options menus, but I've found no reason as to why this can be blocked. The only thing I've come up with is my plug ins, but it doesn't allow me to change anything to allow the app to be used.
    Application Blocked
    Details: Java Plug-In 10.51.2.13 using JRE version 1.7.0_51-b13 Java HotSpot(TM) Client VM

    Starting in Java 7 Update 51, sites that would normally be blocked based on your Java Security settings can be added to an Exceptions list, via the Java Control Panel. See the Java Help page [http://www.java.com/en/download/faq/exception_sitelist.xml How can I configure the Exception Site List?] for details.
    Ref: http://kb.mozillazine.org/Java#Java_security_prompts

  • Is XML-SQL Utility for Java run on Client Side?

    A question about the XML-SQL Utility for Java
    When a client program connect to a Oracle database (the clinet program and Oracle DB is run on two different machine. Oracle 8i is used) and use the oracle.xml.sql.query.OracleXMLQuery Class (form the XSU) to generate XML by given a SQL query. I want to know the transforation process is execute in the Clinet side or the database?
    Is there any method that i can retrieve the XML directly from the database rather then doing the transformation form the Client side?

    Set JDK_HOME to the directory where you install your JDK (Java Development Kit).
    So instance, I've install JDK1.1.8 on my
    C drive so
    set JDK_HOME=c:\jdk1.1.8;c:\jdk1.1.8\bin

  • Distributing a Java EE Application Client (Thin Client)

    Hi,
    I'm following the instructions in Section 4 Developing a Java EE Application Client (Thin Client) in Oracle® Fusion Middleware Programming Stand-alone Clients for Oracle WebLogic Server, 11g Release 1 (10.3.1), Part Number E13717-01.
    I packaged the application client in an ear. If I set up my environment using C:\bea10\wlserver_10.3\server\bin\setWLSEnv.cmd. I can extract the application client using a command line like:
    java weblogic.ClientDeployer myear.ear myclient
    I can execute the client using a command line like:
    java weblogic.j2eeclient.Main myclient.jar t3://localhost:7003
    However, I would like to run the application client on a client machine (i.e., a machine without WebLogic installed). I thought I could use one of the wl*client.jar files such wlclient.jar, wlfullclient.jar, etc. I started with wlfullclient.jar.
    If I try to extract the application client with a command line like
    java -classpath wlfullclient.jar weblogic.ClientDeployer myear.ear myclient
    I get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/bea/xml/XmlException
    at weblogic.descriptor.BasicDescriptorManager.getMarshallerFactory(BasicDescriptorManager.java:143)
    at weblogic.descriptor.BasicDescriptorManager.getDescriptorFactory(BasicDescriptorManager.java:183)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:320)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.application.ApplicationDescriptor.getApplicationDescriptor(ApplicationDescriptor.java:301)
    at weblogic.ClientDeployer.findAltDDUri(ClientDeployer.java:210)
    at weblogic.ClientDeployer.processClientJar(ClientDeployer.java:107)
    at weblogic.ClientDeployer.processClientJar(ClientDeployer.java:75)
    at weblogic.ClientDeployer.main(ClientDeployer.java:43)
    Caused by: java.lang.ClassNotFoundException: com.bea.xml.XmlException
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 12 more
    Next I tried using the jar previously extracted on the server and tried to run it using:
    java -classpath wlfullclient.jar weblogic.j2eeclient.Main myclient.jar t3://localhost:7003
    I get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/j2ee/descriptor/wl/WeblogicApplicationClientBean
    at weblogic.j2eeclient.Main.fillEnvironment(Main.java:326)
    at weblogic.j2eeclient.Main.run(Main.java:185)
    at weblogic.j2eeclient.Main.main(Main.java:924)
    Caused by: java.lang.ClassNotFoundException: weblogic.j2ee.descriptor.wl.WeblogicApplicationClientBean
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 3 more
    Is it possible to extract and execute an application client on a machine without WebLogic server? If so, what jars do I need? If not, why not?
    I'm testing using WebLogic 10.3.1 on a Windows XP SP2 machine using JDK 1.6.0_05.
    Thanks in advance,
    Keith

    Hello,
    I tried doing pre-compilation of jsps using the weblogic.appc and getting the below exception.
    Can any one advise the jar file containing the below class file so that I can add in the classpath and try for it.
    java.lang.ClassNotFoundException: com.bea.xml.XmlException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at weblogic.descriptor.BasicDescriptorManager.getMarshallerFactory(BasicDescriptorManager.java:137)
    at weblogic.descriptor.BasicDescriptorManager.getDescriptorFactory(BasicDescriptorManager.java:171)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:303)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoa
    r2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.ja
    :409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorL
    der2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java
    68)
    at weblogic.application.ApplicationDescriptor.getApplicationDescriptor(ApplicationDescriptor.java:311)
    at weblogic.application.compiler.CompilerCtx.setApplicationDescriptor(CompilerCtx.java:138)
    at weblogic.application.compiler.AppcUtils.setDDs(AppcUtils.java:142)
    at weblogic.application.compiler.flow.DescriptorParsingFlow.compile(DescriptorParsingFlow.java:57)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:49)
    at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCompilerFlow.java:118)
    at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompilerFlow.java:43)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDriver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36)
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    at weblogic.application.compiler.Appc.runBody(Appc.java:181)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.Appc.main(Appc.java:192)
    at weblogic.appc.main(appc.java:14)
    com.bea.xml.XmlException

  • JAVA as the Client/Web Service consume XML

    Working on a project at present and require to use JAVA as the client to consume XML from the Server to which i have coded in VB.NET. I have never used JAVA before and i am asking if anyone can point me in the right direction for this or give me an example of Client code in JAVA that consumes XML from the Server VB.net.
    This is cross platform web service that i am working on which must include the following Client/Server one in say for instance JAVA client and VB.NET server which must consume the same text for instance XML, and then display the XML.
    Thank You Beforehand
    I am a Beginner. But i am willing to learn. There will be a chocolate bar in it for anyone who can point me in the correct direction. Got 3 days to complete, HELP

    Any particular flavor of XML? (e.g., SOAP)

  • JAVA  FLEX.........IN WebDynpro.....?

    HI Expert's .......
    is it *JAVA Flex is introduced in  webdynpro  JAVA * ......if so please refer some link's to learn ...i'm very much interested ......about that ...
                                             Regards .....
                                            Ramprasad
    Edited by: Ramprasad K on Sep 28, 2008 6:57 AM

    If JavaFlex has any libraray and it doesn't require any thing else to run except JRE than you could use Java Flex into web dynpro. Like I have done using third part reporting tool into web dynpro to replace Adobe interactive forms functionality (for generating reports into HTML/PDF/EXCEL formats).
    Regards,
    Jawed Ali

  • How to install a java based irc client into a hand...

    I've tried to install a java-based irc-client, but all I get is a webpage thanking for downloading. Something is updated for a while, but no application nor any new files seem to have been stored into the handheld nor mem-card.
    Is there a way to installa programs straight from the web other than Ovi-service. I dod not find any links nor feature to browse outside the OVI-store selection. Ovi however loaded with the installer in my phone, XpressMusic 5310.
    B.Sc Information tech
    Phones I have or used to have: ancient Ericsson, Nokia: 6510, 2610, 5310 XpressMusic

    Hey you can create java client using Eclispe or WSAD or far that matter any other IDE. crate a project save the WSDLs in a package. Right click on WSDL goto webservice option. From there you can generate client.
    cheers,
    sapan
    Is it still open ?
    cheers,
    sapan
    Edited by: sapan on Feb 25, 2009 1:17 AM

  • Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)

    Hello,
    I'm doing configuration "Note: 373634.1 - Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12", but when I execute following command, It has been occuring errors in this step "6.6.1. Grant End User Layer Administration Privileges".
    ./eulapi -CONNECT eul_us/*****@prod -GRANT_PRIVILEGE -USER SYSADMIN -PRIVILEGE administration -PRIVILEGE all_admin_privs -LOG eul_us_privsnew.log
    -connect <**********>
    -grant_privilege
    -user SYSADMIN
    -privilege administration
    -privilege all_admin_privs
    -log eul_us_privsnew.log
    Command completed.
    *** glibc detected *** /u01/oracle/BIHome/jdk/bin/java: corrupted double-linked list: 0x0854e640 ***
    ======= Backtrace: =========
    /lib/libc.so.6[0xf7e97ab6]
    /lib/libc.so.6[0xf7e994d2]
    /lib/libc.so.6(cfree+0x59)[0xf7e999d9]
    /usr/lib/libstdc++-libc6.2-2.so.3(__builtin_delete+0x22)[0xe8176ff6]
    /usr/lib/libstdc++-libc6.2-2.so.3(__builtin_vec_delete+0x1b)[0xe817701f]
    /u01/oracle/BIHome/discoverer/lib/libdcecm51.so(_._16ColSmAllocBucket+0x64)[0xeaf73bf4]
    /u01/oracle/BIHome/discoverer/lib/libdcell51.so(_._7OLBTree+0x3b)[0xeaae3beb]
    /u01/oracle/BIHome/discoverer/lib/libdcecm51.so(_._17COLMapStringToPtr+0x2b)[0xeaf702bb]
    /u01/oracle/BIHome/discoverer/lib/libdcecm51.so(_._10OLClassTab+0x32)[0xeaeddd22]
    /u01/oracle/BIHome/discoverer/lib/libdceeul51.so[0xe9359aa1]
    /u01/oracle/BIHome/discoverer/lib/libdceeul51.so[0xe9374022]
    /u01/oracle/BIHome/discoverer/lib/libdceeul51.so[0xe913e5db]
    /u01/oracle/BIHome/discoverer/lib/libdceeul51.so[0xe94d4995]
    /lib/ld-linux.so.2[0xf7faf80e]
    /lib/libc.so.6(exit+0xe9)[0xf7e5bda9]
    /lib/libc.so.6(__libc_start_main+0xe4)[0xf7e45ea4]
    /u01/oracle/BIHome/jdk/bin/java(readdir+0x8d)[0x80491a1]
    and also this error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf7e548d8, pid=7875, tid=4158572752
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x678d8]
    Following some information about environment:
    - Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    - Version of Oracle Discoverer: 10.1.2.3
    - Version Oracle EBS: 12.0.6
    Could you help me, please?
    Thank you,
    Marcelo Mattos

    Hello Srini,
    The command has been finished with status 134, following logs:
    A folder named 'OKI Header Subsequent Renewal Types Lookup' was created or modified during the import but is not in a business area
    A folder named 'School District Tax Information' was created or modified during the import but is not in a business area
    Import completed, but with warnings. Please check the result.
    Completed Wed Mar 23 09:18:13 EDT 2011.
    End of import log
    adupdeul is exiting with status 134
    End of adupdeul session
    Date/time is Wed Mar 23 09:18:13 EDT 2011
    Can I go ahead with my configuration?
    Thank you,
    Marcelo Mattos

  • Experienced JAVA FLEX 2.0 Consultant need

    I seek Java coupled with FLEX skills who might be willing to
    consult and work Boston until the end of the year. I know it is a
    long shot, but I am hoping you someone is available for a potential
    start in April 2008. Our project is related to an
    investment/trading system and JAVA/FLEX and is a definite need
    according to our Engagement Manager. Up to 85/hr on 1099
    corp-to-corp basis.
    Please forward your resume to [email protected] if you
    are interested.
    OR if you have any suggestions on people or places to search,
    I would greatly appreciate it.

    Yes, we're looking to release 2.0.1 at the same time as our
    Mac release, which is early 2007.

  • Exception in thread "main" java.lang.noclassdeffounderror: client

    Hey, I just download a game and it's java based but when I try to run it run it just opens a cmd and tells me this:
    exception in thread "main" java.lang.noclassdeffounderror: client
    Caused by: java.lang.noclassdeffounderror: client ...
    And some other things ... at the end of every caused problem ther is a (Unknown Source).
    At the end it says: Could not find the main class: client. Program will exit.
    I know, maybe this isnt the right topic, but please help me !!
    And I'm not the best PC programmer but I know the basics :S

    This is a support forum for programming Java, not for any and all Java-based software.
    Your best bet is to contact the author of the software.
    How did you try to run the program?

  • How to run java program on clients system when system strats

    hi
    I want to run java program on clients computer automatically when system boots up. plzzzzz help me .......

    You can add the call to the java program to the auto start group (under windows).
    You can't start a client program when the server starts, if that is what you mean.
    Timo

  • [svn:bz-4.0.0_fixes] 22382: Merge flex.messaging.client. FlexClientManager unit tests from trunk to 4.0.0_fixes.

    Revision: 22382
    Revision: 22382
    Author:   [email protected]
    Date:     2011-09-02 06:15:42 -0700 (Fri, 02 Sep 2011)
    Log Message:
    Merge flex.messaging.client.FlexClientManager unit tests from trunk to 4.0.0_fixes.
    Added Paths:
        blazeds/branches/4.0.0_fixes/modules/core/test/src/flex/messaging/client/
        blazeds/branches/4.0.0_fixes/modules/core/test/src/flex/messaging/client/FlexClientManage rTest.java

    Hi,
    Its good that u pasted the complete log file. In your environment you have to run this upgrade tool only once from any of the middle tier.
    And with respect to your error that u got in precheck is quite simple. All u have to do is just run this script from by connecting to portal schema using sqlplus.
    Run dropupg.sql
    Location-------- /raid/product/OraHome_1/upgrade/temp/portal/prechktmp/dropupg.sql
    Later you re-run the upgrade tool and let me know the status.
    Good luck
    Tanmai

Maybe you are looking for

  • How to expose UI components in a managed bean?

    Dear all I created a jsf page without exposing UI components in managed beans. And the page is created successfully. But now I want to expose UI components in managed beans again How to make this?? Please help

  • Travel Management error

    I am getting an error when i am saving my travel request . the error is (error while writing to database PTRV_HEAD/PTRV_PERIO/CLUSTER TE)

  • Goods receipt with reference to Purchase Order

    the requirment is that we should be able to restrict the one Goods receipt posting for one Purchase order.  The standard system is supporting processing of multiple P.O's of different vendors in on GR. could anybody suggest to configure the functiona

  • Acrobat Pro doesn't color sync with Bridge

    Really would like to know if anybody has a solution for this. Running Acrobat Pro 9.3.4 with Design Premium CS5 and although all the other apps within the suite sync fine Acrobat doesn't. Tried deleting the pref files for Acrobat and have done a clea

  • Collection not showing correct machines

    We have 12 Dell Wyse Thin Clients in our environment.  We have named each TCxxxxxx. When I look in the All Systems collection I type TC in the search windows and I see all 12 machines.  I then created a new collection.  Here is my query logic for the